a:link {
	color: #005eff;
	text-decoration: none;
}

a:visited {
	color: #005eff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #ff8700;
}

a:active {
	color: #005eff;
	text-decoration: none;
}

a.footer:link {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}

a.footer:visited {
	color: #333333;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

a.footer:hover {
	color: #ff4000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}

body {
	background-color: #0077af;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bkd.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}

h1 {
	font-size: 18px;
	color: #c02300;
	font-family: "trebuchet ms", helvetica, sans-serif;
	padding-top: 10px;
}
h2 {
	font-size: 13px;
	color: #0093c5;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-weight: bold;
}

.content
{
	position: relative;
	background-repeat: repeat-x;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 60px;
	text-align: left;
	background-image: url(images/contentbkd.gif);
	padding-right: 35px;
	padding-bottom: 25px;
	padding-top: 20px;
}
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.img {
	padding:4px;
	border:1px solid #ddd;
  }
.boldblue {
	font-weight: bold;
	color: #0034b7;
	font-size: 13px;
}
