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

A:hover        {
	text-decoration: underline;
	color: #FF6600;
}

A:hover.footer        {
	text-decoration: underline;
	color:#003366;
}

body {
	margin: 0px;
	background-image: url(../images/background.gif);
	background-position: center;
	background-repeat: repeat-y;
	background-color:#FFFFFF;
}

#entirePageArea{
	width: 950px;
	background-color:#FFFFFF;
}

#mastheadArea{
	width: 900px;
	padding-top: 15px;
	padding-bottom: 10px;
}

#menuArea{
	width: 900px;
	height: 39px;
	background-image: url(../images/menu/menuBackground.gif);
	background-position: center;
	background-repeat: no-repeat;
}

#graphicArea{
	width: 900px;
}

#footerArea {
	width: 900px;
	border-top: dotted 1px #999999;
	padding-top:5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color:#333333;
}

.contentArea {
	width:900px;
	background-color:#FFFFFF;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color : #003366;
	line-height: 13pt;
	text-align: left;
}

.regular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color : #003366;
	line-height: 13pt;
}

.heading {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16pt;
	line-height: 20pt;
	font-weight: bold;
	text-decoration: none;
	color:#FF6600;
}

.subheading {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-decoration: none;
	line-height: 15pt;
	font-weight:bold; 
	font-style:italic;
	color:#003366;
}

.scrollHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight:bold; 
	color:#FF0000;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color:#333333;
	text-decoration : none;
}

.inputField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#003366;
	font-weight: bold;
	background-color:#EEEEEE;
	border: 1px solid #FF6600;
}

.list {
	list-style-type:square;
}