/*
===============================================================================================

ALL A TAG STYLES 

===============================================================================================
*/
/* header at top of page */
A.header:link {
	font-family:Arial,Helvetica; font-size:11px; COLOR: #00A4F0; TEXT-DECORATION: none; font-weight: bold;  
}
A.header:active {
	font-family:Arial,Helvetica; font-size:11px; COLOR: #00A4F0; TEXT-DECORATION: none; font-weight: bold;  
}
A.header:visited {
	font-family:Arial,Helvetica; font-size:11px; COLOR: #00A4F0; TEXT-DECORATION: none; font-weight: bold;  
}
A.header:hover {
	font-family:Arial,Helvetica; font-size:11px; COLOR: #00A4F0; TEXT-DECORATION: underline; font-weight: bold; 
}


/* link bar on top of page */
A.bar:link {
	font-family:Arial,Helvetica; font-size:11; COLOR: #ffffff; TEXT-DECORATION: none; font-weight: bold;  
}
A.bar:active {
	font-family:Arial,Helvetica; font-size:11; COLOR: #ffffff; TEXT-DECORATION: none; font-weight: bold;  
}
A.bar:visited {
	font-family:Arial,Helvetica; font-size:11; COLOR: #ffffff; TEXT-DECORATION: none; font-weight: bold;  
}
A.bar:hover {
	font-family:Arial,Helvetica; font-size:11; COLOR: #ffffff; TEXT-DECORATION: underline; font-weight: bold; 
}

/* links inside main text */
A.text:link {
	font-family:Verdana,Arial,Helvetica; font-size:10; COLOR: #ff0000; TEXT-DECORATION: none; font-weight: bold;   
}
A.text:active {
	font-family:Verdana,Arial,Helvetica; font-size:10; COLOR: #ff0000; TEXT-DECORATION: none; font-weight: bold;   
}
A.text:visited {
	font-family:Verdana,Arial,Helvetica; font-size:10; COLOR: #ff0000; TEXT-DECORATION: none; font-weight: bold;   
}
A.text:hover {
	COLOR: #ff0000; TEXT-DECORATION: underline; font-weight: bold; 
}

/*
===============================================================================================

ALL BODY TAG STYLES 

===============================================================================================
*/



/*
===============================================================================================

ALL GENERAL STYLES

===============================================================================================
*/

/*
===============================================================================================

ALL TD TAG STYLES 

===============================================================================================
*/
td.label {font-family:Arial,Helvetica; font-size: 11px; color: #666666; text-align: right}
td.maintext {font-family:Arial,Helvetica; font-size: 70%; color:#666666;}
td.whitetext {font-family:Arial,Helvetica; font-size: 11px; color:#ffffff;}
td.blacktext {font-family:Arial,Helvetica; font-size: 11px; color:#000000;}
td.blue {font-family:Arial,Helvetica; font-size: 11px; color:#000066;}
td.red {font-family:Arial,Helvetica; font-size: 11px; color:#ff0000;}
td.gold {font-family:Arial,Helvetica; font-size: 11px; color:#AB9B5B;}
td.whiteheader{font-family:Arial; font-size: 12px; color:#ffffff;}
td.newsheader{font-family:Arial; font-size: 12px; font-weight: bold;color:#666666;}
td.newstext{font-family:Arial; font-size: 10px; font-weight: none;color:#666666;}
td.newstitle{font-family:Arial; font-size: 11px; font-weight: bold;color:#666666;}
td.footertext{font-family:Arial; font-size: 9px; font-weight: bold;color:#ffffff}
/*
===============================================================================================

ALL TR TAG STYLES 

===============================================================================================
*/



/*
===============================================================================================

ALL TH TAG STYLES 

===============================================================================================
*/

/*
===============================================================================================

ALL INPUT TAG STYLES

===============================================================================================
*/
input.button { BACKGROUND-COLOR: #ffffff; COLOR: #999999; FONT-FAMILY: Verdana; 
	FONT-SIZE: 8pt; BORDER: 1px solid #AB9B5B;}

select { FONT-FAMILY:Verdana;font-size:10; COLOR: #666666; border-style: none}

input.text { FONT-FAMILY:Verdana;font-size:10;}
/*
===============================================================================================

ALL TABLE TAG STYLES 

===============================================================================================
*/
DIV.scroll {
	scrollbar-base-color:#A5D2A5;
	scrollbar-face-color:#A5D2A5;
	scrollbar-shadow-color:#336699;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-arrow-color:#009900;
	scrollbar-highlight-color:#cccccc;
}