@charset "utf-8";
body {
	padding: 0;
	color: #020202;
	margin-top: 5px;
	margin-bottom: 0pt;
	margin-left: 10pt;
	margin-right: 10pt;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: normal;
	font-weight: normal;
	background-attachment: fixed;
	background-image: url(images/bg.gif);
}

.public {
	color: #333333;
	text-decoration: none;
}
h1 {
	font-family: Times, "Times New Roman";
	font-size: 30px;
	text-align: center;
	color: #666666;
}

ul li {
	padding: 5px;
	}
a:link {
	/*color: #3333FF;
	font-weight: normal;*/
	text-decoration: none
}

a:hover {
	color: #FF0000;
	/*font-weight: normal;*/
}

a:visited {
/*	color: #3333FF;
*/	font-weight: normal;
	text-decoration: none;
	font-size: 10pt;
}
#footSell {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #004040;
	width: 100%;
	height: 25px;
	border-top-width: 2px;
	border-top-color: #f00;
	color: #FFF;
	position: relative;
    margin-top: 40px;
}
 #footSell a {
	color: #FFF;    
 }
.coRed {
	color:#FF0000;
	}
.wrapper {
	width: 1228px;
	margin-right: auto;
	margin-left: auto;
}	
.driftR {
	clear: left;
	float: right;
	margin-left: 7px;
	margin-top: 10px;
}
.driftL {
	clear: right;
	float: left;
	margin-right: 7px;
	margin-top: 5px;
}