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


body {
	background-image: url(../images/bg_repeat.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}
.mainbodybg {
	background-image: url(../images/bg_centered.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.submenu {
	background-image: url(../images/bg_buttons.jpg);
}
.submenulink {
	color: #FFF;
}
.menu {
	background-image: url(../images/bg_menu.jpg);
}
.contentbg {
	background-image: url(../images/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bottombg {
	background-image: url(../images/bg_bottom.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
body,td,th {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #737373;
	line-height: 22px;
}
.darktext {
	color: #245973;
	font-size: 12px;
	line-height: 15px;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ED1A3A;
}
.darktextBig {
	color: #2E7192;
	font-size: 19px;
	line-height: 16px;
	font-weight: bold;
}
a:link {
	color: #ED1A3B;
	text-decoration: none;
}
a:visited {
	color: #ED1A3B;
	text-decoration: none;
}
a:hover {
	color: #F2576F;
	text-decoration: underline;
}
a:active {
	color: #F2576F;
	text-decoration: none;
}

.submenulink a:link {
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
}
.submenulink a:visited {
	color: #FFF;
	text-decoration: none;
}
.submenulink a:hover {
	color: #2F7293;
	text-decoration: underline;
}
.submenulink a:active {
	color: #2F7293;
	text-decoration: none;
}
.footerlinks {
	font-size: 11px;
	line-height: 14px;
	color: #9C5F01;
}
.footerlinks a:link {
	color: #9C5F01;
	text-decoration: none;
}
.footerlinks a:visited {
	text-decoration: none;
	color: #9C5F01;
}
.footerlinks a:hover {
	color: #9C5F01;
	text-decoration: underline;
}
.footerlinks a:active {
	color: #9C5F01;
	text-decoration: none;
}
