/* CSS Document */

html,body,p,div,img,li,ul,dl,dd,dt,form,table,td,tr,form{

  margin:0;
  padding:0;
  border:0;
  border-spacing:0;
}

input,select{
  margin:0;
  padding:0;}

/* Main DIV Layouts --------------------------------------------------*/

body{
 

	padding:0;
	color: #666666;
	font-family:  Georgia, Georgia, Times New Roman, Times, serif;
	background-color:#e5e5e5;

 
 
 }
 
 #main{
 	margin:40px 0px 0px 30px;
	width:70%;
	max-width:760px;
 

}






/* Content Layout --------------------------------------------------*/


.small p {
	font-size:100%;
	margin-bottom:2px;

	
	}
	
	
.small 	a{
	color: #666666;
	font-size:100%;
	font-family: Georgia, Times New Roman, Times, serif;
	text-decoration:none;
 }
 
 

.small	a:hover{
	color: #333333;
	text-decoration:underline;
	background-color:#e5e5e5;
 }
	


p {
	font-size:150%;
	color:#666666;
	margin-bottom:30px;
	
	
	}

h1 {
	font-size:200%;
	font-weight:normal;
	margin-bottom:80px;
	
	}
	
h1 a{
	text-decoration:none;
	color:#333333;
	
	
	}
	
	
	h1 a:hover{
	text-decoration:underline;
	color:#333333;
	background-color:#e5e5e5;
	
	}
	
	
 	a{
	color: #29a0de;
	font-size:100%;
	font-family: Georgia, Times New Roman, Times, serif;
	text-decoration:underline;
 }
 
 
 
	a:hover{
	color: #ffffff;
	text-decoration:none;
	background-color:#29a0de;
 }
	
	

	


