body
{
	margin-top: 40px;
	font-size: 11px;
	margin-left: 55px;
	color: #2b2b2b;
	line-height: 19px;
	font-family: 'Microsoft Sans Serif';
}
input, select, option, textarea
{
	font-size: 11px;
	color: #2b2b2b;
	font-family: 'Microsoft Sans Serif';	
}
table
{
	line-height: 19px;
	font-size: 11px;
	color: #2b2b2b;
	font-family: 'Microsoft Sans Serif';	
}
a:link, a:active, a:visited
{
	text-decoration: underline;
	color: #2b2b2b;
}
a:hover
{
	text-decoration: none;
	color: #013994;
}
.secondNavOn
{
	background-color: #fff7c7;
}
.secondNavLink:link, .secondNavLink:active, .secondNavLink:visited
{
	color: #2b2b2b;
	text-decoration: none;
}
.secondNavLink:hover
{
	color: #013994;
	text-decoration: underline;
}
.secondNavLinkOn:link, .secondNavLinkOn:active, .secondNavLinkOn:visited, .secondNavLinkOn:hover
{
	color: #013994;
	text-decoration: underline;	
}
.thirdNavLink:link, .thirdNavLink:active, .thirdNavLink:visited
{
	color: #868788;
	text-decoration: none;
}
.thirdNavLink:hover
{
	color: #5c83c1;
	text-decoration: underline;
}
.thirdNavLinkOn:link, .thirdNavLinkOn:active, .thirdNavLinkOn:visited, .thirdNavLinkOn:hover
{
	color: #5c83c1;
	text-decoration: underline;
}
.vline
{
	background-position: center top;
	background-image: url(../_img/vbar.gif);
	background-repeat: repeat-y;
}
h3
{
	margin: 0px;
	font-size: 13px;
	color: #36454d;
}
.textBox
{
	width: 100%;
}