/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #F0F8FF;
}

a:link {
	color: #005099;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #005099;
	text-decoration: none;
	font-weight: bold;
	
}
a:hover {
	color: #000066;
	text-decoration: none;	
	font-weight: bold;
}
a:active {
	color: #005099;
	text-decoration: none;
	font-weight: bold;
}

.nav a:link {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	line-height: 27px;
}
.nav a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	line-height: 27px;
}
.nav a:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	line-height: 27px;
}
.nav a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	line-height: 27px;
}

tr { font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;	
}

.header-lrg {
	font-size: 20px;
	color: #01396B;
	font-weight: bold;
}

.header-sm {
	font-size: 16px;
	color: #01396B;
	font-weight: bold;
}
.red {
	color: #F00;
}

.white {
	color: #FFF;
}

.blue {
	color: #01396B;
}
.space {
	line-height: 25px;	
}