/* body elements */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1D2539;
}
body {
	background: #D4DCE8;
	margin-left: 0px;
	margin-top: 24px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}
a:link {
	color: #004382;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #004382;
}
a:hover {
	text-decoration: underline;
	color: #2F74BA;
}
a:active {
	text-decoration: underline;
	color: #2F74BA;
}

h1 {
	font-size: 28px;
	color: #004382;
	font-weight: normal;
}
h1 a:link {
	text-decoration: none;
	color: #004382;
}
h1 a:visited {
	text-decoration: none;
	color: #004382;
}
h1 a:hover {
	text-decoration: underline;
	color: #2F74BA;
}
h1 a:active {
	text-decoration: none;
	color: #2F74BA;
}

h2 {
	font-size: 22px;
	color: #004382;
	font-weight: normal;
}
h2 a:link {
	text-decoration: none;
	color: #004382;
}
h2 a:visited {
	text-decoration: none;
	color: #004382;
}
h2 a:hover {
	text-decoration: underline;
	color: #2F74BA;
}
h2 a:active {
	text-decoration: none;
	color: #2F74BA;
}

h3 {
	font-size: 14px;
	color: #004382;
	font-weight: bold;
}
h3 a:link {
	text-decoration: none;
	color: #004382;
}
h3 a:visited {
	text-decoration: none;
	color: #004382;
}
h3 a:hover {
	text-decoration: underline;
	color: #2F74BA;
}
h3 a:active {
	text-decoration: none;
	color: #2F74BA;
}


.menu {
	display: inline;
     padding-right: 20px;
     padding-left: 20px;
     border-right: #47ABE7 solid 1px;
	 margin-bottom: 10px;
}

.blue {
	font-size: 14px;
	color: #004382;
}
A.blue:link {
	color: #004382;
	text-decoration: none;
}
A.blue:visited {
	text-decoration: none;
	color: #004382;
}
A.blue:hover {
	text-decoration: underline;
	color: #2F74BA;
}
A.blue:active {
	text-decoration: underline;
	color: #2F74BA;
}

.t1 {
	font-size: 26px;
}

.t2 {
	font-size: 26px;
	color: #004382;
}




.copy {
	font-size: 10px;
	color: #004382;
}
A.copy:link {
	color: #004382;
	text-decoration: underline;
}
A.copy:visited {
	text-decoration: underline;
	color: #004382;
}
A.copy:hover {
	color: #41AEE7;
}
A.copy:active {
	color: #41AEE7;
}

/* html elements */



.tentacle {
	background: url('../images/footer.jpg') no-repeat  top center;
	text-align: right;
	font-size: 10px;
	color: #004382;
	padding-top: 49px;
	padding-right: 35px;
	padding-bottom: 30px;
}

.content {
	background: #FFFFFF url('../images/bg_body.jpg') no-repeat;
	text-align: left;
	padding: 18px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-left: #4A7BA9 1px solid;
	border-right: #4A7BA9 1px solid;
}
.banner {
	height: 70px;
	padding-left: 160px;
	padding-right: 230px;
	background: url('../images/banner.gif') no-repeat;
}
