A {
	color: 0000cc;
	text-decoration: none;
}
A:link     {
	text-decoration: none;
	color: 0000CC;
}
A:visited  {
	text-decoration: none;
	color: 0000CC;
}
A:active   {
	text-decoration: none;
	color: 0000CC;
}
A:hover    {
	text-decoration: underline;
	color: #666666;
}
.Text {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal}
.SmallText {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal;}
.MedText {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal;}
.MedBullet {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal;
	text-indent: -22px;
	padding-left: 23px;
	padding-bottom: 9px;
	margin-bottom: -18px;}
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #004200;}
.tabletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	background-color: #FFf8dc;}
.PageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.TableHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	height: 30px;
}
.TableCell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #CFE7DF;
}
.TableCellNote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFCC;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	margin-top:4px;
	margin-left:4px;
	margin-right:0px;
	margin-bottom:0px;
}
p,li,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
}
.FieldSave {
	color: #0000FF;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
.FieldPower {
	color: #FF9900;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
}
.FieldFinal {
	color: #FF0000;
	font-size: 10px;
	font-style: normal;
}
.FieldEEMBC {
	color: #006600;
	font-size: 10px;
	font-style: normal;
}
.FieldRed {
	color: #FF0000;
	font-size: 10px;
	font-style: normal;
}
.FieldCertified {
	font-size: 10px;
	font-style: normal;
	background-color: #FFFF99;
	width: 110px;
	height: 14px;
	vertical-align: middle;
}
.box {
	padding: 4px;
	border: 1px solid #cccccc;
	margin: 4px;
	}
.MenuBlack {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
}
.wlink:link     {
	text-decoration: none;
	color: ffffff;
}
.wlink:visited  {
	text-decoration: none;
	color: ffffff;
}
.wlink:active   {
	text-decoration: none;
	color: ffffff;
}
.wlink:hover    {
	text-decoration: underline;
	color: #666666;
	font-weight: bold;
}
.navy {color: #000066; }
.orange {color: #FF9900;}
.white {color: ffffff;}
.red {color: #FF0000;}

.clear {clear:both; display: block;}

div.hidden
{
	display:none;
}
div.visible
{
	display:block;
}
div.support {
	font-size:10px;
	width: 200px;
	max-width: 200px;
	height: 120px;
	line-height: 12px;
	overflow:auto;
	background-color: #FFFFCC;
	scrollbar-face-color:#cccccc;
	scrollbar-highlight-color: #eeeeee;
	scrollbar-shadow-color: buttonface;
	scrollbar-3dlight-color: #aaaaaa;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #eeeeee;
	scrollbar-darkshadow-color: #aaaaaa;
	position:absolute;
	border: 1px solid #999999;
	padding-left: 4px;
	padding-right: 4px;
}
.section_head {
	color: #000000;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* jQuery Popup */
#JQueryPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
overflow:auto;
scrollbar-face-color:#cccccc;
scrollbar-highlight-color: #eeeeee;
scrollbar-shadow-color: buttonface;
scrollbar-3dlight-color: #aaaaaa;
scrollbar-arrow-color: #ffffff;
scrollbar-track-color: #eeeeee;
scrollbar-darkshadow-color: #aaaaaa;
height:400px;
width:700px;
top:100px;
left:20px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:13px;
}
.JQueryPopupClose{
color:#FF0000;
text-decoration: none;
line-height:14px;
right:6px;
top:4px;
position:absolute;
display:block;
}
.JQueryPopupClose a:hover {
	text-decoration: underline;
}
#JQueryPopupBackground{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}


