/* body-related */
BODY {
	font-family: Verdana;
	font-size: 12px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	background-repeat : no-repeat;
	scrollbar-face-color: #BFCEDF; 
	scrollbar-shadow-color: #EEEEEE; 
	scrollbar-highlight-color: #252F6A; 
	scrollbar-3dlight-color: #EEEEEE; 
	scrollbar-darkshadow-color: #252F6A; 
	scrollbar-track-color: #92ACC9; 
	scrollbar-arrow-color: #252F6A;
	background-color: #eeeeee;
}

/* table-related */
TABLE {
	padding : 0px 0px 0px 0px;
	color: black;
	font-size: 12px;
}

TD {
	padding : 0px 0px 0px 0px;
	border-width : 0;
	color: black;
	font-size: 12px;
}

.leftSection { border: 1px solid #777; }

/* separators */
.seps { background-color:  #235387; color: white; font-family: Verdana; font-size: 12px; text-align: left; }
.sepstop { background-color:  #235387; color: white; font-family: Verdana; font-size: 12px; text-align: right; }

/* link-related */
A  {
	text-decoration : none;
	font-weight : bold;
	color: #252F6A;
}
A:hover  {
	text-decoration : underline;
	font-weight : bold;
	color: #252F6A;
}

/* text menu */
.textmenu { color: #235387; font-size: 9px; font-weight: bold; }
/* page header */
.pghdr { color: #235387; font-size: 16px; font-weight: bold; }
/* page location */
.pgloc { color: #663300; font-size: 10px; font-weight: bold; }
/* section header */
.sechdr { color: #235387; font-size: 14px; font-weight: bold; }
/* list header */
.listhdr { color: #000000; font-size: 14px; font-weight: bold; }
/* list header detail */
.listhdrdetail { color: #000000; font-size: 12px; font-weight: bold; }

