.acc_links {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	padding: 10px;
}
.whitetxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	line-height: 27px;
	font-variant: small-caps;
	color: #FFFFFF;
	letter-spacing: 1.5pt;
	font-weight: normal;
	text-transform: none;
}
.blacktxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	line-height: 27px;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.titles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-style: normal;
	line-height: 20px;
	font-variant: normal;
	text-transform: none;
	color: #990000;
	font-weight: normal;
}
.whitetxttit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	line-height: 25px;
	font-variant: small-caps;
	color: #FFFFFF;
	letter-spacing: 1.5pt;
	font-weight: bold;
}
.whatthis {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	text-decoration: underline;
	color: #990000;
}
.whitetxtList {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	line-height: 20px;
	font-variant: small-caps;
	color: #FFFFFF;
	letter-spacing: 1.5pt;
	list-style-type: square;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
}
.whitetxt_small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	line-height: 19px;
	font-variant: small-caps;
	color: #FFFFFF;
	letter-spacing: 1.5pt;
	font-weight: normal;
	text-transform: none;
}
.blackList {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	line-height: 20px;
	font-variant: normal;
	color: #000000;
	letter-spacing: 1.5pt;
	list-style-type: square;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
}
ul.menu {
	list-style-type:none;
	width:100%;
	position:relative;
	display:block;
	height:33px;
	font-size:9pt;
	background:url(images/bg.png) repeat-x top left;
	font-family:Georgia, "Times New Roman", Times, serif;
	border:1px none #000;
	margin:0;
	padding:0;
	color: #CCC;
}

ul.menu li {
display:block;
float:left;
margin:0;
padding:0;
}

ul.menu li a {
	float:left;
	color:#CCC;
	text-decoration:none;
	height:24px;
	padding:9px 15px 0;
	font-weight:normal;
}

ul.menu li a:visited {
	float:left;
	color:#CCC;
	text-decoration:none;
	height:24px;
	padding:9px 15px 0;
	font-weight:normal;
}
ul.menu li a:hover,.current {
	color:#fff;
	background-image: url(images/bg.png);
	text-decoration:none;
	background-repeat: repeat-x;
	background-position: left top;
}

ul.menu .current a {
color:#fff;
font-weight:700;
}


/*RED*/
ul.menu.red{
	background-color:#930;
}
ul.menu.red li a:hover, .menu.red li.current {
	background-color:#8FC542;
	color: #FFF;
}
.footer {
	clear: both;
}

