/* CSS Document */

Body {
	margin:0px;
	background-color:#06345A;
}
.SiteText {
	font-family: Georgia;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.FooterLink {
	font-family: Georgia;
	font-size: 11px;
	color: #06345A;
	text-decoration: underline;
}
.FooterLink:hover {
	font-family: Georgia;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.Padding {
	padding: 15 25 15 25;
}
.Justify {
	text-align: justify;
}
.BlueBold {
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	color: #06345A;
	text-decoration: none;
}
.BigBlueBold {

	font-family: Georgia;
	font-size: 16px;
	font-weight: bold;
	color: #06345A;
	text-decoration: none;
}
.Bold {
	font-weight: bold;
}
.Footer {
	font-family: Verdana;
	font-size: 9px;
	color: #6C6746;
	text-decoration: none;
}
.VeryBig {
	font-family: Georgia;
	font-size: 36px;
	color: #06345A;
	text-decoration: none;
}
.BgColor1 {
	background-color:#FFFFFF;
}
.BgColor2 {
	background-color:#cfcdb8;
}
.BgColor3 {
	background-color:#6c6746;
}
.BgColor4 {
	background-color:#06345a;
}
.PaddingTB {
	padding-top:10px;
	padding-bottom:10px;
}