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

a:link, a:visited {
	color: Blue;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

body {
	margin: 0px;
/*	font-family: "Franklin Gothic Medium", Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #00006F;
}

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

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

}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
}

h1 {
	font-size: 16px;
	color: #FF0000;
	font-weight : bold;
	margin-bottom : 6px;
}

h2 {
	color: #9999CC;
	font-size: 13pt;
	font-weight: bold;
	margin-bottom:6px;
}

h3 {
	color: #000080;
	font-size: 10pt;
	font-weight: bold;
}

h4 {
	color: #990000;
	font-size: 10pt;
	font-weight: bold;

}

h5 {

}

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;
	font-size : 12px;
}

td, p, li, div{
	font-size : 12px;
}