/* CSS Document */

/*-----------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/

td 
{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#000000;
}

img {
	border:0px;
}
	
.disclaimer
{
	font-size:9px;
}

.navButton
{
	background-image: url(images/button_nav.gif);
	background-repeat: no-repeat;
	line-height: 35px;
	text-align: right;
	padding-right: 5px;
	vertical-align: top;
}

.activenavButton
{
	background-image: url(images/button_nav_hover.gif);
	background-repeat: no-repeat;
	line-height: 35px;
	text-align: right;
	padding-right: 5px;
	vertical-align: top;
}

.navLink, a.navLink:link, a.navLink:visited, a.navLink:active
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #184B7A;
	line-height: 25px;
	vertical-align: bottom;	
	text-decoration: none;
}

a.navLink:hover
{
	text-decoration: underline;
	color: #184B7A;
}

.classDesc
{
	font-size: 11px;	
}
.classLink, a.classLink:link, a.classLink:visited
{
	font-family: Arial;
	font-size: 11px;
	color:#333333;
	text-decoration:none;
	padding-right: 3px;
	background-color: #A8BBC9;
}

a.classLink:hover
{
	font-family: Arial;
	font-size: 11px;
	color:#333333;
	text-decoration:underline;
}


.activeStep
{
	background-color: #BBBBBB;
	color: Black;
	border: solid 1px #666666;
	font-size:9px;
}

.inactiveStep
{
	font-size:9px;
}

.heading 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:bold;
	color:#FFA000;
	}


a:link, a:visited 
{
	color:#003399;
	text-decoration:underline;
	line-height: 18px;
	}
a:hover 
{
	color:#003366;
	text-decoration:none;
	}



input
	{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	/*border:solid 1px #666666;*/
	}

.button
	{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	border:solid 1px #666666;
	}


.textbox
{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	border:solid 1px #7F9DB9;
	padding-left: 5px;
	overflow: hidden;
	}
	
.txtRed
{
	color:#FF0000;
	font-weight:bold;
}
.txtDblueHd
{	font-size:16px
	color:#000033;
	font-weight:bold;
}

select 
{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	}
textarea 
{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	border:solid 1px #7F9DB9;
	padding-left: 5px;
	overflow: hidden;
	}
	
/*--------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------*/

body {
margin:0;
background-image: url(../images/bg2.gif);
background-repeat: repeat-x;
background-color:#d8cba8;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#171717;
}
a:link {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;	
}
a.Linkemail:link {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	}
a.Linkemail:visited {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
a.Linkemail:hover {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a.LinkFooter:link {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
	}
a.LinkFooter:visited {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
a.LinkFooter:hover {
	font-family: Arial;
	font-size: 12px;
	color: #4D4D4D;
	text-decoration: none;
}
a.LinkHeader:link {
	font-family: Arial;
	font-size: 18px;
	color: #CA590F;
	text-decoration: underline;
	}
a.LinkHeader:visited {
	font-family: Arial;
	font-size: 18px;
	color: #CA590F;
	text-decoration: underline;
}
a.LinkHeader:hover {
	font-family: Arial;
	font-size: 18px;
	color: #CA590F;
	text-decoration: none;
}

.txtQuote {
	font-family: Arial;
	font-size: 12px;
	color:#000000;
	font-style:italic
	text-align:center;
}
.txtFooter {
	font-family:Arial;
	font-size:12px;
	color:#666666;
	text-align:center;
	}
.txtheading1 {
	font-family:Arial;
	font-size:16px;
	color:000066;
	}

.txtBody{
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
}

.txtWhite12Bold {
	font-family: Arial;
	font-size:12px;
	font-weight:bold;
	color: #FFFFFF;
	font-stretch: expanded;
	line-height: 2;
}
.txtWhite10 {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
}	
.txtHeadings {
    font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
	color:#000066;
	font-style:italic
}
li {
margin-bottom:15px;
}