/* Default style for page*/

body,p,ol,td {
	color: #000000;
	font-family: "arial, helvetica, sans-serif";
	font-size: 11pt;
}
a {
	color: Black;
}
a:hover{
	color: #0000CD;
	text-decoration: none;
}

/*if needed same as the Default style*/
.bodytext{
	color: #000000;
	font-family: "arial, helvetica, sans-serif";
	font-size: 11pt;
}

.lnav1{
	color: #333333;
	font-size: 12pt;
	font-weight: bold;
}

.lnav1 a{
	color: #333333;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}

.lnav1 a:hover{
	color: #005c73;
	text-decoration: underline;
}

.lnav1on{
	color: #005c73;
	font-size: 12pt;
	font-weight: bold;
}

.lnav1on a{
	color: #005c73;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}

.lnav1on a:hover{
	text-decoration: underline;
}

/*Second Level Left Nav*/
.lnav2{
	color: #333333;
	font-size: 11pt;
}

.lnav2 a{
	color: #333333;
	font-size: 11pt;
	text-decoration: none;
}

.lnav2 a:hover{
	color: #005c73;
	text-decoration: underline;
}

.lnav2on{
	color: #005c73;
	font-size: 11pt;
}

.lnav2on a{
	color: #005c73;
	font-size: 11pt;
	text-decoration: none;
}

.lnavtestimonialsrc{
	color: #701500;
	font-style: italic;
	text-align: right;
}

.lnavtestimonialtext{
	color: #701500;
	font-style: italic;
}

.pageheader{
	color: #333366;
	font-family: "arial, helvetica, sans-serif";
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
}

