/* CSS Document */

body {
	background-color: #1d64aa;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	overflow: -moz-scrollbars-vertical;
}
.highlighted {
	color: #49a914;
}
td.content {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #082963;
	border-bottom-color: #082963;
	border-left-color: #082963;
	padding-top: 30px;
	padding-right: 45px;
	padding-bottom: 30px;
	padding-left: 45px;
	background-color: #FFFFFF;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #1d64aa;
	text-align: left;
	vertical-align: top;
}
.content p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 22px;
}
.content a:link, .content a:visited {
	color: #1D64AA;
	text-decoration: underline;
}
.content a:hover {
	color: #49a914;
}

td.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #97b1cb;
	text-align: right;
	padding-top: 11px;
	padding-right: 16px;
	padding-bottom: 11px;
	padding-left: 0px;
}
.menu a:link, .menu a:visited {
	color: #97B1CB;
	text-decoration: none;
}
.menu a:hover {
	color: #ffffff;
}
