@charset "utf-8";
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #05637f;
	text-decoration: none;
}


p, ul, li, td, tr, table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.myform {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #003;
	text-decoration: none;
	background-color: #FFF;
	height: 22px;
	width: 270px;
	border: 1px solid #009;
}

.myformsmall {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #003;
	text-decoration: none;
	background-color: #FFF;
	height: 22px;
	width: 50px;
	border: 1px solid #009;
}

.myformarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #003;
	text-decoration: none;
	background-color: #FFF;
	height: 90px;
	width: 270px;
	border: 1px solid #009;
}
