@charset "utf-8";
.TopContent {
	background-image: url(Images/Backgrounds/content_top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.MainContent {
	background-image: url(Images/Backgrounds/main_content.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.BottomContent {
	background-image: url(Images/Backgrounds/content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.WhiteBorder {
	border: 1px solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #757575;
}
.ContentTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 96%;
}
.BlackLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}
.BlackLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.LargeGreyText {
	font-size: 18px;
	font-weight: bold;
	color: #757575;
}
.BoldGreyText {
	font-size: 14px;
	font-weight: bold;
	color: #757575;
}
.bottomgreyline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDB;
}
.GreyBold {
	font-weight: bold;
	color: #757575;
}
.GreyBoldLink {
	font-weight: bold;
	color: #757575;
	text-decoration: underline;
}
.GreyBoldLink:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.TopContentHeader {
	background-image: url(Images/Backgrounds/content_top_header.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.MainContentHeader {
	background-image: url(Images/Backgrounds/main_content_header.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.BottomContentHeader {
	background-image: url(Images/Backgrounds/content_bottom_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.LargeBlackText {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.SmallBlackText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.BlackLink12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
.BlackLink12:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.WhiteBorderLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #757575;
	text-decoration: underline;
}
.WhiteBorderLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}.GreyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}

