body {
	background-image: url(images/bg.jpg);
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Verdana;
	color: #FFFFFF;
	font-size: small;
}

td {
	text-align: left;
	vertical-align: top;
}

.border {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-color: #000000;
}

.content {
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	background-color:  #184C7E;
}
.pad {
	padding: 10px;
}
a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.sub_nav {
	font-size: x-small;
	line-height: 20px;
	font-weight: bold;
	color: #184C7E;
	padding-left: 10px;
}
.sub_nav a:link {
	color: #000000;
	text-decoration: underline;
}
.sub_nav a:visited {
	color: #000000;
	text-decoration: underline;
}
.sub_nav a:hover {
	color: #184C7E;
	text-decoration: none;
}
