body {
	background-color:#CACACA;
	margin-top: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #202020;
	scrollbar-arrow-color: #ad0c08;
	scrollbar-base-color: #F0F0F0;
	scrollbar-Track-Color: #2E2E2E;
	scrollbar-highlight-color: #252525;
	scrollbar-shadow-color: #252525;
	scrollbar-3Dlight-color: #252525;
	margin: 0px;
	text-align: center;
}

.Bold {
	font-weight:bold;
	color: #000000;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
}

.Link {
	color : #000000;
	text-decoration: Underline;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
	}
	
.Link a:hover {
	color : #ad0c08;
	text-decoration: none;
}

.FooterLink {
	color : #FFFFFF;
	text-decoration: Underline;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
	}
	
.FooterLink a:hover {
	color : #ad0c08;
	text-decoration: none;
}
	
.Copyright {
	color : #000000;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
	}

