/* sets the main body properties */
BODY {
	font-family : Verdana, Arial, sans-serif;
	font-size : 11px;
	color:#003300;
	background-color: #FFFFFF;
	list-style-type: square;
}


/* this group sets the normal link colors */

A:LINK {
	color: #CC3300;
	text-decoration: none;
	font-weight: bold;
}

A:VISITED {
	color: #993300;
	text-decoration: none;
	font-weight: bold;
}

A:HOVER {
	color: #CC9900;
	text-decoration: none;
	font-weight: bold;
}

A:ACTIVE {
	color: #CC6600;
	text-decoration: underline;
	font-weight: bold;
}

a.offsite {
	font-weight: normal;
	color: #993300;
	text-decoration: none;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
}

H1 {
font-size: 18px;
font-weight: bold;
text-align: left;
letter-spacing: 2px;
color: #003300;
}

h2 {
text-align: left;
font-size: 14px;
font-weight: bold;
letter-spacing: 2px;
color: #003300;
}
h3 {
	font-size : 14px;
	font-weight : bold;
	color : #003300;
	margin-left: 20px;
	margin-right: 20px;
	}

 h4 {
	font-size : 14px;
	font-weight : bold;
	color : #003300;
	line-height: 12px;
}
h5 {
	font-size : 12px;
	font-weight : bold;
	color : #003300;
	margin-left: 20px;

}

h6 {
	font-size : 12px;
	font-weight : bold;
	color : #006600;
}


.form {
background-color: #FFFFFF;
color: #003366;
font-weight: bold;
padding: 2px 2px 2px 15px;
border: 1px solid #000000;
}
.formText {
	font-size: 80%;
	color: #003366;
	list-style-type: square;
}

.quotations {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	color: #003300;
	text-indent: 24px;
	margin-right: 20px;
}
.textBnospace {
	font-size: 12px;
	font-weight: bold;
	color: #003300;
	list-style-type: square;
}
.menu {
	font-size: 11px;
	font-weight: bold;
	list-style-type: square;
	margin: 4px 8px 4px 2px;
}
