/*Modified by Rena Smith Sept 28 2001*/
/*Added class12 link primarily for privacy statement link on home page*/
/*Added textss class. Used for Privacy line*/
/*Keep textb at 10px* Privacy Statement still goes over the line*/
/* All 10px changed to 11px. Caused contact a rep and request for info on left to wrap.*/
/* Keep left nav a.class9:   at 10px but change others*/
/*Headers*/
/*headerWhite class - White, bold,s maller size header. for colored table cells*/
.headerWhite{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

/*header1 class - Blue, bold, Home Page header*/
.h1{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
	color:#003366;
	font-weight: bold;
	text-decoration:none;
}

/*header2 class - Blue, bold, largest size header*/
.h2{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	color:#003366;
	font-weight:bold;
	text-decoration:none;
}

/*header3 class - Grey, bold, smaller size header*/
.h3{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

/*header1 tag - Blue, bold,l argest size header*/
h1{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:16px;
	color:#003366;
	font-weight: bold;
	text-decoration:none;
}

/*header2 tag - Blue, bold, smaller size header*/
h2{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	color:#003366;
	font-weight:bold;
	text-decoration:none;
}

/*header3 tag - Grey, bold, smaller size header*/
h3{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

/*text tag - Grey, bold, standard document text*/
h4{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

/*text tag - Grey, not bold, standard document text*/
h5{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#666666;
	font-weight:normal;
	text-decoration:none;
}

/*text tag - Grey, not bold, standard document text*/
h6{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#666666;
	font-weight:normal;
	text-decoration:none;
}

/*Text*/
/*textWhite class - white, not bold, smaller size text int able cell*/
.textWhite{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
}

/*text class - Black, not bold, drop-down menu text*/
.textMenu{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	color: Black;
	font-weight:normal;
	text-decoration:none;
}

/*text class - blue, not bold, blue text in table cells*/
.textBlue{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#003366;
	font-weight: normal;
	text-decoration:none;
}

/*bold text class - Grey, bolded document text*/
/*Also used as active page heading in side nav*/
.textb{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

/*slighlitly smaller text class - Grey, document text MCSI addition*/
/*keeps privacy statement sentence on one line *?
/* needed after increasing sizes from 10pxto 11px*/
.textss{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	color:#666666;
	font-weight:normal;
	text-decoration:none;
}

/*text class - Grey, not bold, standard document text*/
.text{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#666666;
	font-weight:normal;
	text-decoration:none;
}

/*unordered list tag - Grey, not bold, standard document text*/
ul{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#666666;
	font-weight:normal;
	text-decoration:none;
}

/*ordered list tag - Grey, not bold, standard document text*/
ol{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#666666;
	font-weight:normal;
	text-decoration:none;
}

/*definition list tag - Grey, not bold, standard document text*/
dt{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#666666;
	font-weight:normal;
	text-decoration:none;
}

/*table tag - Grey, not bold, standard document text*/
table{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#666666;
	font-weight:normal;
	text-decoration:none;
}

/*table row tag - Grey, not bold, standard document text*/
tr{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#666666;
	font-weight:normal;
	text-decoration:none;
}

/*table cell tag - Grey, not bold, standard document text*/
td{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#666666;
	font-weight:normal;
	text-decoration:none;
}

/*paragraph tag - Grey, not bold, standard document text*/
p{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#666666;
	font-weight:normal;
	text-decoration:none;
}

/*bold text tag - Grey, bolded document text*/
b{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

/*Links*/
/*10px verson of "standard" link text - Orange, not bold, underline*/
a.class12:link{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#FF6633;
}

a.class12:active{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#9966FF;
}

a.class12:visited{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#996699;
}

a.class12:hover{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#9966FF;
}


/*class11 - Blue, Bold. Largest header link text*/
a.class11:link{
	font-family: Verdana;
	font-size: 16px;
	color:#003366;
	font-weight: bold;
	text-decoration:none;
}
a.class11:active{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:16px;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

a.class11:visited{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:16px;
	color:#003366;
	font-weight:bold;
	text-decoration:none;
}

a.class11:hover{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:16px;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

/*class10- Blue, Bold. Second largest header link text*/
a.class10:link{
	font-family:Verdana;
	font-size:13px;
	color:#003366;
	font-weight:bold;
	text-decoration: underline;
}

a.class10:active{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	color:#666666;
	font-weight:bold;
	text-decoration: underline;
}

a.class10:visited{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	color:#003366;
	font-weight:bold;
	text-decoration: underline;
}

a.class10:hover{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	color:#666666;
	font-weight:bold;
	text-decoration: underline;
}

/*class9 - White, Bold. for side nav*/
a.class9:link{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
}

a.class9:active{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#BCBEB3;
}

a.class9:visited{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
}

a.class9:hover{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#BCBEB3;
}

/*class8 - Blue, Bold. for side nav*/
/*keep at 10px for longer names*/
a.class8:link{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#003366;
	text-decoration:none;
}

a.class8:active{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
}

a.class8:visited{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#003366;
	text-decoration:none;
}

a.class8:hover{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
}

/*class6 - orange, Bold. for side nav**/
/*kept at 10px for longer text*/
a.class6:link{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FF6633;
	text-decoration:none;
}

a.class6:active{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
}

a.class6:visited{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FF6633;
	text-decoration:none;
}

a.class6:hover{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
}

/*class5 - Grey, not bold. for side nav*/
a.class5:link{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#FF6633;
	text-decoration:none;
}

a.class5:active{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#666666;
	text-decoration:none;
}

a.class5:visited{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#FF6633;
	text-decoration:none;
}

a.class5:hover{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#666666;
	text-decoration:none;
}

/*standard link text - Orange, not bold, underline*/
a:link{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#FF6633;
}

a:active{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#9966FF;
}

a:visited{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#996699;
}

a:hover{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#9966FF;
}





/*SUP tag - smaller superscript text*/
SUP{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	font-weight: lighter;
	vertical-align : text-top;
}

/* Used to provide gray background to tables and DIVs */
.LiteGrayBG {
	background-color: #EEEEEE;
}

.Label {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#666666;
}

.Error {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color : Red;	
}
