/* GENERAL COMMANDS */

body { 
	margin-top: 10px; 
	margin-left: 0px; 
	background-color: #E7F2F4; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
		
/* CONTENT stuff */

.content_bg  {
 	border-left: 1px solid #8F8F8D;
  	border-right: 1px solid #8F8F8D;
  	border-bottom: 1px solid #8F8F8D;
	background-color: #FFFFFF; 
	margin-bottom: 20px;
}
 	
.hp_text  {
 	font-family : Verdana, Arial, Helvetica, sans-serif;
 	font-size : 12px;
	line-height: 16px;
 	color : #000000;
 	padding-top: 3px;
 	text-align: left;
}

.hp_text a:link, .hp_text a:visited  {
 	color : #248186;
}

.hp_text a:hover, .hp_text a:active  {
 	color : #CC1318;
}

.hp_text_sm  {
 	font-family : Verdana, Arial, Helvetica, sans-serif;
 	font-size : 10px;
	line-height: 14px;
 	color : #000000;
 	padding-top: 3px;
 	text-align: left;
}

.hp_text_sm a:link, .hp_text_sm a:visited  {
 	color : #248186;
}

.hp_text_sm a:hover, .hp_text_sm a:active  {
 	color : #CC1318;
}

/* MENU stuff */

.menu  {
 	font-family : Verdana, Arial, Helvetica, sans-serif;
 	font-size : 10px;
	line-height: 20px;
	font-weight: bold;
 	color : #FFFFFF;
 	text-align: left;
 	background-color: #6E6E6E;
 	border-left: 1px solid #515554;
  	border-right: 1px solid #515554;
	border-bottom: 1px solid #515554;
  	width: 187px;
}

.menu a:link, .menu a:visited  {
 	color : #FFFFFF;
 	text-decoration: none;	
  	width: 185px;
  	padding-left: 20px;

}

.menu a:hover, .menu a:active  {
 	color : #FFFFFF;
 	text-decoration: none;	
   	width: 185px;
 	background-color: #8B8B8B;
  	padding-right: 20px;
}

 
/* FOOTER */

.footer  {
 	font-family : Verdana, Arial, Helvetica, sans-serif;
 	font-size : 9px;
 	color : #000000;
}

.footer a:link, .footer a:visited  {
 	color : #248188;
}

.footer a:hover, .footer a:active  {
 	color : #248188;
}
