body {
	background-color: #787878;
	margin:0px;
	padding:0px;
	width:100%;
	font-family: arial;
	font-size:12px;
	line-height:16px;
}

.bg2 {
	margin:0px;
	padding:0px;
	width:100%;
	min-height:924px;
	background-position: top center;
	background-image: url('/img/bg2.gif'); 
	background-repeat: repeat-x;
}

h1 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0;
	padding: 0;
}

* html .bg2 {
	_height:924px;
}

label { cursor: pointer; cursor: hand; }

#content {
	min-height:869px;
	_height:869px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE5/Mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE5/Mac */

#content_footer {
	line-height:30px;
	font-size:10px;
	color:#FFFFFF;
	text-transform: uppercase;			
}
#content_footer A {
	text-decoration: none;
	color:#FFFFFF;
}
#content_footer A:hover {
	text-decoration: underline;
}			
#content_top {
	line-height:30px;
	font-size:10px;
	color:#FFFFFF;
}
#content_top A {
	text-decoration: none;
	color:#FFFFFF;
}
#content_top A:hover {
	text-decoration: underline;
}
#login_top {
	line-height:30px;
	vertical-align:middle;
	display:none;
	float:left;
	width:640px;
	margin-left:80px;
	height:30px;
}
#login_top form {
	margin:0px;
	padding:0px;
}
input.form-error {
}

.link_white {
	color:#FFFFFF;
	text-decoration:none;
}

.link_white:hover {
	text-decoration:underline;	
}
