body {
	background-image: url(images/Background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #4e6baf;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link, a:visited, a:active { 
	text-decoration:none; 
	color:#4e6baf;
}

a:hover {
	text-decoration:underline; 
	color:#4e6baf
}


.content {
	text-align: justify;
	padding: 6px;
}

.maintitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #4e6baf;
}
.subtitle {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 16px;
	color: #4e6baf;
}

.menulinkstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.submenulinkstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-indent: 16px;
}

.tablestyleleft {
	padding: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4e6baf;
	font-weight: bold;
	background-color: #EEEEEE;
}
.tablestyleright {
	padding: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4e6baf;
}

.requiredtext {
	font-size: 9px;
	font-style: italic;
	color: #990000;
}
