body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

td.LeftMenuBG {
	background-image: url(../Images/MainPage/LeftMenuBG.jpg);
	background-repeat: no-repeat;
	width: 164px;
	padding-bottom: 12px;
	padding-top: 12px;
}

td.RightMenuBG {
	background-image: url(../Images/MainPage/RightMenuBG.jpg);
	background-repeat: no-repeat;
	width: 164px;
	padding-bottom: 12px;
	padding-top: 12px;
}

td.BG {
	background-image: url(../Images/MainPage/BG.jpg);
	background-repeat: repeat-x;
}

table.LeftMenu td {
	background-image: url(../Images/MainPage/LeftMenuItem.gif);
	background-repeat: no-repeat;
	height: 72px;
	width: 162px;
	color: #A8CDE7;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	padding: 10px 10px 5px 5px;
	text-align: right;
}

table.LeftMenu td a {
	color: #A8CDE7;
	text-decoration: none;
}

table.LeftMenu td a:hover {
	color: White;
}

table.RightMenu td {
	background-image: url(../Images/MainPage/RightMenuItem.gif);
	background-repeat: no-repeat;
	height: 72px;
	width: 162px;
	color: #A8CDE7;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	padding: 10px 5px 5px 10px;
}

table.RightMenu td a {
	color: #A8CDE7;
	text-decoration: none;
}

table.RightMenu td a:hover {
	color: White;
}

table.RightMenu td.Spacer, table.LeftMenu td.Spacer {
	background: transparent;
	height: 35px;
}

td.Center {
	border-bottom: 16px solid White;
	border-top: 16px solid White;
}

td.Top {
	background-image: url(../Images/MainPage/BlueTopBorder.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 7px;
}

td.Bottom {
	background-image: url(../Images/MainPage/BlueBottomBorder.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	vertical-align: top;
	padding-top: 7px;
}

a.Red {
	padding: 3px 10px 3px 10px;
	line-height: 22px;
	background-image: url(../Images/MainPage/A_BG.gif);
	background-repeat: repeat-x;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: White;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}

html>body a.Red {
	height: 22px;
}

a.Red:hover {
	color: #D3D6CA;
}