@charset "UTF-8";
/* CSS Document */

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: left;
}
body {
	background-color: #134569;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}
.pagecontent {
	border-right: solid 5px #00314D;
}
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #666666;
}
a:active {
	color: #666666;
}

p {
	margin: 0 0 12px 0;
}

.bluetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3F6885;
	text-decoration: none;
	text-align: left;
}
.bluetext a:link {
	color: #3F6885;
	text-decoration: underline;
}
.bluetext a:visited {
	color: #3F6885;
	text-decoration: underline;
}
.bluetext a:hover {
	color: #3F6885;
	text-decoration: none;
}
.bluetext a:active {
	color: #3F6885;
	text-decoration: underline;
}
.whitetext, p.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 12px 22px 0 22px;
	line-height: 16px;
	text-align: left;
}
.whitetext a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.whitetext a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.whitetext a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.whitetext a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

/* home page */

.rightTable {

    filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;}
