

/* !!! THIS img CSS IS REQUIRED TO MAKE PNG-TRANSPARENCY WORK IN MSIE !!! */
/* !!! REQUIRES pngFix.htc FILE TO BE LOCATED IN THE WEBSITE ROOT !!! */
/* !!! pngFix.htc SOURCE FROM http://webfx.eae.net/dhtml/pngbehavior/pngbehavior.html */
img
{	behavior: url("/pngFix.htc");}

body
{
	background-color: #ffffff;
	margin: 0px;
}

body, table, td
{
    font-family: Comic Sans MS, Comic Sans, Verdana, Arial, Helvetica, Geneva, sans-serif;
    color: #000000;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    letter-spacing: normal;
	word-spacing: normal;
    text-transform: none;
	padding: 0px;
	margin: 0px;
}

table, td
{
	border: 0px none black;
	border-collapse: collapse;
}

h1
{
	color:	#760C20;
	font-size: 14pt;
	font-weight: bold;
}

a:link, a:visited
{
	text-decoration: underline;
	color:	#0d2c58;
}	
		
a:active
{
	text-decoration: underline;
	color:	#ff0000;
}	
		
a:hover, a:visited:hover 
{
	text-decoration: underline;
	color:	#f8c428;
}

.footer
{
    font-size: 8pt;
    font-weight: normal;
    font-style: normal;
    color: #000000;
}

table.footer, td.footer
{
	border-style: none;
	border-width: thin;
	padding: 0px;
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: center;
}

.Notices
{
	width: 400px;
	margin: 0 auto;
}

/* **************************************************************** */
/* *** Template classes */
/* **************************************************************** */

.PhotoRight
{
	float: right;
	margin: 0px 0px 10px 10px;
}

.PhotoLeft
{
	float: left;
	margin: 0px 5px 10px 0px;
}

.UL_NoIndent
{
	margin-top: 0;
	margin-left: 1.5em;
	padding-left: 0;
	font-size: 9pt;
	border: 1px none black;
}


/* **************************************************************** */
/* *** Template Objects-IDs */
/* **************************************************************** */

#MainBorder
{
	width: 760px;
	border: 1px none #000000;
	border-collapse: collapse;
	padding: 0;
	margin: 0 auto;
}

#PageTitle
{
	color:	#406A51;
	font-size: 14pt;
	font-weight: bold;
	margin-top: 5px;
}

#Footer
{
	text-align: center;
    font-size: 8pt;
    font-weight: normal;
    font-style: normal;
    color: #000000;
	border: none;
	white-space: nowrap;
	margin: 0 auto;
}
	#FooterTxt1
	{
		margin: 1px 1px 9px 1px;
	}
	#FooterLine1
	{
		padding-bottom: 4px;
		border-bottom: solid 2px #000000;
	}
	#FooterTxt2
	{
		margin: 9px 1px 1px 1px;
	}
	#FooterLine2
	{
		padding-top: 3px;
		border-top: solid 2px #000000;
	}
	#FooterTxt3
	{
		margin: 1px 1px 1px 1px;
	}
	#FooterLine3
	{
	}


/* **************************************************************** */
/* *** Site-Specific classes & IDs */
/* **************************************************************** */

.HdrImg
{
	margin: 28px 0 10px 0;
}
.NavBtn
{
	width: 188px;
	height: 38px;
	/*margin: 0 0 16px 0;*/
	margin: 0 0 10px 0;
	padding: 0;
	border: 0 none black;
}

#Main_List
{
	margin-top: 5px;
	margin-right: 25px;
	list-style-type: disc;
}

.Main_List_Item
{
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 10.5pt;
}

h2
{
	font-size: 10pt;
	margin-top: 5px;
	margin-bottom: 0;
}

.LeftImg
{
	margin: 0;
	padding: 0;
}

.SubCat
{
	font-weight: bolder;
	text-decoration: underline;
}

.RateTblHdr
{
	background: #CECECE;
	border-bottom: 1px solid black;
	padding: 2px;
}

.RateTblData
{
	border-bottom: 1px solid black;
	padding: 2px;
}