/* ---( BASE Styles )------------------------------------ */

	body {
	background-color: #352c66;
	margin: 0;
	padding: 0;
}

	td, p, div{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4f513d;
	font-weight: bold;
	}


/* ---( LAYOUT Styles )------------------------------------ */

	.bg01 {
	background-image: url(images/header-bottom-stripe.gif);
	background-repeat: repeat-x;
}

	.footer-bg {
	background-image: url(images/footer-bg.gif);
	background-repeat: repeat-x;
}

	.home-boxes {
	border: 1px solid #FFFFFF;
}

	.box-01 {
	padding: 15px;
	font-size: 11px;
	font-weight: bold;
}

	.box-02 {
	padding: 5px 15px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

	.box-03 {
	padding: 5px 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}


/* ---( TEXT Styles )------------------------------------ */

	.justify {
	text-align: justify;
}

	.bold {
	font-weight: bold;
}

	.white01 {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
}

	.white02 {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	letter-spacing: 1px;
}

.white03 {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .5px;
}

	.blue01 {
	color: #352c66;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	letter-spacing: .5px;
}


	.footer {
	color: #9a96b3;
}


/* ---( LINK Styles )------------------------------------ */

	a:link, a:active, a:visited  {
	text-decoration: none;
	color: #352c66;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}
	
	a:hover {
	color: #4531b1;
	text-decoration: none;
}
	

	a.link01:link, a.link01:active, a.link01:visited {
	color: #4f513d;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

	a.link01:hover {
	text-decoration: none;
	color: #FFFFFF;
}

	a.link02:link, a.link02:active, a.link02:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

	a.link02:hover {
	text-decoration: none;
	color: #afb38c;
}

	a.link03:link, a.link03:active, a.link03:visited {
	color: #ffffff;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	letter-spacing: .5px;
	text-transform: uppercase;
}

	a.link03:hover {
	text-decoration: none;
	color: #c1b6ff;
}

	a.link04:link, a.link04:active, a.link04:visited {
	color: #9a96b3;
	text-decoration: none;
}

	a.link04:hover {
	text-decoration: none;
	color: #ffffff;
}
