A:link {
	text-decoration: underline;
	color: #39438C;
}
A:visited {
	text-decoration: none;
	color: #39738C;
}
A:hover {
	text-decoration: none;
	color: #94BDCE;
}

a img {
  border: 0px;
}
 
body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10pt;
	color: #000821;
	margin: 0px 0px 0px 0px;
	text-align: center;
	background: url("graphics/brushed-metal.jpg");
}

#header {
	padding: 20px 0px 20px 0px;
	text-align: center;
}
#header_menu {
	border-bottom:1px solid #000821;
	border-top:1px solid #000821;
	width: 100%;
	background: #ADB6DE;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 1px 0px;
	white-space: nowrap;
	text-align: center;
}
a.header_menu_item {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 1px 20px 1px 20px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}
a.header_menu_item:hover, a.header_menu_item:visited:hover {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background: #002F7F;
	color: #ffffff;
}

#content {
	width: 700px;
	margin-top: 20px;
	margin-left: auto;
	margin-bottom: 20px;
	margin-right: auto;
	background: #FFFFFF;
	border-left: 2px solid #ADB6DE;
	border-top: 2px solid #ADB6DE;
	border-right: 2px solid #0030AD;
	border-bottom: 2px solid #0030AD;
	text-align: left;
}
td {
        font-family: Verdana,Arial,Helvetica,sans-serif;
        font-size: 10pt;
        color: #000821;
}

h3 {
	font-size: 11pt;
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000000;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
}

p {
	font-size: 10pt;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	margin-top: 10px;
	margin-right: 20px;
	margin-left:  20px;
}
