/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:75%;
	font-weight: normal;
	color: #636363;
	background-color:#353535;
	text-align: center;

	

}


a:link {
	color: #636363;
}
a:visited {
	color: #636363;
}
a:hover {
	color: #333333;
}
a:active {
	color: #636363;
}



.whiteCopy {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	
}

.whiteCopy a:link {
	color: white;
	text-decoration:none;
}
.whiteCopy a:visited {
	color: white;
	text-decoration:none;
}
.whiteCopy a:hover {
	color: white;
	text-decoration:underline;
}
.whiteCopy a:active {
	color: white;
	text-decoration:none;
}





#contentarea {

    background-color:#FFFFFF;
    width: 468px;
	padding-left: 300px;
	text-align: left;


}

#main {

text-align:center;

}


#main {

background-color:#353535;

}


.img_border {
	padding:5px;
	border:1px solid #CCC;
	}


.copyRED {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}




