/* This stylesheet defines all the styles used across the site
All styles should be applied here to make sure the site is
consistent and uniform */

/* Default TAG Styles are defined here */
BODY
{
	font-family: MS Sans Serif, Sans-Serif, Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #333333;
}

A:link	
{	
	font-family: MS Sans Serif, Sans-Serif, Verdana, Arial, Helvetica;
	font-size: 10px; 
	font-weight: normal; 
	color: #ffffff;
	text-decoration: none;
}	
		
A:visited	
{	
	font-family: MS Sans Serif, Sans-Serif, Verdana, Arial, Helvetica;
	font-size: 10px; 
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}	
		
A:active	
{	
	font-family: MS Sans Serif, Sans-Serif, Verdana, Arial, Helvetica;
	font-size: 10px; 
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}	
		
A:hover
{	
	font-family: MS Sans Serif, Sans-Serif, Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}
	
img 
{
	border: solid 0px gray;
}

/* Custom styles are defined here */
.footer
{
	font-family: MS Sans Serif, Sans-Serif, Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
}

.text
{
	font-family: MS Sans Serif, Sans-Serif, Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.text_highlight
{  
	font-family: MS Sans Serif, Sans-Serif, Verdana, Arial, Helvetica;
	font-size: 12px; 
	font-weight: bold; 
	color: #333366
}

.title
{  
	font-family: MS Sans-Serif, Sans-Serif, Verdana, Arial, Helvetica;
	font-size: 20px; 
	font-weight: bold; 
	color: #000000; 
}

.subtitle
{  
	font-family: MS Sans-Serif, Sans-Serif, Verdana, Arial, Helvetica;
	font-size: 16px; 
	font-weight: bold; 
	color: #000000; 
}

.form_element 
{  
	font-family: MS Sans Serif, Sans-Serif, Verdana, Arial, Helvetica;
	font-size: 12px; 
	font-weight: normal; 
	color: #000000
}

.menu
{  
	font-family: MS Sans Serif, Sans-Serif, Verdana, Arial, Helvetica;
	font-size: 10px; 
	font-weight: normal; 
	color: #FFFFFF; 
}