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

body,td,th, h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, sans-serif, Arial Rounded MT Bold;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #003F70;
	background-image: url(background.png);
	background-repeat: repeat-x;
	background-attachment:fixed;
	background-position:center; 
}

.center {
  margin-left: auto;
  margin-right: auto;
}


h1 {
	color: #000000;
	font-size: 26px;
	font-weight: bold;
}

h2 {
	color: #000000;
	font-size: 21px;
	font-weight: bold;
}

h3 {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}

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

h5 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}

h6 {
	color: #FFFFFF;
	font-size: 9px;
	font-weight: normal;
}


a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}


a.nav:link {
	color: #000000;
	text-decoration: none;
}
a.nav:visited {
	text-decoration: none;
	color: #000000;
}
a.nav:hover {
	text-decoration: none;
	color: #999999;
}
a.nav:active {
	text-decoration: none;
	color: #000000;
}



.floatimgleft {
float:left;
margin-top:0px;
margin-right:15px;
margin-left:0px;
margin-bottom:15px;
}

.floatimgright {
float:right;
margin-top:0px;
margin-right:0px;
margin-left:15px;
margin-bottom:15px;
}
