@charset "UTF-8";
/* CSS Document */

body
{
    margin:0;
}

.FooterFont {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #333333;
}
.Header {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bold;
}
.ContentHeader
{
	
}
.ContentBody
{
	font-family: Helvetica, Verdana, Arial;
	font-size: 12px;
	line-height: 16px;
	color:#666666;
	text-align:left;
	padding:15px;
}
.ContentBodyRight
{
	font-family: Helvetica, Verdana, Arial;
	font-size: 12px;
	line-height: 16px;
	color:#666666;
	text-align:right;
}
.ContentBodyCenter
{
	font-family: Helvetica, Verdana, Arial;
	font-size: 12px;
	line-height: 16px;
	color:#666666;
	text-align:center;
}
.Content
{
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: normal;
}

.WhiteRoundBox {
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #000;
	padding: 0px;
	-webkit-box-shadow: 0px 0px 6px #003642;  
	-moz-box-shadow: 0px 0px 6px #003642; 
}


a:link {
	color: #FF0066;
}
a:visited {
	color: #FF6666;
}