/* Setting Default properties for each page */
body {
	font-size: 8pt; 
	font-family: Verdana, Arial, sans-serif;
}

/* The Normal Font - Most used in the site */
.normal {
	color: #000000;
	font-size: 8pt;
	font-family: Verdana, Arial, sans-serif;
}

/* Red for required form fields  */
.normalred {
	color: #FF0000;
	font-size: 8pt;
	font-family: Verdana, Arial, sans-serif;
}

/* The Menu Hyperlinks */
a.menu,
a.menu:active,
a.menu:visited {
	color: #2F3073;
	text-decoration: none;
	font-size: 10pt; 
	font-weight: bold;
}

/* The Menu Hyperlinks Hover Effect*/
a.menu:hover {
	color: #000000;
	text-decoration: none;
	background-color: #CCCCFF;
	font-size: 10pt;
	font-weight: bold;
}

/* The Footer Hyperlinks */
a.footer,
a.footer:active,
a.footer:visited,
a.footer:hover {
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
}

/* Regular Hyperlinks */
a.normallink,
a.normallink:active,
a.normallink:hover,
a.normallink:visited {
	color: #2F3073;
	font-size: 8pt; 
}


/* The Headings on Each Page*/
.pagehead {
	color: #000000;
	font-size: 12pt;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
}

/* The Text in the Footer Area */
.footertext {
	color: #FFFFFF;
	font-size: 8pt;
	font-family: Verdana, Arial, sans-serif;
}

/* Privacy Policy Text */
.privacy {
	color: #2F3073;
	font-size: 8pt;
	font-family: Verdana, Arial, sans-serif;
}

/* The Top Cell*/
.topper {
	text-align: center;
	background-color: #2F3073; 
	height: 135px;
}

/* The Middle Cell*/
.gradient {
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#A7A7DB', startColorstr='#FFFFFF', gradientType='0');
	vertical-align: top;
}

/* The Bottom Cell*/
.bottomer {
	text-align: center;
	background-color: #2F3073; 
	height: 50px;
}

/* Text Box Style */
.inputnormal {
	color: #000000;
	font-size: 8pt;
}

/* Shaded table  */
table.mytable tr.special td {
	background-color: #DBDCF0; 
}
