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

A:hover        {
	text-decoration: none;
	color: #CC0000;
}

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

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

body {
	margin: 0px;
	background-color: #01245C;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	background-position: top center;
}

.masthead {
	text-align:center;
	width:860px;
	height: 160px;
}

.menuArea {
	vertical-align: top;
	text-align:left;
	background-image: url(../images/menu/menu_background.gif);
	width: 860px;
	border-bottom: 1px solid #6B87AA;	
}

.mainBox {
	vertical-align: top;
	width: 820px;
	padding: 10px;
	padding-right: 30px;
	padding-bottom: 30px;
	background-image:url(../images/background_main_area.gif);
	background-color:#FFFFFF;
	text-align:left;
	font-family:Tahoma;
	font-size: 10pt;
	line-height: 16pt;
	color : #003366;
	text-decoration : none;
}

.heading {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 17pt;
	text-decoration: none;
	color : #CC0000;
}

.mediumHeading {
	font-family:Tahoma;
	font-size: 14pt;
	line-height: 14pt;
	text-decoration: none;
	color : #CC0000;
}

.smallHeading {
	font-family:Tahoma;
	font-size: 10pt;
	line-height: 10pt;
	text-decoration: none;
	color : #CC0000;
}

.date {
	font-family:Tahoma;
	font-size: 7pt;
	line-height: 17pt;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration: underline;
	color : #003366;
}

.regular {
	font-family:Tahoma;
	font-size: 10pt;
	line-height: 14pt;
	color : #003366;
	text-decoration : none;
}

.caption {
	font-family:Tahoma;
	font-size: 8pt;
	color : #003366;
	text-decoration: none;
	font-style:italic;
}

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

.inputField {
	font-family:Tahoma;
	background-color: #D0E0EB;
	border: 1px solid #000000;
	color:#003366;
	font-size: 9pt;
	font-weight: bold;
}