body { 	
	background-image: url();
	background-repeat: repeat-x;
	font-style: normal;
 	font-size: 8pt;
 	font-family: Arial;
 	background-color: #effce4;
 	font-weight: normal;
 	color: #555;
	text-align:left; 
	}

.head { 	
	border-bottom: 0px dashed #ad7780; 
	margin-bottom: 10px;
	margin-left: 15px;
	font-family: Georgia;
 	color: #7ccec0;
 	font-size: 17pt;  
	font-weight: normal;
	font-style: italic;
 	text-align: left;
	text-transform: lowercase;
	letter-spacing: 3px; 
	}

b, strong { 	
 	color: #8cb49b;
	}

table, p {	font-size: 8pt; 
	font-family: Arial; 
	color: #505050; 
	text-align: left;
	}

A:link { text-decoration: none; color: #ec6d64;}
A:visited { text-decoration: none; color: #ec6d64;}
A:active { text-decoration: none; color: #ec6d64; }
A:hover { text-decoration: none; color: #909090; border-bottom: dotted 1px; }

input, textarea, select {
	font-size: 8pt;
 	font-family: Arial;  
	letter-spacing: 1px;
	color: #707070;
 	border: 0px solid #EEE;
 	background-color: #FEFEFE; 
	}

.SubmitButton { 	
	width:70px; 
	}