body {
	background-color: #cde1ec;
	font-family: tr, "Trebuchet MS";
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;		
}

.style0 {	
	font-size: 10px;
	color: #FF8000;
}

.style1 {	
	font-size: 10px;
	color: White;
}

.style2 {	
	font-size: 12px;
	color: #156AA0;
}

.style3 {	
	font-size: 12px;
	color: #FF8000;
}

H1 {
	
	font-size: 18px;
	font-weight: bold;
	border-bottom-width: medium;
	color: #FF8000;
	font-variant: normal;
	margin-left: 10px;
	display: block;	
}

H2 {
	font-size: 16px;
	font-weight: bold;
	color: #B35A00;
	font-variant: normal;
	margin-left: 3px;
	display: block;
}

H3 {	
	font-size: 16px;
	font-style: oblique;
	color: #156AA0;
}

h4 { 
	font-family: "Trebuchet MS"; 
	font-weight: normal;
	font-size: 16px;
	font-weight: bold;
	font-style: oblique;
}


p {	
	font-size: 12px;
	color: #156AA0;
	line-height: 20px;		
}

a:link {
	color: #156AA0;
}

a:visited {
	color: #0F486F;
}

a:hover {
	color: #69A2C2;
}

.feedback { 
	text-align: right;
	margin-bottom: 30px;
	padding: 0;
	border-bottom: solid 3px rgb(192,211,226);
	}


