﻿/* Scrollbar Color and HR */

body               
{ 
scrollbar-base-color: #777777;
margin-left: 0in.;
margin-top: 0in.;
font-family: Tw Cen MT, Verdana; 
font-size: 13px; 
color: #FFFFFF;
background: #5A5A5A;
background-image: url('')
}


/* Font Properties */

/* table            
{
font-family: Tw Cen MT, Verdana; 
font-size: 13px; 
color: #FFFFFF;
}

td               
{
font-family: Tw Cen MT, Verdana; 
font-size: 13px; 
color: #FFFFFF;
}
*/

.cathead      
{ 
font-family: Tw Cen MT, Verdana; 
font-weight: bold;
font-size : 16px; 
color: #FFFFFF;
background-color: #3A3A3A;
}

TH 
{
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #000000;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #000000;
	font-family: Tw Cen MT, Verdana;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #2A2A2A;
	text-align: left;
}

/* Cell Properties */  
    
TD	        
{ 
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #000000;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #000000;
}

/* Link Properties */


a                         { text-decoration: none; font-size: 13px; color: #EBCF48; font-family: Tw Cen MT, Verdana }  
a:link                    { text-decoration: none; font-size: 13px; color: #EBCF48; font-family: Tw Cen MT, Verdana }
a:visited                 { text-decoration: none; font-size: 13px; color: #EBCF48; font-family: Tw Cen MT, Verdana }
a:active                  { text-decoration: none; font-size: 13px; color: #EBCF48; font-family: Tw Cen MT, Verdana }
a:hover                   { text-decoration: underline; font-size: 12px; color: #FFFFFF; font-weight: bold; font-family: Tw Cen MT, Verdana } 

.piclink A:link          { background: #000000 }
.piclink A:visited       { background: #000000 }
.piclink A:active        { background: #000000 }
.piclink A:hover         { background: #000000 }

img.yb                    { border: 2px solid #EBCF48; } 

/* Form elements */

input, textarea, select 
{
color : #000000;
font-family : Tw Cen MT, Verdana;
font-size : 13px;
}