.mainMenu
{
	background-color: #394786;
	color: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:x-small;
	font-weight: bold;
	text-decoration:none;
	word-spacing:normal;
	letter-spacing:normal;
	text-transform:none;
	text-align : center;
}

TR.title {
	height : 50px;
	margin : 0;
	padding : 0;
	font-size : large;
	font-stretch : ultra-expanded;
	font-weight : bold;
}

TABLE.menu {
	border : none;
	width : 100%;
	padding : 0;
	margin : 0;
}


.mainBody
{
	margin: 3%
}

.faqIndex 
{
	background-color: #5266A7;
}

.faqAnswer
{
	background-color: #7A8ECF;	
	padding: 10px;
}

.faqAnswerTitle
{
	background-color: #7A8ECF;
	font-weight: bolder;
}

INPUT
{
	background: #7A8ECF;
	border : thin #394786;;
	border-style : solid;
}
TEXTAREA
{
	background: #7A8ECF;
	border : thin #394786;;
	border-style : solid;
}
BODY
{
 	background-color: #5266A5;
	color: White;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    	color: white;
    	background-color: #5266A5;
}
	
		
TABLE {
	table-layout: auto;
	vertical-align: middle;
}
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
	
TD {
	vertical-align: middle;
	margin : 0;
}

A.menuItem:link {
	text-decoration:	none;
	color:	white;
	background-color: #394786;
}
A.menuItem:visited	{	
	text-decoration:	none;
	color:	white;
	background-color: #394786;
}
	
A.menuItem:active {
	text-decoration:	none;
	color:	white;
	background-color: #394786;
}
A.menuItem:hover {
	text-decoration:	none;
	color:	#FFFF00;
	background-color: #394786;
}

A:link {
	text-decoration:	none;
	color:	white;
}
A:visited	{	
	text-decoration:	underline;
	color:	white;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	white;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#FFFF00;
	}

BLOCKQUOTE, PRE	{	
	font-style: italic;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	border : none;
}
