a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:visited:hover {  
	color: #ffffff; 
	font-weight: bold;
	text-decoration: none;
}

.body  {
	color : #000000;
	text-decoration : none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	border-top : thin none #000000;
	border-right : thin solid #000000;
	border-bottom : thin solid #000000;
	border-left : thin solid #000000;
	background-color : #999999;
}

#header {
	background: url(img/header.jpg) no-repeat left top;
	width: 800px;
	height: 100px;
	font-family: FixedSys;
	font-size: 9px;
	color: #CCCCCC;
	border: 1px none;
}

.top {
/*	background: url(img/head.jpg) no-repeat left; */
	width: 600px;
	height: auto;
	font-family: FixedSys;
	font-size: 9px;
	color: #FFFFFF;
	border: 1px none;
}
.down {
	color: #000000;
	width: 600px;
	height: auto;
	position: relative;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
	white-space: normal;
	padding: 5px 5px 5px;
	/*border: 1px solid #000000;*/
}

#profiles {
	position: absolute;
	height: auto;
	width: 180px;
	left: 620px;
	top: 143px;
	padding-left: 20px;
	text-align: left;

}

.cpr {
	position: fixed; 
	bottom: 5px; 
	right: 10px; 
	text-align: right; 
	font-size: 12px;
}
