BODY {
	scrollbar-face-color: #606060;			/* body of the button*/
	scrollbar-arrow-color: #FFFFFF;			/* arrow */
	scrollbar-highlight-color: #B5B2B5;		/* inner highlight */
	scrollbar-shadow-color: #555555;		/* inner shadow */
	scrollbar-3dlight-color: #000000;		/* outer highlight 8FA4C5*/
	scrollbar-darkshadow-color: #000000;	/* outer shadow 40567B*/
	scrollbar-track-color: #000000;			/* track */
}
BODY, TD, P {
	font-family: Arial,Helvetica,Sans-Serif; 
	font-size: 10pt;
}
.content {	/* applies to anything */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}

.sectionTitle2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #00CC00;
	font-weight: bold;
}
.submenuTitle { /* applies to a <span> tag*/
	font-weight: bold;
}
.tinytext {
	font-size: 8pt;
}
/* --- Links --- */
a:link {
	color: #427DE9;
	text-decoration: none;
}
a:visited {
	color: #AEC2E8;
	text-decoration: none;
}
a:active {
	color: #EA473B;
	text-decoration: none;
}
a:hover {	/* hover definition has to come after visited */
	color: #427DE9;
	text-decoration: underline;
}
.submenu{	/* applies to the table cell <TD> of the submenu */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	overflow: hidden;
}
.submenu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.submenu a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.submenu a:active {
	color: #EA473B;
	text-decoration: none;
}
.submenu a:hover {	/* hover definition has to come after visited */
	color: #427DE9;
	text-decoration: underline;
}
.topvideos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 130%;
}
.topvideos a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.topvideos a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.topvideos a:active {
	color: #EA473B;
	text-decoration: none;
}
.topvideos a:hover {	/* hover definition has to come after visited */
	color: #427DE9;
	text-decoration: underline;
}
.sectionTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #EA473B;
}
.sectionTitle a:link, .sectionTitle a:visited, .sectionTitle a:active {
	color: #EA473B;
	text-decoration: none;
}
.sectionTitle a:hover {	/* hover definition has to come after visited */
	color: #427DE9;
	text-decoration: underline;
}
/* --- Forms --- */
@import url("formIE.css");
.newitem {
	font-weight: bold;
	color: #EA473B;
}
