 
/* CSS Document */


body {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica;	  
	color:#242424; 
	padding:20px;
	text-align: center;  
}


#main { 
	width: 700px;
    margin-top: 75px;
    margin-bottom: 75px;
    margin-left: auto;
    margin-right: auto;	
	text-align: left;
}

#main2 { 
	width: 700px;
    margin-top: 5px;
    margin-bottom: 75px;
    margin-left: auto;
    margin-right: auto;	
	text-align: left;
}
 

/*  ----------------footer---------------------- */ 
#footer {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	line-height: 1.10em;
	color:#999999; 	
}   

.footl {
	text-align: left;
}

.footr{
	text-align: right;
}



a.foot1:link { color: #999999; text-decoration: none; }  
a.foot1:active { color: #999999; text-decoration: none;}  
a.foot1:visited { color: #999999; text-decoration: none; }  
a.foot1:hover { color: #663399; text-decoration:  underline; }  

a.foot2:link { color: #242424; text-decoration: underline; font-size: 15px; font-family: Garamond, Verdana, Arial;	 }  
a.foot2:active { color: #242424; text-decoration: underline; font-size: 15px; font-family: Garamond, Verdana, Arial;	 }  
a.foot2:visited { color: #242424; text-decoration: underline; font-size: 15px; font-family: Garamond, Verdana, Arial;	 }  
a.foot2:hover { color: #7979bc; text-decoration: none; font-size: 15px; font-family: Garamond, Verdana, Arial;	}

/*  ----------------Content---------------------- */ 
#content {
	font-size: 13px;
	padding:0px;
	margin:0px;
} 



p.text {
   	font-size: 16px;
	color:#242424; 
	line-height: 1.25em;
	font-family: Garamond, Verdana, Arial;	
	margin-top: 20px;
}

.text {
   	font-size: 16px;
	color:#242424; 
	line-height: 1.25em;
	font-family: Garamond, Verdana, Arial;	
}

.textb {
   	font-size: 16px;
	color:#242424; 
	line-height: 1.25em;
	font-family: Garamond, Verdana, Arial;	
	font-weight: bold;	
}

h1 {
	font-size: 14px;
	font-family: Garamond, Verdana, Arial;	
	color: #000000;
	margin-top: 20px;	
	margin-bottom: 5px;
}

a.reg:link { color: #7979bc; text-decoration: underline; }  
a.reg:active { color: #7979bc; text-decoration: underline; }  
a.reg:visited { color: #7979bc; text-decoration: underline; }  
a.reg:hover { color: #242424; text-decoration: none; }


 