/*  definitions of main text classes  */

H4 {
	font-size : 16px;
	font-weight : bold;
	color : #682B00;
}

TD {
	font-size : 11px;
	color : #682B00;
}

P {
	font-size : 11px;
	color : #682B00;
}

A:LINK, A:ACTIVE, A:VISITED {
	font-size : 11px;
	color : #682B00;
	text-decoration : underline;
}

A:HOVER {
	font-size : 11px;
	color : #AC4700;
	text-decoration : underline;
}

LI {
	font-size : 10px;
	color : #682B00;
	text-align : justify;
	list-style-position : outside;
}

UL {
	position : relative;
	left : -20px;
}


.form {
	font-size: 11px;
	color: #682B00;
	border: 1px inset;
}

.sitelist {
	font-size : 10px;
	color : #682B00;
	line-height : 14px;
}

.sitelist A:LINK, .sitelist A:VISITED, .sitelist A:ACTIVE {
	font-size : 10px;
	color : #682B00;
	text-decoration : none;
}

.sitelist A:HOVER {
	font-size : 10px;
	color : #AC4700;
	text-decoration : underline;
}

.novislink a:link, .novislink a:hover, .novislink a:active, .novislink a:visited  {
	font-size : 11px;
	color : #682B00;
	text-decoration : none;
}