body{
	margin:0;
	font-family:Arial;
	font-size:14px;
	color:#666;
	line-height: 1.5;
}

a {
	outline: 0;
	color: #006bfa;
	text-decoration: none;
	font-weight: bold;
}
a:hover {	color: black;}

a img {	border: none;}

strong {	font-weight: bold;}

h1,h2,h3 {	margin: 20px 0;}

h1 {
	font-size: 18px;
	color: #006BFa;
	margin-bottom: 10px;
	margin-top: 40px;
}
h2 {	font-size: 16px;}
h3 {	font-size: 14px;}

p {	margin: 0 0 20px;}

form table th {
	padding: 8px;
	padding-right: 20px;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}
form table td {
	padding: 8px;
}
form table td input[type=text] {
	width: 200px;
}
form table td textarea {
	width: 200px;
	height: 100px;
}


.image-left{float:left;margin:0px 20px 20px 0; }

.image-right{float:right;margin:0px 0 20px 20px; }

