/* CSS Document */


A:link, A:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

A:active, A:hover {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}



a.topNav:link, a.topNav:visited
{
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}


a.topNav:active, a.topNav:hover
{
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}





a.subNav:link, a.subNav:visited
{
	color: #0B0068;
	text-decoration: none;
	font-weight: normal;
	padding: 6px 10px 6px 10px;
	display: block;
}


a.subNav:active, a.subNav:hover
{
	color: #ffffff;
	background: #0B0068;
	padding: 6px 10px 6px 10px;
	text-decoration: none;
	font-weight: normal;
	display: block;
}





.txtNav
{
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	margin: 0px;
}

.txtSubNav
{
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align: left;
	margin: 0px;
}







body
{
/* 	background-image: url(images/bg.gif);
	background-repeat: repeat-x; */
	background-color: #fff;
	line-height: inherit;
}






.tableBorder
{
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	outline-style: none;
	line-height: inherit;
}






h1
{
	color: #0B0068;
	font-family: Georgia, Times New Roman, Times, serif;;
	font-size: 16px;
	line-height: 18pt;
	font-weight: bold;
	margin: 0px;
	text-transform: uppercase;
}
h2
{
	color: #0B0068;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	line-height: 16pt;
	font-weight: bold;
	margin: 0px;
}


.txtBody
{
	color: #000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: justify;
	margin: 20px 30px 20px 30px;
}

.txtIndex
{
	color: #000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: justify;
	margin: 20px 20px 20px 15px;
}


.txtIndexSerif
{
	color: #000;
	font-family: Times, New Roman, serif;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	margin: 20px 15px 20px 20px;
}



.txtSide
{
	color: #000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	line-height: 16px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	text-align: center;
}



.txtFooter
{
	color: #666;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bormal;
	margin: 0px;
	text-align: center;
}





.formField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	border: 1px solid #000000;
}


.formButton {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #000000;
	border: 1px solid #000000;
}

