*{
padding:0;
margin:0;
}

body
{
	background-color: #D7EBFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

.cleaner
{
    clear: both;
}

a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: red;
	text-decoration: underline;
}


.title_left
{
	background: url(titlebg.jpg) no-repeat left;
	color:#075181;
	font-size:120%; 
	font-weight:bold; 
	margin: 5px 0 15px 0px; 
	padding:0 0 0 50px; 
}
.menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #075181;
}
.menu a:link {
	font-weight: bold;
	color: #075181;
	text-decoration: none;
}
.menu a:visited {
	font-weight: bold;
	color: #075181;
	text-decoration: none;
}
.menu a:hover {
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}