@charset "utf-8";
/* CSS Document */
body {
	font-family:"Arial";
	font-size:14px;
	margin:0px;
}
.small, .small as {
	font-size:10px;
	font-weight:normal;
}
h2, h4 {
	font-size:16px;
	border-bottom:1px solid #eee;
	color:#666;
}
h1 { 
	font-size:26px;
	color:#006699;
	margin:0px 0px 4px 0px;
	font-weight:bold;
}
.p_feedback {
	padding:10px;
	background:url(../images/quote.png) no-repeat top left;
	padding-left:40px;	
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	border:1px solid #ccc;
	background-color:#F0F4F7;
	margin:20px;
	color:#404E57;
}
.floatRight {
	float:right;
	margin-left:10px;
}
.floatLeft{
	float:left;
	margin-right:10px;
}


