body { 
	background-color: #0F6292;
	margin: 0px;
}


h1 {
	font-family: Tahoma, sans-serif;
	font-size: 24px;
	color: #C01F25;
	font-weight: 600;	
}
h2 {
	font-family: Tahoma, sans-serif;
	font-size: 20px;
	color: #C01F25;
	font-weight: 600;	
}

h3 {
	font-family: Tahoma, sans-serif;
	font-size: 18px;
	color: #C01F25;
	font-weight: 600;	

}

h4 {
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	color: #C01F25;
	font-weight: 600;	

}

p {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 120%;
	
 }

li {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 120%;
 }


td {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #000000;
 }
 
.leftcolumn {
	border-right: 1px solid #0F6292; 
	border-top: 1px solid #0F6292;
	padding: 15px 5px 5px 10px;
	font-size: 12px;
}

.content {
	border-top: 1px solid #0F6292;
	padding: 10px;
	background-color:#FFFFFF;

}
.footer {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
	border-top: 1px #0F6292 solid;
	padding: 10px;

}

.tooliered {
	color: #C01F25;
}
.toolieredbold {
	color: #C01F25;
	font-weight: bold;
}
.toolieblue {
	color: #0F6292;
}
.tooliebluebold {
	color: #0F6292;
	font-weight: bold;
}

a:link {
	color:#C01F25; 
	font-weight:600;
	text-decoration: none;
}
a:hover {
	color:#ffCC00; 
	font-weight:600;
	text-decoration: none;
}
a:visited {
	color:#0F6292; 
	font-weight:600;
	text-decoration: none;
}
a:active {
	color:#FFCC00; 
	font-weight:600;
	text-decoration: underline;
}
a:hover:visited {
	color:#0F6292; 
	font-weight:600;
	text-decoration: underline;
}





.hdr4 {background-color:#ffff66;}
.textbox {background-color:#FFFFC0}


