@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #66CCFF;
}
.text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.l_page_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #003366;
	text-decoration: none;
}
.title_sub {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style:normal;
	line-height: normal;
	font-weight:bold;
	font-variant: normal;
	text-transform: none;
	color: #306BB9;
	text-decoration: none;
	
}
a.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
	line-height: normal;
	font-weight:bold;
	font-variant: normal;
	text-transform: none;
	color: #306BB9;
	text-decoration: none;
	
}
a.link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight:bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.table{
background-color:white;
border:1px inset gray;
padding:1px;
}
.footer{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color:#666666;

}
div.success {
/*    background: #FFFFFF;
    color: #0057AE;
    border-color: #0057AE;
	border:thin;*/
	border:solid 1px #0057AE; 
	background:#CEEFFF;
	color:#0080FF;
	padding:10px 10px 10px 25px;
	width:500px;
	margin:5px 5px 15px;
	font-weight:bold;
}
div.error {
	border:solid 1px #CC0000; 
	background:#F7CBCA;
	color:#CC0000;
	padding:10px 10px 10px 25px;
	width:500px;
	margin:5px 5px 15px;
	font-weight:bold;
/*    background: #FFFFFF;
    color: #D12F19;
    border-color: #D12F19;
	border:thin;
	font-weight:bold;*/
}