@charset "utf-8";

body {
	background-repeat: repeat;
	text-align: center;
	background-color: #ffcf06;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #555555;
	text-decoration: none;
}
.redheader {
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #990D33;
	text-decoration: none;
}


a:link {
	color: #D31145;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D31145;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #D31145;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #D31145;
	font-weight: bold;
}

.navbggraphic {
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat;
}
.contentbggraphic {
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat;
}
.rightcolbggraphic {
	background-image: url(../images/right_col_bg.gif);
	background-repeat: repeat;
}
.yellowborder {
	border: 1px solid #FFCF06;
}

.alignright {
	text-align: right;
}
.bold {
	font-weight: bold;
	color: #666;
	font-size: 14pt;
}
.moduletext {
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
}
.moduletextright {
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	text-align: right;
}