/* CSS Document */
body {
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	
.xxsmtext {
	font-size: 10px; 
	color: #000066;
}
.xsmtext {
	font-size: 10px; 
	line-height: 1px; 
	color: #000066;
}
.smtext {
	font-size: 10px; 
	color: #000066;
}
.smtextblue { 
	font-size: 10px; 
	color: #003399;
}
.medtext, li {
	font-size: 10px; 
	color: #000066;
}
.medtextwht { 
	font-size: 10px; 
	color: #FFFFFF;
}
.medtextwhite { 
	font-size: 10px; 
	font-weight: bold;
	color: #ffffff;
}
.medtextblue { 
	font-size: 10px; 
	font-weight: bold; 
	color: #003399;
}
.medtextbluenorm {
	font-size: 10px; 
	font-weight: normal; 
	color: #003399;
}	
.lgtext { 
	font-size: 12px; 
	color: #000066;
}
.lgtextblue {
	font-size: 12px; 
	font-weight: bold; 
	color: #003399;
}
.xlgtextblue {
	font-size: 14px; 
	font-weight: bold; 
	color: #003399;
}
.lgtextred {
	font-size: 12px; 
	font-weight: bold; 
	color: #B50101;
}
.xlgtextred { 
	font-size: 14px; 
	font-weight: bold; 
	color: #B50101;
}
.title { 
	font-size: 16px; 
	font-weight: bold; 
	color: #003399;
}
.littleblue { 
	font-size: 10px;  
	color: #5965DE;
}
.littleblack { 
	font-size: 10px; 
	color: #000000;
}
a:link {
	color: #003399; 
	font-size: 12px; 
	text-decoration: none;}
a:active {
	color: #003399; 
	font-size: 12px;  
	text-decoration: none;
}
a:visited {
	color: #003399; 
	font-size: 12px;  
	text-decoration: none;
}
a:hover {
	color: #003399; 
	font-size: 12px;  
	text-decoration: underline;
}
.titleLG { 
	font-size: 20px; 
	color: #003399;
}
A.titleLG:link {
	COLOR: #ffffff; 
	FONT-SIZE: 20px;  
	TEXT-DECORATION: none;
}
a.littleblue:link { 
	color: #5965DE; 
	font-size: 10px;  
	text-decoration: none;
}
a.littleblue:active { 
	color: #5965DE; 
	font-size: 10px;  
	text-decoration: none;
}
a.littleblue:visited       { color: #5965DE; font-size: 10px;  text-decoration: none;}
a.littleblue:hover         { color: #5965DE; font-size: 10px;  text-decoration: underline}
a.title:link          { color: #003399; font-size: 12px;  text-decoration: none;}
a.title:active        { color: #003399; font-size: 12px;  text-decoration: none;}
a.title:visited       { color: #003399; font-size: 12px;  text-decoration: none;}
a.title:hover         { color: #003399; font-size: 12px;  text-decoration: underline;}
a.blue:link          { color: #003399; font-size: 12pt;  text-decoration: none;}
a.blue:active        { color: #003399; font-size: 12pt;  text-decoration: none;}
a.blue:visited       { color: #003399; font-size: 12pt;  text-decoration: none;}
a.blue:hover         { color: #003399; font-size: 12pt;  text-decoration: underline}
a.rightnav:link          { color: #404DD9; font-size: 10pt;  font-weight: bold; text-decoration: none;}
a.rightnav:active        { color: #B50101; font-size: 10pt;  font-weight: bold; text-decoration: none;}
a.rightnav:visited       { color: #404DD9; font-size: 10pt;  font-weight: bold; text-decoration: none;}
a.rightnav:hover         { color: #B50101; font-size: 10pt;  font-weight: bold; text-decoration: none;}
a.red:link          { color: #B50101; font-size: 12pt;  text-decoration: none;}
a.red:active        { color: #B50101; font-size: 12pt;  text-decoration: none;}
a.red:visited       { color: #B50101; font-size: 12pt;  text-decoration: none;}
a.red:hover         { color: #B50101; font-size: 12pt;  text-decoration: underline;}
a.redbold:link          { color: #B50101; font-size: 14pt; font-weight: bold;  text-decoration: none;}
a.redbold:active        { color: #B50101; font-size: 14pt; font-weight: bold;  text-decoration: none;}
a.redbold:visited       { color: #B50101; font-size: 14pt; font-weight: bold;  text-decoration: none;}
a.redbold:hover         { color: #B50101; font-size: 14pt; font-weight: bold;  text-decoration: underline;}
a.bigbluebold:link          { color: #003399; font-size: 14pt; font-weight: bold;  text-decoration: none;}
a.bigbluebold:active        { color: #003399; font-size: 14pt; font-weight: bold;  text-decoration: none;}
a.bigbluebold:visited       { color: #003399; font-size: 14pt; font-weight: bold;  text-decoration: none;}
a.bigbluebold:hover         { color: #003399; font-size: 14pt; font-weight: bold;  text-decoration: underline;}
ol {
	color: #FFF;
	line-height: 14px;
	list-style-type: none;
	}
thead {
	font-weight: bold;
	background: #404DD9;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
}	
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	
