@import url("divlayoutstyles.css");
/* CSS Document */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
	color: #000000;
	line-height: 1.166;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #336699;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1{
	font-size: 110%;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 5px;
}

h2{
	font-size: 114%;
}

h3{
 	font-size: 100%;
}

h4{
 	font-size: 100%;

}

h5{
	font-size: 100%;

}
a, a:link, a:visited{
	color: #000000;
	font-weight: bold;
	text-decoration:underline;
}
a:active {
	color: #999999;
	font-weight: bold;
}
a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-decoration:none;
}

input, option, select, textarea, value {
	font-size: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
form {
	margin-left: 0px;
	margin-top: 5px;
	font-size: 9px;		
}
p{
	font-size: 100%;
	text-align: justify;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}
label {
	display: block;
	font-weight: bold;
	color: #000000;
	margin-right: 150px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #C8D3E1;
	margin-bottom: 3px;
	margin-top: 5px;
	border: 1px solid #336699;
}input, option, select, textarea, value {
	font-size: 120%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}