@charset "utf-8";
/* CSS Document */

.mainmenutext{
	font-family: Arial Black, Arial;
	font-size: 18px;
	color: #0A2952;
	text-decoration: none;
}
.mainmenutext A:link {text-decoration: none; color: #0A2952}
.mainmenutext A:visited {text-decoration: none; color: #0A2952}
.mainmenutext A:active {text-decoration: none; color: #0A2952}
.mainmenutext A:hover {
	text-decoration: none;
	color: #0A2952
}
.headertext{
	font-family: Arial Black, Arial;
	font-size: 16px;
	color: #0A2952;
	text-decoration: none;
}
.headertext A:link {text-decoration: none; color: #0A2952}
.headertext A:visited {text-decoration: none; color: #0A2952}
.headertext A:active {text-decoration: none; color: #0A2952}
.headertext A:hover {
	text-decoration: none;
	color: #0A2952
}
.titletext{
	font-family: Arial;
	font-size: 14px;
	color: #0A2952;
	text-decoration: none;
}
.titletext A:link {text-decoration: none; color: #0A2952}
.titletext A:visited {text-decoration: none; color: #0A2952}
.titletext A:active {text-decoration: none; color: #0A2952}
.titletext A:hover {
	text-decoration: none;
	color: #0A2952
}
.bodytext{
	font-family: Arial;
	font-size: 12px;
	color: #0A2952;
}
.bodytext A:link {color: #0A2952}
.bodytext A:visited {color: #0A2952}
.bodytext A:active {color: #0A2952}
.bodytext A:hover {
	color: #0A2952
}

