body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111111;
	margin: 0px;
	background-color: #DBE4EE;
}
td {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111111;	
}
h1 {
	font-size: 16px;
	color: #07517C;
}
h2 {
	font-size: 14px;
	color: #333333;
	background-color: #83E4F4;
	line-height: 30px;
	text-indent: 10px;
}

.menuleft {
	background-image: url(images/h-menubg.jpg);
	background-repeat: no-repeat;
	text-indent: 0px;
	padding-top: 25px;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}
.contenttd {
	padding: 15px 20px 15px 15px;
	text-align: left;
	background-image: url(images/cont_bg.jpg);
}
.menu {
	list-style-image: url(images/li-1.jpg);
}
a.menu:link {
	color: #000000;
	text-decoration: none;
}
a.menu:visited {
	color: #000000;
	text-decoration: none;
}
a.menu:hover {
	color: #E30007;
	text-decoration: none;
}
a.menu:active {
	color: #E30007;
	text-decoration: none;
}
.404error {
	color: #08BBE4;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

