body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #99CCFF;

	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 16px;

}	

p {
	text-align: justify;
}

a:link, a:visited, a:active {
	color: #006699;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #009BCA;
}

li {
	padding-bottom: 10px;
}

table.subnavbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	font-weight: bold;
	line-height: 14px;
	border-collapse: collapse;
	/*background-color: #ffffff;*/
	text-align: center;
	width: 100%;
}
table.subnavbar td {
	border: 0px solid #ccc;
}
table.subnavbar td a{
	display: block;
	/*width: 156px;*/
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 18px;
	padding-right: 18px;
	text-decoration: none;
	/*height: 25px;*/
}
table.subnavbar td a:link, table.subnavbar td a:visited {
	color: #006699;
	/*background-color: #ffffff;*/
	text-decoration: none;
}
table.subnavbar td a:hover, table.subnavbar td a:active {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006699;
	text-decoration: none;
}

.footer {
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;

	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
}
.footer a:link, .footer a:visited, .footer a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.footer a:hover {
	text-decoration: underline;
	color: #006699;
	font-weight: bold;
}

.header {
	padding-top: 0px;
	margin-top: 0px;
	font-size: 22px;
	line-height: 22px;
	color: #009BCA;
}

.bground {
	/*background-attachment: fixed;*/
	background-image: url(images/bkgd.gif);
	background-color: #FFFFFF;
	background-position: center;
	background-repeat: no-repeat;
}

.largetext {
	font-size: 15px;
	line-height: 20px;
	/*text-align: left;*/
}
.undermenu {
	font-size: 14px;
	line-height: 20px;
	/*text-align: left;*/
	padding-top: 10px;
	padding-bottom: 5px;
}

