body {
	font-family: Times;
	background-image: url('../../images/OuterBG.jpg');
}
.OuterL {
	background-image: url('../../images/OuterL.jpg');
	background-repeat: repeat-y;
	width: 15px;
}
.OuterR {
	background-image: url('../../images/OuterR.jpg');
	background-repeat: repeat-y;
	width: 15px;
}
.BodyBG {
	background-image: url('../../images/BodyBG.jpg');
	width: 604px;
}
table.UpperNav a {
	display: block;
}
.UpperNav a {
	line-height: 65px;
	width: 160px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	color: white;
	background-image: url('../../images/YellowM.jpg');
	background-repeat: repeat-x;
}
.UpperNav a:hover {
	color: yellow;
}
.UpperNav p {
	line-height: 65px;
	width: 160px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	color: yellow;
	background-image: url('../../images/RedM.jpg');
	background-repeat: repeat-x;
}
.BodyL {
	background-image:url('../../images/BodyL.jpg');
	width: 45px;
}
.BodyR {
	background-image:url('../../images/BodyR.jpg');
	width: 43px;
}
.BodyInnerBG {
	background-image:url('../../images/BodyInnerBG.jpg');
}
.td, p, body {
	font-size: 14px;
}
.FormLabel {
	font-weight: bold;
	font-size: 14px;
}
.Error {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #900;
}