
/*-----------------------------------------------------------------------------*/
/* 								HEADINGS	  								   */
/*-----------------------------------------------------------------------------*/
.head-blue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 22px;
	color: #153862;}

.head-green {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 22px;
	color: #97c93f;}
	
.head-white {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 22px;
	color: #FFFFFF;}
	
.head-orange {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 22px;
	color: #FF6600;}
/*-----------------------------------------------------------------------------*/
/* 									TEXT	  								   */
/*-----------------------------------------------------------------------------*/
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333; }
	
.text-green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #97c93f; }	
	
.text-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF; }
		
.text-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #153862; }
	
.text-foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666; }	
/*-----------------------------------------------------------------------------*/
/* 								NAVIGATION	  								   */
/*-----------------------------------------------------------------------------*/
a.nav-main {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 22px;
	color: #153862;}
a.nav-main:hover { text-decoration:none; color: #99CCFF; }

a.nav-pdf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-decoration:underline; color: #FFFFFF; }
a.nav-pdf:hover { text-decoration:none; color: #99CCFF; }

a.nav-foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-decoration:none; color: #666666; }
a.nav-foot:hover { text-decoration:none; color: #97c93f; }
a.nav-foot-vis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-decoration:none; color: #97c93f; }
/*-----------------------------------------------------------------------------*/
/* 											  								   */
/*-----------------------------------------------------------------------------*/	
.background {
	background-color: #FFFFFF; }
	
body {
	background-color: #FFFFFF;
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-x;}