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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 20px;
	color: #3D76A9;
}

h2 {
	font-size: 20px;
	color: #000000;
}
h3 {
	font-size: 16px;
	color: #3D76A9;
}

h4 {
	font-size: 16px;
	color: #000000;
}

.tableOuter {
	background-image: url(../images/bgGreenDots.gif);
	background-repeat: no-repeat;
	margin-left: 20px;
	padding: 0px;
	width: 930px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	vertical-align: top;
	background-color: #F4F7E8;
}
#mainBody {
	text-align: justify;
	width: 605px;
}
.txtBlue {
	font-size: 12px;
	color: #004A6B;
	font-weight: bold;
}
.txtBlue a{
	font-size: 12px;
	color: #004A6B;
	font-weight: bold;
}
#footer {
	background-color: #FFFFFF;
	font-size: 9px;
	color: #666666;
	line-height: 30px;
	height: 40px;
	width: 857px;
}


.txtMenuLink {
	font-size: 17px;
	line-height: 26px;
	font-weight: bold;
	color: #3D76A9;
}
.txtMenuLink a {
	color: #000000;
	text-decoration: none;
}
.txtMenuLink a:hover {
	color: #3D76A9;
	text-decoration: none;
}
.txtMenuLink a:visited {
	text-decoration: none;
}
.txtMenuLink a:active {
	color: #3D76A9;
	text-decoration: none;
}
