body {
	background-image: url(images/Background.jpg);
	background-repeat: repeat;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
}


a:link, a:visited, a:active {
	text-decoration:none;
	color:#3b5998;
}

a:hover {
	text-decoration:underline; 
	color:#3b5998;
}

.content {
	padding: 6px;
	padding-right: 20px;
}

.maintitle {
	font-size: 20px;
	color: #3b5998;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.subtitle {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	font-style: italic;
	line-height: 20pt;
}

.menu {
	width: 140px;
}

.menulinkstyle {
	font-size: 13px;
}

a.menulinkstyle:link, a.menulinkstyle:visited, a.menulinkstyle:active { 
	text-decoration:none; 
	color:#ffffff;
}

a.menulinkstyle:hover {
	text-decoration:underline; 
	color:#ffffff;
}

.tablestyleleft {
	padding: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3b5998;
	font-weight: bold;
	background-color: #EEEEFF;
}
.tablestyleright {
	padding: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3b5998;
}
