/* Global Page Styles */

body {
	margin:0px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #662324;
	}
	
a {
	color: #000000;
	font-weight:bold;
	text-decoration: none;
	}
	
a:hover {
	color: #000066;
	text-decoration: underline;
	}
	
/* Global Text Styles */

.MenuTitle {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 16px; 
	}
	
.PageFooterText {
	color: #000000;
	font-size: 10px;
}

.ImageLeft {
	margin-right:20px;
	float: left;
}

.NormalText { font-size: 12px; }

.NormalTitle {
	font-size: 14px;
	font-weight: bold;
}

.HoriDivider {
	background-color: #662324;
	height: 4px;
}
.VertiDivider {
	background-color: #662324;
	width: 4px;
}

.BodyTextPadding {
	padding-left: 45px;
	padding-right: 45px;
	padding-bottom: 20px;
	padding-top: 20px;
}

.MenuTextPadding { padding:20px 4px 20px 4px; }

.ImageRight {
	margin-left: 20px;
	float: right;
}

.SmallText { font-size: 11px; }

.ImageDefault,
.ImageRight,
.ImageLeft,
.ImageMargin1px {
	border-left: 2px solid #E0E0E0; 
	border-top: 2px solid #E0E0E0; 
	border-right: 2px solid #003366; 
	border-bottom: 2px solid #003366; 
	}

.ImageMargin1px {
	margin: 1px;
}
