BODY {
		padding: 0px;
		margin: 0px;
		background-color: #000000;
		font-family: Verdana;
		font-size: 12px;
		color: #ffffff;
}
TD {
		font-size: 12px;
		vertical-align: top;
		line-height: 150%;
}
IMG {
		border: 0px;
}
H1 {
		font-size: 14px;
		font-weight: bold;
		margin-top: 10px;
		margin-bottom: 0px;		
}
H2 {
		font-size: 14px;
		font-weight: bold;
		font-style: italic;
		margin-top: 0px;
		margin-bottom: 10px;		
}
A {
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
}
A:hover {
		color: #a67f44;
		text-decoration: underline;
}
INPUT.text {
		width: 140px;
		height: 15px;
		border: 0px;
		font-size: 10px;
}
.Centered {
		width: 1000px;
		height: 768px;
		background-image: url(images/HomePage_Background.jpg);
		background-repeat: no-repeat;
		background-position: top center;
}
.Centered TD {
		padding-top: 53px;
		padding-left: 150px;
		text-align: left;
}
.Centered TABLE {
		margin-left: 0px;
}
.Centered TABLE TABLE {
		margin-left: 10px;
}
.CenteredBottom {
		width: 1000px;
		height: 120px;
		background-image: url(images/Footer.jpg);
		background-repeat: no-repeat;
		background-position: top center;
}
.Logo {
		text-align: left;
}
.TopTable {
		margin-top: 39px;
		width: 720px;
		height: 24px;
		border-collapse: collapse;
}
.TopTable TD {
		padding: 0px;
		text-align: center;
}
.MainTable {
		margin-top: 15px;
		margin-left: 20px;
		width: 710px;
		border-collapse: collapse;
}
.MainTable TD {
		padding: 0px;
}
.MenuTD {
		width: 240px;
}
.MenuTD TD {
		padding: 2px 0px 2px 10px;
		height: 40px;
		vertical-align: middle;
}
.TextTD {
		width: 495px;
}
.BottomLinks {
		width: 720px;
		text-align: center;
		font-size: 10px;
		font-weight: normal;
		padding-bottom: 20px;
		line-height: 150%;
}
.BottomLinks A {
		color: #a67f44;
		font-weight: bold;
		text-decoration: none;
}
.BottomLinks A:hover {
		color: #ffffff;
		text-decoration: underline;		
}
.WayBottomLinks {
		width: 720px;
		text-align: center;
		font-size: 9px;
		font-weight: normal;
		padding-bottom: 20px;
		color: #a67f44;
}