/* Elements: Basic */

html, body { 
	background: #ECECEC;
  	color: #555555;
  	min-height: 100%;
  	margin: 0px; 
	}

a:link { 
	text-decoration: none; 
	color: #0000FF;
	}
	
a:visited { 
	text-decoration: none; 
	color: #0000FF;
	}
	
a:hover, a:active { 
	text-decoration: underline; 
	color: #FF0000;
	}



/* Elements: Defined */

.content_main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
 	}

.content_main_spl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
 	}
 	
.content_header {
	font-family: Verdana;
	font-size: 16px;
	color: #46B985;
	font-weight: bold;
 	}

.content_small {
	font-family: Verdana;
	font-size: 10px;
	color: #555555;
 	}

.hilite {
	font-family: Verdana;
	font-size: 12px;
	color: #FF0000;
 	}

.content_footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
 	}