@import url(./main9.css);
/*@import url(./style.css);*/

a:link, a:visited {
	color: #003768;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
/*	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;*/
/*	font-family: Arial, Helvetica, sans-serif; 
	background-color: #333333;*/
}

p {
	margin-top: 0px;
	margin-bottom: 12px;
}

form, input, select, textarea, form div, form p {

}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
    font-family:Georgia,'Bookman Old Style',Garamond,'Times New Roman',serif;
    font-weight: normal;
}

h1 {
	font-size: 22px;
	color: #003768;
}

h2 {
	margin-top: 16px;
	font-size: 18px;
	color: #731010;
}

h3 {
	font-size: 16px;
    color: #444444;
}

h4 {
	color: #731010;
}

h5 {
	margin-bottom: 6px;
	font-size: 12px;
	color: #333333;
}

h6 {
	margin-bottom: 6px;
}

hr {
    border: 0;
    border-top: 1px solid Black;
    height: 1px;
}

img {

}

ul {
	list-style-position: inside;
	list-style-type: square;
	margin-left: 8px;
	margin-top: 8px;
	padding-left: 8px;
}