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

A:hover        {
	text-decoration: underline;
	color: Red;
}

A.Secondary:hover {
	text-decoration: none;
	color: Black;
	background-color: #becfdb;
}

A.Fineprint:hover {
	text-decoration: underline;
	color: White;
}



/* 
becfdb - lt blue
f98513 - orange
*/



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-image: url(../images/mainBg.gif);
	background-color: White;
}

.Fineprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: White;
	text-decoration: none;
}


.inputField {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	color: Black;
	border: thin solid White;
	background-color: #becfdb;
}


.Regular {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight : normal;
	color : Black;
	text-decoration : none;
	line-height: 13pt;
}

.Special{
	color : #CC3300;
	text-decoration: underline;
}

.Secondary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: White;
	list-style-type: square;
	line-height: 15pt;
	text-decoration: none;
}

.SecondaryDown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: Black;
	list-style-type: square;
	line-height: 15pt;
	text-decoration: none;
}

.Login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: Black;
	text-decoration: none;
	border: thin solid White;
	background-color: #becfdb;
}


.MainAreaTable {
	margin-left: 10px;
}

.MainAreaHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: Red;
	text-decoration: none;
	padding: 10px 10px 10px;
	letter-spacing: 5px;
}
.tableHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 10pt;
	background-color: #F13333;	
	color: White;
}

.tableRow {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 9pt;
	background-color: #F7CFA7;
	color: Black;
}

.WorkTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
	line-height: 13pt;
}