@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #006DA8;
}

.headerbg {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

a:link {
	color: #0089d4;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0089d4;
}
a:hover {
	text-decoration: underline;
	color: #15ADFF;
}

a:active {
	text-decoration: none;
	color: #15ADFF;
}
.menubg {
	background-image: url(images/menu-bg.gif);
	background-repeat: repeat-x;
}


.shadowleft {
	background-image: url(images/shadow-left-bg.jpg);
	background-repeat: repeat;
}

.shadowright{
	background-image: url(images/shadow-right-bg.jpg);
	background-repeat: repeat;
}
.mainmenu a:link{
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-top: 5px;
	padding-bottom: 6px;
	text-align: center;
}

.mainmenu a:visited{
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-top: 5px;
	padding-bottom: 6px;
	text-align: center;
}
.mainmenu a:hover{
	font-size: 14px;
	color: #0089d4;
	background-color:#FFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-top: 5px;
	padding-bottom: 6px;
	text-align: center;
}
