@import url("structure.css");
body{
	background-image: url(/images/bk.jpg);
	background-repeat: repeat;
	margin-top: 0px;
	padding-top: 0px;
}
body, html, td, p {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	line-height: 21px;
	font-weight: normal;
	font-variant: normal;
	color:#333333;
}
h1 {
	font-size:25px;
	font-family: "Times New Roman", Times, serif;
	color: #993333;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 6px;
	text-align: center;
}
h2 {
font-family: "Times New Roman", Times, serif;
	font-size:19px;
	color: #993333;
}
h3 {font-family: "Times New Roman", Times, serif;
font-size:15px;}
h4 {font-size:13px;}
h5, h6 {font-size:12px;}
h4 {font-size:14px;}
h5, h6 {font-size:13px;}
.rightrepeat {
	background-image: url(/images/rightnav.jpg);
	background-repeat: repeat-y;
	background-position: top;
}
.leftrepeat {
	background-image: url(/images/leftrepeat.jpg);
	background-repeat: repeat-y;
	background-position: top;
}

.rtborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cec596;
}
.content {
	
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.submitbutton {
	font-family: times new roman, arial;
	font-size: 12px;
	border: 1px solid #666666;
	cursor: hand;
	background-color:#990000;	
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
}