body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(img/iframe_bkgr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
td, p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
}
td#content {
	padding-right: 10px;
    
}
td#show img {
	border: 1px solid #D3C9C0;
}
#promo {
	position: absolute;
	height: 297px;
	width: 400px;
	left: 84px;
	top: -300px;
	background-color: #FFFFFF;
	text-align: center;
	border: 1px solid #990000;
}


.justify {
	text-align: justify;
}
.formbutton {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #d2c4bb;
	cursor: pointer;


}
.formfield {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	border: 1px solid #d2c4bb;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #8D4B23;
}
a:visited {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #8D4B23;
}
a:hover {


	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #CC0000;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #CC0000;
}
/* Remove dotted links in Moz */
a 
{ 
  outline: none !important 
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.controls {
	margin-top: 8px;
}
.smalltxt {
	font-size: 11px;
}
p {
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 14px;
}
#promo p {
	margin: 0px;
	padding: 0px;
}
#promo a {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
.redtxt {
	color: #CC0000;
}
.bigred {
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
}
ul, ol {
	margin-top: 0;
	margin-bottom: 6px;
	margin-left: 20px;
	padding: 0px;
}
ul {
	list-style-type:circle;
}
ol {list-style-type:decimal;}

.brdr {
	border: 1px solid #D3C9C0;
}
