/* ---( base )------------------------------------ */

	body {
	background-color: #002250;
	margin: 0;
	padding: 0;
}

	td, p, div{
	font-family: Arial, Helvetica, sans-serif;
	color: #394657;
	font-size: 11px;
}

/* ---( layout )------------------------------------ */

	.nav-01{
	background-image: url(images/nav-bg-01.jpg);
	background-repeat: repeat-x;
}

	.nav-02{
	background-image: url(images/nav-bg-02.jpg);
	background-repeat: repeat-x;
}

	.glow-01{
	background-image: url(images/footer-glow.jpg);
	background-repeat: no-repeat;
	height: 108px;
}

	.box01{
	padding: 20px;
	text-align: justify;
}

	.box02{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00377a;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #174f9a;
	text-transform: uppercase;
	letter-spacing: .5px;
}

/* ---( text )------------------------------------ */

	.blue-01{
	color: #e3e8ee;
}

	.justify{
	text-align: justify;
}

	.footer{
	color: #8a9bb1;
	text-transform: uppercase;
}

	.blue-02{
	font-size: 14px;
	color: #174f9a;
	text-transform: uppercase;
	font-weight: bold;
}

	.blue03{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #174f9a;
	text-transform: uppercase;
	letter-spacing: .5px;
}

/* ---( links )------------------------------------ */

	a.link01:link, a.link01:active, a.link01:visited {
	color: #e3e8ee;
	text-decoration: none;
}
	
	a.link01:hover {
	color: #002250;
	text-decoration: none;
}
	
	a.link02:link, a.link02:active, a.link02:visited {
	color: #8a9bb1;
	text-transform: uppercase;
	text-decoration: none;
}
	
	a.link02:hover {
	color: #ffffff;
	text-decoration: none;
}

	a.link03:link, a.link03:active, a.link03:visited {
	color: #394657;
	text-decoration: none;
}
	
	a.link03:hover {
	color: #ff3a00;
	text-decoration: none;
}
	
	
