body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004061;
	
	font-weight: normal;
	font-style: normal;
	background-repeat: no-repeat;
	text-align: justify;
	text-decoration: none;
}

.noprint {
	display: none;
	/* Have attached display:none to tableborderRIGHT & tableborderBOTTOM to make nav and header areas not printable */
}



/* HEADER STYLES */

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #004061;
	text-decoration: none;
	font-style: normal;
	text-transform: uppercase;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #007C97;
	text-decoration: none;
	font-style: normal;
	text-transform: none;
}

.head {
	font-size: 16px;
	font-weight: bold;
	color: #004061;
	text-decoration: none;
	font-style: normal;
	text-transform: capitalize
}

.subhead {
	font-size: 12px;
	font-weight: bold;
	color: #007C97;
	text-decoration: none;
	font-style: normal;
	text-transform: none;
}


/***** BODY STYLES *****/
.bodytext, .bodytext-bold, .bodytext-small, .bodytext-smallred {
	line-height: 140%;
}

.bodytext, .bodytext-bold {
	font-size: 12px;
	color: #004061;
	margin-bottom: 4px;
	font-weight: normal;
	font-style: normal;
	text-align: justify;
	text-decoration: none;
}

.bodytext-bold {
	font-weight: bold;
}

.bodytext-small {
	font-size: 9px;
	font-weight: normal;
	color: #004061;
	text-decoration: none;
	font-style: normal;
}

.bodytext-smallred {
	font-size: 9px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
	font-style: normal;
}

.copyright {
	font-size: 9px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	font-style: normal;
}



/* LIST STYLES */

ol {
	margin: 0px;
	padding: 0px;
	margin-bottom: 6px;
}

ul {
	margin: 0px;
	padding: 0px;
	margin-bottom: 6px;
}

li {
	margin: 0px;
	padding: 0px;
	margin-left: 25px;
	line-height: 160%;
}



/* TABLE STYLES */

.tableborder {
	font-size: 12px;
	color: #CCCCCC;
	border: 1px solid #cccccc;
}

.tableborderLEFTRIGHT {
	border-top: none;
	border-right: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: 1px solid #CCCCCC;
}

.tableborderRIGHT {
	border-top: none;
	border-right: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: none;
}

.tableborderRIGHTNAV {
	border-top: none;
	border-right: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: none;
	display: none;
}

.tableBOTTOM {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	display: none;
}

.tableTOP {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
}

.tableFOOTLINE {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #666666;
}

.special1 {
	font-size: 24px;
	font-weight: bold;
	color: #000099;
}

.special2 {
	font-size: 18px;
	font-weight: bold;
	color: #FF0033;
}

.special1small {
	font-size: 14px;
	font-weight: bold;
	color: #000099;
}

.navbar-inactive {
	color: #E0E0E0;
	text-decoration: none;
	background-color: #006699;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
	text-indent: 3pt;
}

.navbar {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006699;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
	text-indent: 3pt;
}

.navbar a:link {
	color: #FFFFFF;
	text-decoration: none;
	display: table-cell;
}

.navbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.navbar a:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: list-item;
	line-height: 26px;
	background-color: #8FAEC2;
}

.navbarBOTTOM {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006699;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
	text-indent: 3pt;
}

.navbarBOTTOM  a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.navbarBOTTOM  a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.navbarBOTTOM  a:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: list-item;
	line-height: 26px;
	background-color: #8FAEC2;
}

.navbarTOP {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006699;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
	text-indent: 3pt;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.navbarTOP a:link {
	color: #FFFFFF;
	text-decoration: none;
	display: table-cell;
}

.navbarTOP a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.navbarTOP a:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: list-item;
	line-height: 26px;
	background-color: #8FAEC2;
}

.PrintInvisible 
{
    display:none;
}

div.main
{
	padding:5px;
	
	width:100%;
	vertical-align:top;
	background-color:#f3ffff;	
	height:100%
}

div.main div
{
	margin-left:5px;
	margin-right:5px;
}

td.main
{
	text-align:center;
		padding-top:5px;
		vertical-align:top;
		background-color:#f3ffff;	
}
