/* CSS Document */
a:link {
	text-decoration: underline;
	color: #0000FF;
	background-color: #FFFFFF;
}
a:visited {
	text-decoration: underline;
	background-color: #FFFFFF;
	color: #CC00CC;
}
a:hover {
	text-decoration: underline;
	font-size: 14pt;
	color: #0000FF;
	background-color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #0000FF;
}
a.body:link {
	text-decoration: underline;
	color: #0000FF;
	background-color: #FFFFFF;
}
a.body:visited {
	text-decoration: underline;
	background-color: #FFFFFF;
	color: #CC00CC;
}
a.body:hover {
	text-decoration: underline;
	font-size: 16pt;
	color: #0000FF;
	background-color: #FFFFFF;
}
a.body:active {
	text-decoration: underline;
	color: #0000FF;
	background-color: #FFFFFF;
}
a.header:link {
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #000000;
}
a.header:visited {
	text-decoration: underline;
	background-color: #000000;
	color: #FFFFFF;
}
a.header:hover {
	text-decoration: underline;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #000000;
}
a.header:active {
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #000000;
}

.Style2 {
	font-size: 36pt;
	font-weight: bold;
	line-height: 38pt;
}
.Style1 {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
}
.style4 {
	font-size: 12pt;
	font-style: italic;
}

.form_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	
}
#horiz_menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}
#horiz_menu a{
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	width: 9em;
	background-color: #CCCCCC;
	padding: .2em .8em;
	text-decoration: none;
	border-top-color: #FFFFFF;
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: thin;
	font-size: 12pt;
}
#horiz_menu a:hover
{
	background-color: #369;
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}
#horiz_menu ul li{
	display: inline;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}
