/* CSS Document */
body { 
    margin: 0;
	font-family: tahoma; 
	font-size: 11px;
	color: #666;
	letter-spacing: 1px; 
} 
p { 
    margin: 0 0 13px;
	line-height: 1.3em; 
}
h2 { 
    margin: 0 auto 0 auto;
	font-weight: normal; 
	font-size: 11px; 
	text-align: center;
	color: #ddd;
	width: 766px; 
}  
.blueheaderthingy { 
    color: #5e8bc2; 
	font-weight: bold; 
} 
a { 
    color: #64a94b;
	text-decoration: none;  
} 
a:hover { 
    text-decoration: none;
	background: #c8e1ff;  
} 
ul {
    margin: 0 0 0 0; 
	padding: 0 0 0 13px;
	color: #5e8bc2
	
} 
li { 
    margin: 0 0 5px 0; 
} 
img#rapidstatscounter { 
   display: none; 
} 

/*footer*/
#footer { 
    text-align: center;
	word-spacing: 20px;  
} 
#footer a {
    color: #666; 
	text-decoration: none; 
} 
#footer a:hover {
    color: #666; 
	text-decoration: underline;
	background:none;  
} 

/*left form*/
#leftform { 
    margin: 60px 0 0 30px;
	letter-spacing: 1px;
	color: #5e8bc2
} 
#leftform p{
    margin: 0 0 5px 0;
	line-height: 1.4em;  
} 
.textfield { 
    width: 160px; 
	height: 18px; 
	border: 1px solid #d7d7d7; 
	font-family: tahoma; 
	font-size: 11px; 
	color: #666; 
	letter-spacing: 1px; 
} 
.textarea { 
    width: 160px; 
	height: 50px; 
	border: 1px solid #d7d7d7; 
	font-family: tahoma; 
	font-size: 11px; 
	color: #666; 
	letter-spacing: 1px;
	overflow: auto;  
} 
.formbuttons { 
    width: 50px; 
	height: 17px; 
	border: 1px solid #d7d7d7;
	font-family: tahoma; 
	font-size: 11px;
	font-weight: bold;  
	color: #fff;
	letter-spacing: 1px;
} 

