body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #0143b4;
	color: #FFFFFF;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-image: url(/templates/8/bg.png);
}
.arrowlistmenu
{
	width: 180px;
}
.arrowlistmenu .menuheader
{
	font: bold 14px Arial;
	color: white;
	background: black url(/templates/8/menu_off.png) repeat-x center left;
	margin-bottom: 10px;
	text-transform: uppercase;
	padding: 4px 0 4px 10px;
	cursor: hand;
	cursor: pointer;
}
.arrowlistmenu .openheader
{
	background-image: url(/templates/8/menu_on.png);
}
.arrowlistmenu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
}
.arrowlistmenu ul li
{
	padding-bottom: 2px;
}

.arrowlistmenu ul li a
{
	color: #FFFFFF;
	background: url(/templates/8/arrow.png) no-repeat center left;
	display: block;
	padding: 2px 0;
	padding-left: 19px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #0a3372;
	font-size: 90%;
}
.arrowlistmenu ul li a:visited
{
	color: #FFFFFF;
}
.arrowlistmenu ul li a:hover
{
	color: #FFFFFF;
	background-color: #0a3372;
}

a
{
	text-decoration: none;
	color: #FFFFFF;
}

a:link
{
text-decoration: none;
}
a:hover
{
text-decoration: underline;
}
a:active
{
text-decoration: none;
}
img
{
	border:0px
}

.content, .content a
{
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}

.table
{
	border-collapse:collapse;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;


}
.table TH
{
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	position:relative;
	font-weight: bold;
	text-align: left;
}
.table TD
{
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	position:relative;
}
.none
{
	border-collapse: separate;
}
.none TD, .none TH
{
	font-weight: none;
	border: 0px;
}
.last, a
{
font-weight: bold;
font-size: 10px;
}

.forgot-text
{
color: #000000;
}
.memberlinks, .memberlinks a {
	color: #000000;
	font-size: 15px;
font-family: "Times New Roman";
font-weight: bold;
background-image: url(/templates/8/body.png);
}
.memberlinks a:hover
{
text-decoration: underline;
}