@charset "utf-8";
/* CSS Document */

body
{
    font-size: xx-small;
    margin: 0px;
    background-color: Black;
    color: White;
    font-weight: bold;
    text-align: center;
}

#contents {
	
	
	text-align: center;
	width:100%;
	left: 4px;
}
.TopRightHeader {
	background-image: url(../Images/TopRight.jpg);
	background-repeat: no-repeat;
	text-align:right;
	padding-right:20px;
	vertical-align:middle;
	color:#FFFFFF;
}
.Content {
    width: 880px;
    margin: 7px;
    font: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: normal;
}
.ContentWrapper {

	background-repeat: repeat-y;

	
	width:902px;

}

.BottomMenu
{
	width:100%;
	text-align:center;
	background-color:#0C0F11;
	border-top:#323436;
	border-bottom: #323436;
	color:white;
	font-size:9pt;
	border-bottom-width:1px;
	border-top-width:1px;
	border-bottom-style: solid;
	border-top-style: solid;
	height:22px;
	vertical-align:middle;
		
}

.BottomMenu a, .TopRightHeader a
{
	
	color:#fff;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	
}
.TopRightHeader a
{
font-size:10pt;
}

a
{
	color:#FF0000;
}