body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #6D8FA1;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

.bg{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #6D8FA1;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

h1{
	margin: -2px 30px 0 30px;
	font-size: 23px;
	color: #12161E;
	text-decoration: none;
}

h2{
	font-size: 14px;
	font-style: italic;
	margin-top: 20px;
}

h3{
	font-size: 13px;
	margin-bottom: 0px;
}

#hr{
	border-color: #121212;
	border-style: solid;
	border-width: 1.5px;
	margin-top: -10px;
}
#year{
	font-size: 11px;
	padding-left: 70px;
}

#tab{
	margin-left: 20px;
}
.content{
	font-size: 12px;
	padding: 7px 22px 5px 22px;
	text-align: justify;
}

.nodecoration{
	text-decoration: none;
}

#logo a {
	font-size: 23px;
	color: #12161E;
	text-decoration: none;
}

a {
	color: #01166A;
	font-size: 12px;
}
a:visited {
	color: #01166A;
	font-size: 12px;
}

.topheader {
		background-image: url(images/topheader_filler.gif);
		background-repeat: repeat-x;
		height: 25px;
}

.centerheader {
		background-image: url(images/centerheader.jpg);
		background-repeat: no-repeat;
		height: 86px;
		text-align: right;
}

.bottomheader_left {
		background-image: url(images/leftbottomheader.gif);
		background-repeat: repeat-x;
		height: 26px;
		width: 10px;
}

.bottomheader_right {
		background-image: url(images/rightbottomheader.gif);
		background-repeat: repeat-x;
		height: 26px;
		width: 10px;
}

.bottomheader_filler {
		background-image: url(images/bottomheader_filler.gif);
		background-repeat: repeat-x;
		height: 26px;
		width: 609px;
}

.topfooter {
		background-image: url(images/topfooter.gif);
		background-repeat: no-repeat;
		background-color: #273a5d;
		height: 40px;
}



