@import url("v_basicv5.css");

/* Bold headline text */
H1 { font-size: 14pt; font-weight: bold; font-family: arial, helvetica, sans-serif; color:#444444; }
/* Bold inline text */
H2 { font-size: 13pt; font-weight: bold; font-family: arial, helvetica, sans-serif; color:#444444; }
/* used when structually an h3 is called for, the display is the same as bold paragraph text */
H3 { font-size: 12pt;  font-weight: bold; font-family: arial, helvetica, sans-serif; color:#AAAAAA; }
/* Standard paragraph text */
P { font-size: 10pt; font-family: arial, helvetica, sans-serif; color:#666666;}

/* Home and hub page style sheet classes */
.hp-footer { font-size: 9pt; font-family: arial, helvetica, sans-serif; font-weight: normal; }
.hp-footgrey { color: #666666; font-family: arial, helvetica, sans-serif; text-decoration: none; }
.hp-footwhite { color: #FFFFFF; font-family: arial, helvetica, sans-serif; text-decoration: none; }

/* Custom list formatting */
UL { font-size : 10pt; font-family: arial, helvetica, sans-serif; color:#666666;}
LI { font-size : 9pt; font-family: arial, helvetica, sans-serif; color:#666666;}

.orange {color: #FF6600;}
.blue { color: #336699;}
.red {color: #CC0033;}
.darkgrey {color: #666666;}
.darkergrey {color: #333333;}
.black {color: #000000;}
.white {color: #FFFFFF;}
.HL {background: #ffff00;color: #666666;}
.tab { margin-left: 2.00em; font-family: arial, helvetica, sans-serif;}
.SMALL { font-size : 9pt; font-family: arial, helvetica, sans-serif; }
.large { font-size: 12pt; font-family: arial, helvetica, sans-serif; color: #CC0033;}
.countdown { font-size: 16pt; font-family: arial, helvetica, sans-serif; font-weight: bold; color: #C10D0B;}
.little { font-size: 8pt; font-family: arial, helvetica, sans-serif; }
.xsmall { font-size: 7pt; font-family: arial, helvetica, sans-serif; }
.xlarge { font-size: 16pt; font-family: arial, helvetica, sans-serif; }
.none {text-decoration: none; }

body {background-color: white;}

/*Menu Magic navigation classes*/
.p7tbsub {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #ffffff;
	layer-background-color: #ffffff; /*for Netscape 4*/
	border: 1px solid #878787; /*for hairline border around submenus*/
}

.p7tbsub p {
	padding: 3px 12px 3px 6px;
	margin: 0px;
}

.p7tbsub a:link {
	padding: 1px 8px 1px 12px;
	background-color: #ffffff;
	color: #555555;
	font-size: 8pt;
	text-decoration: none;
	border-top: 1px solid #B0B0B0;
	border-right: 1px solid #8E8E8E;
	border-bottom: 1px solid #8E8E8E;
	border-left: 1px solid #B0B0B0;
}
.p7tbsub a:visited {
	padding: 1px 8px 1px 12px;
	background-color: #ffffff;
	color: #555555;
	font-size: 8pt;
	text-decoration: none;
	border-top: 1px solid #B0B0B0;
	border-right: 1px solid #8E8E8E;
	border-bottom: 1px solid #8E8E8E;
	border-left: 1px solid #B0B0B0;
}
	
.p7tbsub a:hover {
	background-color: #666666;
	color: #FFFFFF;
}
.p7tbsub a:active {
	background-color: #555555;
	color: #FFFFFF;

}
.p7tbdn {
	color: #555555 !important;
}

.traceon {
 color: #FFFFFF !important;
 background-color: #555555 !important;
}


.traceoff {
color: #ffffff;
background-color: transparent;


