h1 {
	font-size: 18px;
	color: #2A3F55;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.style1 {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #2A3F55;
}
.style2 {
	font-size: 14px;
	font-weight: bold;
	color: #E23234;
}
div {
	font-size: 14px;
	color: #2A3F55;
	font-weight: bold;
	width: 200px;
	display: block;
}
a:link {
	color: #2A3F55;
	text-decoration: none;
}
a:hover {
	color: #E23234;
	text-decoration: none;
}
a:active {
	color: #2A3F55;
	text-decoration: none;
}
a:visited {
	color: #2A3F55;
	text-decoration: none;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #E23234;
}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #2A3F55;
	background-color: #FFFFFF;
	padding: 2px;
}
.navcontainer {
	width: 200px;
}
.navcontainer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2A3F55;
	text-decoration: none;
	font-weight: bold;
}
.navcontainer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2A3F55;
	text-decoration: none;
	font-weight: bold;
}
.navcontainer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #DE2C2C;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
.navcontainer a:hover {
	font-size: xx-small;
	color: #FFFFFF;
	background-color: #DDEEFF;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	text-decoration: none;
	clear: none;
	float: none;
	height: 0px;
	width: 0px;
}
.navcontainer ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F0F6F7;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	text-decoration: none;
	font-weight: bold;
	display: block;
	margin-top: 1px;
}
.navcontainer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	background-color: #F0F5F8;
	display: block;
	padding: 5px;
	width: 190px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	border-bottom-width: 2px;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2A3F55;
	bottom: 0px;
	float: left;
	font-weight: bold;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F0F6F7;
}

