body {
	background-color: #000000;
	font-family: Verdana, Tahoma, Arial;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
}
A {
	text-decoration: none;
	color: #FF0000;
}
.Header {
	border-top: #FF0000;
	border-right: #FF0000;
	border-bottom: #FF0000;
	border-left: #FF0000;
	background-image: url(images/Header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 142px;
}
.Clock {
	font-size: 12px;
	text-align: right;
	height: 20px;
	padding-top: 5px;
	margin-right: 20px;
	font-family: Tahoma, Verdana, Arial;
}
.Copyright {
	color: #000000;
	background-color: #FFFFFF;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 10px;
	vertical-align: middle;
	padding-right: 5px;
}
.MenuBar1 {
	text-align: right;
	height: 80px;
}
.MainPage {
	border: 2px solid #FF0000;
	width: 700px;
}
.MainTitle {
	text-align: right;
	padding-right: 40px;
}
.Detail {
	background-color: #FFFFFF;
	text-align: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-weight: normal;
}

#BottomMenu {
	text-align: center;
	background-color: #FFFFFF;
	font-size: 14px;
	vertical-align: middle;
	word-spacing: 5px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}
#BottomMenu a:link, #BottomMenu a:active, #BottomMenu a:visited {
	color: black;
	text-decoration: none;
}
#BottomMenu a:hover{
	color: #FF0000;
	text-decoration: none;
}
#Footer {
	color: #FF0000;
	text-align: center;
	font-size: 12px;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #000000;
	font-weight: bold;
}
#Footer a:link, #Footer a:active, #Footer a:visited {
	color: #FF0000;
	text-decoration: none;
}
#Footer a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

