h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #000066;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.brdr {
	background-color: #FFFFFF;
	height: 560px;
	width: 760px;
	border: thin solid #000066;
}
.frmcell {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	background-color: #CCCCCC;
	border: thin solid #000066;
}
.btn {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.bgimg {
	background-image: url(images/drw-bg.gif);
	background-repeat: repeat-x;
	background-position: 300px;
}
