/* EIGHT4FIVE CSS */


/* MAIN BODY */
body {
    font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
    color: #CACACA;
    background-color: #000000; }

a:link	    { color: #A10000; }
a:visited 	{ color: #A10000; }
a:active	{ color: #A10000; }	
a:hover	 	{ color: #FF0000; }
	
h1 {
	font-size: x-large;
	color: #A10000; }
	
h2 {
	font-size: large;
	color: #A10000; }

h3 {
	font-size: medium;
	color: #A10000; }
		
h4 {
	font-size: small;
	color: #A10000; }

h5 {
	font-size: x-small;	
	color: #A10000; }

h6 {
	font-size: xx-small;	
	color: #A10000; }
	

p, th, td, li, dd, dt {
    font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
    font-style: normal;		/* normal, italic, oblique */
    font-weight: normal;	/* normal, bold */
    font-variant: normal;
    line-height: normal;
	color: #CACACA; }
		

strong	{ font-weight: bolder }
light	{ font-weight: lighter }
small   { font-size: smaller; }
big 	{ font-size: larger; }


/* CUSTOM SCROLLBAR FOR IE */
	body{
	SCROLLBAR-FACE-COLOR: #000000;
	SCROLLBAR-HIGHLIGHT-COLOR: #A10000;
	SCROLLBAR-SHADOW-COLOR: #A10000;
	SCROLLBAR-3DLIGHT-COLOR: #000000;
	SCROLLBAR-ARROW-COLOR: #A10000;
	SCROLLBAR-TRACK-COLOR: #000000;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
	}
	
/* CUSTOM SCROLLBAR FOR CHROME */
        -webkit-scrollbar { width: 4px; height: 4px;} 
        -webkit-scrollbar-button { background-color: #A10000; } 
        -webkit-scrollbar-track { background-color: #000000;} 
        -webkit-scrollbar-track-piece { background-color: #000000;} 
        -webkit-scrollbar-thumb { height: 50px; background-color: #A10000; border-radius: 50px;} 
        -webkit-scrollbar-corner { background-color: #000000;} 
        -webkit-resizer { background-color: #000000;} 
