.textmain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
}
.textmainbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	font-weight: bold;
	color: #333333;
}
a.textmain:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	font-weight: bold;
	color: #0066CC;
}
a.textmain:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	font-weight: bold;
	color: #0066CC;
}
a.textmain:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	font-weight: bold;
	color: #3186DB;
}
a.textmain:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	font-weight: bold;
	color: #3186DB;
}
.titlemain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13;
	color: #0066CC;
	font-weight: bold;
}
.textcenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	text-align: center;
}
.textcenterbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	text-align: center;
	font-weight: bold;
	color: #333333;
}
a.textcenter:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	text-align: center;
	font-weight: bold;
	color: #0066CC;
}
a.textcenter:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	text-align: center;
	font-weight: bold;
	color: #0066CC;
}
a.textcenter:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	text-align: center;
	font-weight: bold;
	color: #3186DB;
}
a.textcenter:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	text-align: center;
	font-weight: bold;
	color: #3186DB;
}
.titlecenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13;
	color: #0066CC;
	font-weight: bold;
	text-align: center;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	height: 20px;


}
a.nav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DDDDDD;
	color: #0066CC;

}
a.nav:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DDDDDD;
	color: #0066CC;

}
a.nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DDDDDD;
	color: #0066CC;
}
a.nav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DDDDDD;
	color: #3186DB;

}
.textlistgray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	line-height: 130%;
	padding-left: 10px;
	background-color: 99CCFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EBEBEB;
	border-right-color: #EBEBEB;
	border-bottom-color: #EBEBEB;
	border-left-color: #EBEBEB;
}

