@charset "utf-8";

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #204B80;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #214C81;
}
a:visited {
	color: #5E1F83;
}
a:hover {
	color: #4385D9;
}
a:active {
	color: #4385D9;
}

.smalltext {
	color: #204b80;
	font-size: 10px;
}

.footertext {
	color: #6F9FDB;
	font-size: 10px;
}

.footertext a {
	color: #6F9FDB;
}

.footertext a:link {
	color: #6F9FDB;
}

.footertext a:visited {
	color: #6F9FDB;
}
.footertext a:active {
	color: #6F9FDB;
}
.footertext a:hover {
	color: #FFFFFF;
}




.menulevelone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/menu-header-bg.jpg);
	padding: 5px;
}
.headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #204b80;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #204b80;
	background-repeat: repeat-x;
	padding-top: 5px;
	margin-bottom: 10px;
}
.mainbodyarea {
	background-image: url(images/main-body-bg.jpg);
	background-repeat: repeat-x;
	padding: 10px;
}
li {
	padding-bottom: 10px;
}
