

body {
	font-size: 14px;
	font-family: Georgia, Tahoma, "Lucida sans", Trebuchet MS, Verdana, Arial;
	color: #454545;
	background-color: #F1F1F1;
	margin: 20px;

	
}
td {
	font-size: 12px;
	font-family: Georgia, Verdana, Arial, Trebuchet MS;

}
td a{
	font-size: 12px;
	font-family: Georgia, Verdana, Arial, Trebuchet MS;

}
#header{ 
	padding: 0; 
	color: #454545;  
}
#header a {
	color: #454545;
}
#header h1 { 
	font-size: 48px;  
	margin: 10px;
	color: #53AB42;    
}
#header h1 a { 
	text-decoration: none; 
	color: #FFFFFF; 
	font-size: 24px;   
}
#header a:hover { 
	text-decoration: none;  
}
#header h2 {  
	font-size: 16px; 
	margin: 10px;
	font-weight: bold;
	color: #454545; 
   
}
#header h2 a{  
	font-size: 14px; 
	font-weight: bold;
	color: #454545; 
   
}
#header h3 {  
	font-size: 11px; 
	margin-bottom: 10px;
	font-weight: bold;
	color: #000000; 
	text-align: center;
   
}
#header h3 a{  
	font-size: 11px; 
	margin: 10px;
	font-weight: bold;
	color: #000000; 
   
}
/* pages layout start */

#content {
	font-size: 12px;
	color: #000000;
	padding: 0 15px 15px 15px;
}
#content a{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold; 
}
#content a:hover{
	font-size: 12px;
	color: #53AB42;
	text-decoration: underline;
}
#content h1{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin: 5px 0 5px 0;
	padding: 0px;
}
#content h3{
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin: 5px 0 5px 0;
	padding: 0px;
}

/* pages layout end */


#footer {
	color: #454545;
	font-size: 11px;
	font-weight: bold;
	margin: 12px;
}
#footer a{
	color: #454545;
	font-size: 11px;
	font-weight: bold;
}
#footer a:hover { 
	text-decoration: none;  
}

