body {
	background-attachment: fixed;
	background-image: url(./imgs/bg.png);
	background-repeat: repeat;
	color: #2a2a2a;
	font-family: Verdana;
	margin: 10px;
	text-align: center;
}

img {
	border-style: none;
}

table {
	background-repeat: no-repeat;
	border-collapse: collapse;
}

h3 {
	font-size: large;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 5px;
}

.MenuTD {
	padding: 0px;
}

.BodyTable {
	background-color: #ffffff;
	border-collapse: collapse;
	border-style: none;
	height: 100%;
	outline-style: none;
	width: 775px;
}

.Header {
	background-image: url(./imgs/header1.jpg);
	background-repeat: no-repeat;
	height: 255px;
	width: 775px;
}

.MenuLink a {
	color: #ad0818;
	font-size: medium;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}

.MenuLink a:hover {
	color: #737573;
	text-decoration: none;
}

.ContentArea {
	padding: 10px;
	vertical-align: top;
}

.TagLine {
	font-family: "Times New Roman";
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	height: 20px;
	text-align: center;
}

.cr {
	font-family: Arial;
	font-size: x-small;
	height: 10px;
	text-align: center;
}