h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	border-bottom-width:1px;
	border-bottom-style:dashed;
	border-bottom-color:#9BA7BE;	
	margin-bottom:20px;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	border-bottom-width:1px;
	border-bottom-style:dashed;
	border-bottom-color:#9BA7BE;	
	margin-bottom:5px;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	border-bottom-width:1px;
	border-bottom-style:dashed;
	border-bottom-color:#9BA7BE;	
	margin-top:0px;
	margin-bottom:10px;
}

table {
	width:100%;
	background:#ffffff;
}

.new {
	color:#bf0000;
	font-weight:bold;
}

.border_out {
	border:solid;
	border-width:1px;
	border-color:#000000;
}

.border_in {
	background:#000000;
}

.tablea {
	background:#f8f8f8;
}

.tableb {
	background:#efefef;
}

img { 
	border:0px; 
} 
 
th {
	background-color:#1D81B7;
	color:#ffffff;
	font-weight:bold;
	background-image:url('./images/title.gif');
}
 
body { 
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#9DB5D1;
}
 
 
p, li, div, tr, td, legend{
	font-size:12px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:justify;
} 
 
.toolbox {
	padding:0px;
	margin:0px;
	border:0px;
	background-color:#f8f8f8;
	display:block;
	height:25px;
	border:1px solid silver;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

a {
	color:#6A93BE;
	font-weight:bold;
}

a:hover {
	color:#8CA4C0;
	font-weight:bold;
}

a.icon {
	padding:0px;
	margin:0px;
	border:0px;
	font-weight:normal;
	font-family:verdana;
	font-size:11px;
	display:block;
	float:left;
	border-right:1px solid silver;
	height:25px;
	padding-left:3px;
	padding-right:3px;
	color:black;
	text-decoration:none;
	line-height:25px;
}

a.icon_active {
	padding:0px;
	margin:0px;
	border:0px;
	font-weight:normal;
	font-family:verdana;
	font-size:11px;
	display:block;
	float:left;
	border-right:1px solid silver;
	height:25px;
	padding-left:3px;
	padding-right:3px;
	color:black;
	text-decoration:none;
	line-height:25px;
	background-color:#efefef;
}

a.icon:hover, a.icon_active:hover {
	background-color:#dedede;
	color:#000000;
	font-weight:normal;	
}

a.black_link, a.black_link:hover, a.black_link:active, a.black_link:visited {
	color:#000000;
	text-decoration:none;
}

.footer, .footer:hover {
	color:#EA4142;
	font-size:10px;
	font-weight:bold;
	line-height:15px;
	text-align:right;
}

input {
	border:1px solid silver;
	background-color:#f8f8f8;
}

