 Style sheet for Explorer. Sizes should be one px smaller than xx_lg.css 
 START general link attributes 

A:ACTIVE {
	color: #FF3100;
}
	
A:VISITED {
	color: #000033;
}

A:LINK {
	color: #999999;
}

A::hover {
	color: Maroon;
}

.module { 
	color: #9C0000;
	font-family: tahoma, verdana, Arial, Sans-serif;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
}

 END general link attributes 
 


 general font and formatting attributes 

.body {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	color: #000000;
	font-size:12px;
}
TD {
	font-family: tahoma, verdana, Arial, Sans-serif;
	color: #000000;
	font-size:12px;
}

P {
	font-family: tahoma, verdana, Arial, Sans-serif;
	color: #000000;
	font-size:12px;
}
Li {
	font-family: tahoma, verdana, Arial, Sans-serif;
	color: #000000;
	font-size:12px;
}
.bodysmall {
	font-family: "Arial", "Helvetica", "sans-serif";
	color: #CCCCCC;
	font-size:10px;
; text-decoration: blink
}

.fineprint {
	font-family: "Trebuchet MS", "Sans-serif";
	color: #333333;
	font-size:10px;
}

.navbar { 
	color: #663399;
	font-family: tahoma, verdana,  Arial, Sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}


.package {
	color: Black;
	font-family: tahoma, verdana, Arial, Sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}


A.sidenavlink {
	color: White;
	font-family: "tahoma", "verdana", "Arial", "Sans-serif";
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
}

A.sidenavlink:active {
	color: White;
	font-family: tahoma, verdana, Arial, Sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

A.sidenavlink:visited {
	color: White;
	font-family: tahoma, verdana, Arial, Sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
A.sidenavlink:hover {
	color: #FFC993;
	font-family: tahoma, verdana, Arial, Sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
.formheadline {
	font-family: Arial, Sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}

.forminput {
	font-family: Courier, Courier New, monospace;
}

.form_label {
	font-family: Trebuchet MS, Sans-serif;
	color: #000000;
	font-size:12px;
}
.del {
	text-decoration: line-through;
}
