.left_gri {
	background-attachment: scroll;
	background-image: url(../images/left_gri.png);
	background-repeat: repeat-y;
	background-position: right center;
}
.right_gri {
	background-attachment: scroll;
	background-image: url(../images/right_gri.png);
	background-repeat: repeat-y;
	background-position: left center;
}
.logo {
	background-attachment: scroll;
	background-image: url(../images/logo_.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #655656;
	text-decoration: none;
	font-weight: normal;

}
A:hover.header {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0080FF;
	text-decoration: none;
	font-weight: normal;
	
}
.left_header {
	background-attachment: scroll;
	background-image: url(../images/header_im_left.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.header_cen {
	background-attachment: scroll;
	background-image: url(../images/header_im_cent.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.header_left {
	background-attachment: scroll;
	background-image: url(../images/header_im_right.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.wel_left_im {
	background-attachment: scroll;
	background-image: url(../images/welcome_bg_left.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.wel_ri {
	background-attachment: scroll;
	background-image: url(../images/welcome_bg_right.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.wel {
	background-attachment: scroll;
	background-image: url(../images/wel_com.png);
	background-repeat:repeat-y;
}
.welcome_content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #616C6C;
	text-decoration: none;
}
.login_bg {
	background-attachment: scroll;
	background-image: url(../images/login_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.MembersLoginHere {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #08a2c8;
	text-decoration: none;
	font-weight: bold;
}
.username {
	font-family: Geneva, Arial, Helvetica, sans-serif, Century;
	font-size: 12px;
	font-weight: bold;
	color: #646667;
	text-decoration: none;
}
.ForgetPassword {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #000000;
	text-decoration: none;

}
a:hover.ForgetPassword {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
    color: #CC0000;
	text-decoration: none;

}
.text_xbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #b1b1b1;
	text-decoration: none;
}
.footer_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

a:hover.footer_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	text-decoration: none;
}
.adv_gri {
	background-attachment: scroll;
	background-image: url(../images/adv_body_gri.png);
	background-repeat: repeat-y;
	background-position: center top;
}
body
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
ul
{
list-style: none;
padding: 0;
margin: 0;
}

li
{
float: left;
margin: 0 0.15em;
}

li a
{
height: 2em;
line-height: 2em;
float: left;
width: 100%;
margin:5px 10px 10px 5px;
display: block;
color:#990000;
text-decoration: underline;
text-align: center;
}