@charset "utf-8";
body {
	background-color: #879EAE;
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;	
	margin: 0px;
}
.members_menu_line {
	font-size: 1px;
	line-height: 2px;
}
.members_menu {
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
}
.space {
	height: 33px;
}
.title {
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	height: 167px;
}
.content_top {
	background-image: url(../img/content_top.png);
	height: 4px;
	background-repeat: no-repeat;
	background-position: bottom;
}
.menu_nav_bg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-image: url(../img/menu.png);
	text-align: center;
	height: 25px;
}
.menu_nav_div {
	background-image: url(../img/menu_div.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 5px;
}
.login {
	font-size:7.5pt;
	font-weight:700;
	text-align:left;
	float:right;
	background-color:#e0e1ed;
	border: 1px solid #383f4f;
	border-collapse:collapse;
	line-height: normal;
}
.content {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 20px;
	line-height: 18px;
}
.content_border {
	background-color: #383f4f;
	width: 2px;
	font-size: 1px;
}
a:link, a:visited, a:active {
	color:#3A6DA5;
	text-decoration:underline;
}
a:hover {
	color:#FF0000;
	text-decoration:underline;
}
a.menu_nav:link, a.menu_nav:visited, a.menu_nav:active {
	color: #1C232B;
}
a.menu_nav:hover {
	color: #FF0000;
}
.footer {
	font-size: 1px;
	line-height: 2px;
	background-image: url(../img/content_bottom.png);
}
