/* 
Litesite BASE CSS sheet	
Copyright WebFu 2004		
Ver 2.0 | Date: 2.11.04	
*/

/* TAGS */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1B4A83;
	}
body {
	background-color: #5B5B5B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1B4A83;
	scrollbar-face-color:#5B5B5B;
	scrollbar-highlight-color:#676767;
	scrollbar-3dlight-color:#838383;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#4A4A4A;
	scrollbar-arrow-color:#B1C8E2;
	scrollbar-track-color:#797979;
}
a {}
a:hover {
	text-decoration: none;
}
a:active,a:visited {
	color: #0000FF;
}
#floater{
float:right; margin-top:1em;padding:0.4em; border:1px solid #999;background:#fff}
#floater a {
	text-decoration:none;
	color: #255793;
	font-size: 11px;
}
p {}

/* HEADINGS */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
h3 {}
h4 {}
h5 {}
h6 {}
 
/* DIVS */
.error {color:#FF0000}
.list-class {}

/* MENU */
#menu-id a{
	display: block;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	margin-right: 6px;
	padding: 0.45em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	color: #1B4A83;
	text-decoration: none;
}
#menu-id a:hover{
	background-color: #DDE9F8;
}
#menu-id a:active{
	background-color: #BAD3F0;
}
/* MENU FOOT*/
#menu-foot-id a{
	font-size: 9px;
	color: #666;
	text-decoration: none;
}
#menu-foot-id a:hover{
	color: #1B4A83;
}
#menu-foot-id a:active{}
.main-cell-group {
	background-color: #E3E3E3;
}
.menu-foot-class {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}

#subMenu a{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight: normal;
	display: block;
	color: #003366;
	text-decoration: none;
	text-align: right;
	margin-right: 6px;
	padding: 3px;
	background-color: #EFF4FA;
}
#subMenu a:hover{color: #003366;background-color: #E2EBF5;}
.footer {
	background-image: url(../_img/foot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:2px;
	font-size: 9px;
	text-align: right;
	font-size: 9px;
	color: #A7CEEA;
}
/* FOOTER TEXT */
.footer-text {font-size:9px;color: #A7CEEA;}
#footer-text-id a{
	font-size: 9px;
	color: #A7CEEA;
	text-decoration: underline;
}
#footer-text-id a:hover{
	color: #fff;
}
#footer-text-id a:active{}
.pullquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: bold;
	color: #102C4E;
	width: 220px;
	padding: 6px;
	margin: 6px;
	float: right;
	text-align: center;
	background-color: #F4F4F4;
}
.table-top {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #C5C5C5;
	font-family: Arial, Helvetica, sans-serif;
}
.table-odd{
	background-color: #FFFFFF;
}
.table-even{background-color: #efefef;}
.table-outer{border:2px solid #C5C5C5}