A. {
	color: Black;
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
}

A:hover        {
	text-decoration: none;
	color: Black;
}

/* 
#F1B633 - Main Heading Orange
#669933 - Green
#74598F - Purple
#F39128 - Orange
#B4734E - Brown
#B5C951 - Lime Green
#D29A4D - Tan
#51BFC9 - Aqua Blue
*/



BODY {
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: #ffffff;
	scrollbar-dark-shadow-color: #becfdb;
	scrollbar-face-color: #becfdb;
	scrollbar-highlight-color: #becfdb;
	scrollbar-shadow-color: #ffffff;
	background-color: Black;
	margin: 25px;
}

.Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: bold;
	color: #708090;
	text-decoration: none;
	text-align: center;
}

.SubMenuArea {
	vertical-align: top;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 8px;
	padding-bottom: 20px;
	width: 200px;
	height: 300px;
	background-color: #F0F8FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #708090;
}

.MainArea {
	vertical-align: top;
	background-color: #FFF8DC;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 400px;
	height: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #A0522D;
	text-decoration: none;
	line-height: 14pt;
}

.ImageArea {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #708090;
	text-decoration: none;
}

.List {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: none;
	color: #708090;
	text-decoration: none;
	line-height: 13pt;
	list-style-type: square;
	text-align: left;
}

.FooterArea {
	vertical-align: bottom;
	height: 190px;
	text-align: center;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: Gray;
}