﻿body
{
	background-color: #FFFFFF;
}


A:link
{
	text-decoration: underline;
	color: #002C6F;
	font-size: 9pt;
	font-weight: bold;
}
A:visited
{
	text-decoration: underline;
	color: #002C6F;
	font-size: 9pt;
	font-weight: bold;
}
A:active
{
	text-decoration: underline;
	color: #002C6F;
	font-size: 9pt;
	font-weight: bold;
}
A:hover
{
	text-decoration: none;
	color: #046532;
	font-size: 9pt;
	font-weight: bold;
}






.featured_item_header
{
	font-size: 8pt;
	background-color: #002C6F;
	color: #FFFFFF;
}


.rate_button
{
	border: none;
	width: 150px; 
	height: 18px; 
	background-color: #002C6F;	
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;	
	padding-top: 3px;
	cursor: pointer;
}
  
  
 .page_content_header
 {
 	background-color: #002C6F;
 	}
 	

.page_light_bkclr
{
	background-color: #046532;
}
.page_dark_bkclr
{
	background-color: #002C6F;
}


.text_lightclr
{
	color: #046532;
}
.text_darkclr
{
	color: #002C6F;
}


