
/* ############ */
/* ############ */
/* ############ */

.recordlist {
	font-size: 90%;
	text-align: center;
	border: solid 1px #CCC;
	margin-bottom: 20px;
	text-align: left
}

.recordlist th {
	color: white;
	font-weight: bold;
	background: #248;
	padding: 3px;
	text-align: center;
}

.recordlist .row1 {
	background: #F4F4F4;
}	

/* ############ */
/* ############ */
/* ############ */

/*
###################################
##  SECTIONS
###################################
*/
BODY, TD {
	color: #000000;
	font-family: Verdana,Arial,Helvetica;
	font-size: 12px;
	font-weight: normal;
	vertical-align:top;
	margin: 0px;
	padding: 0px;
}
.contentContainer{
	scrollbar-face-color: #00305A; 
	scrollbar-shadow-color: #ffffff; 
	scrollbar-highlight-color: #ffffff; 
	scrollbar-3dlight-color: #000000; 
	scrollbar-darkshadow-color: #000000;  
	scrollbar-arrow-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
A:Link  {
	color : #00305A;
	text-decoration : underline
}
A:Visited  {
	color : #00305A;
	text-decoration : underline
}
A:Hover  {
	color: #00305A;
	text-decoration : none
}
.TABLE_SITE{
	vertical-align: top;
}
.TOP{
	background-color:#FFFFFF;
}
.HEADER{
	background-color:#FFFFFF;
}
.CONTENT_LEFT{
	background-image : url(/image/pplus_bg_left.jpg);
	background-repeat: no-repeat;
	background-color:#D0C9BE;
}
.CONTENT_CENTER{
	background-image : url(/image/pplus_bg_right.jpg);
	background-repeat: no-repeat;
	background-color:#D0C9BE;
	text-align: left;
	padding-top: 25px;
	padding-left: 0px;
	padding-right: 10px;
	margin-right: 175px;
}
.CONTENT_RIGHT{
	background-color:#D0C9BE;
	padding-top: 10px;
	padding-right: 14px;
	text-align: center;
}
.FOOTER{
	background-color:#FFFFFF;
}
.BOTTOM{
	background-color:#FFFFFF;
}
.mainwrapper{
}
.alltext{
}

/*
###################################
##  PAGE TAGS AND DIVS
###################################
*/

h1{
	color: #00305A;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 30px;
}
h2{
	color: #00305A;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
}
LI, UL {
	list-style:square;
	margin-left: 20px;
}
P{
	text-align: left;
}
