body {
	font-size: 12px;
	/*background-color: #F5AF57;*/
	font-family: Arial;
	margin: 0px 0px 0px 0px;
}

td {
	font-size: 12px;
}

a {
	color: #05429D;
	font-weight: bold;
	border: 0px;
	text-decoration: none;
}

a:visited {
	color: #05429D;
	font-weight: bold;
	border: 0px;
	text-decoration: none;
}

a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.outertable {
	background-color: white;
	border: 1px solid #000000;
}

.footer {
	color: black;
	font-size: 10px;
}
a.footer { 
	color: gray;
	font-size: 10px;
	text-decoration: none;
}
a.footer:hover {
	color: #05429D;
	text-decoration: none;
}

.header {
	background-color: #F5B502;
}

.header_border_bottom {
	background-color: black;
}

.header_border_top {
	background-color: #05429D;
}

.nav {
	background-color: #eaeaea;
	border: 0px solid #c6c6c6;
	line-height: 1.6;
	padding-left: 5px;
}

a.nav {
	color: #05429D;
	font-weight: bold;
	border: 0px;
	text-decoration: none;
}

a.nav:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.title { 
	font-weight: bold;
	font-size: 12px;
}

.accent {
	background-color: #7e7e7e;
	font-weight: bold;
	font-size: 16px;
	color: white;
	text-align: left;
}

.message {
	color: red;
	font-weight: bold;
	padding: 15px;
	background-color: #ffff99;
	text-align: center;
}
