body
{
	background-color: #CECFC1;
	margin:19px 0px;
	background-image:url(../images/bg_main.gif);
	background-position:top;
	background-repeat:repeat-x;
	scrollbar-face-color: #E3E3DB;
	scrollbar-highlight-color: #CECFC1;
	scrollbar-shadow-color: #CECFC1;
	scrollbar-3dlight-color: #CECFC1;
	scrollbar-arrow-color:  #545545;
	scrollbar-track-color: #CECFC1;
	scrollbar-darkshadow-color: #CECFC1;
}

td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#545545;
	line-height:120%;
}

p {
	margin:0px 0px 15px 0px;
	}

a {
	color:#373F94;
	text-decoration:none;
}

a:hover {
	color:#373F94;
	text-decoration:underline;
}

a.menuLinks {
	color:#5E5F51;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

a.menuLinks:hover {
	text-decoration:underline;
	color:#5E5F51;
}


a.bottomLinks {
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
}

a.bottomLinks:hover {
	text-decoration:underline;
	color:#FFFFFF;
}

	
h1 {
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
	font-weight:bold;
	color:#373F94;
	margin-bottom:7px;
	background-image:url(../images/dash.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:0px 0px 10px 0px;
}

h2 {
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	font-weight:bold;
	color:#373F94;
	margin-bottom:2px;
}

h3 {
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	
	font-size:12px;
	font-weight:bold;
	color:#373F94;
	margin-bottom:2px;
}


ul {
	list-style-image:url(../images/bullet.gif);
	}

.white {
	color:#FFFFFF;
	}
.blue {
	font-weight:bold;
	color:#373F94;
	}
.small {
	font-size:10px;
	}	
	
.top {
	background-color:#373F94;
	background-image:url(../images/bg_top.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height:100px;
	padding:0px 0px 0px 10px;
	vertical-align:middle;
	}

.menu {
	background-color:#E3E3DB;
	background-image:url(../images/bg_menu.jpg);
	background-position:top;
	background-repeat:repeat-x;
	vertical-align:middle;
	padding:5px;
	width:215px;
	}
.menuItem {
	text-align:center;
	padding:7px;
	background-image:url(../images/dash.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	}
.dashed {
	background-image:url(../images/dash.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:0px 0px 10px 15px;
	}
.content {
	padding:15px 10px 5px 25px;
	vertical-align:top;
	line-height:150%;
	}
.login {
	background-color:#373F94;
	background-image:url(../images/bg_login.jpg);
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
	vertical-align:top;
	padding:10px 0px;
	width:215px;
	}
	
.block1 {
	background-color:#EEEFE9;
	padding:12px 10px 5px 10px;
	vertical-align:top;
	}
.block2 {
	background-color:#E3E3DB;
	padding:15px 10px 5px 10px;
	vertical-align:top;
}
.leftCol {
	vertical-align:top;
	background-color:#E3E3DB;
}

.textPad {
	margin-left:15px;
	line-height:120%;
	}
.bottom {
	background-color:#373F94;
	height:30px;
	padding:0px 30px;
}

.copyright {
	color:#FFFFFF;
	font-size:10px;
	}
	
#scroller {
	overflow:auto;
	height:180px;
	margin-left:15px;
	margin-bottom:10px;
	line-height:150%;
	}
	
/* form */
form {
	margin:0px;
	padding:0px;
	}
.input {
	height:18px;
	background-color:#EEEFE9;
	border:1px solid #939679;
	width:150px;
	}
.btn_login {
	font-size:10px;
	font-weight:bold;
	color:#000000;
	border:1px solid #939679;
	background-image:url(../images/bg_btn.jpg);
	background-repeat:repeat-x;
	height:21px;
	width:70px;
	cursor:pointer;
	}
