body {
	background-color: #46350d;
	margin: 0px;
}

tr,td,th,body
{
	font-size: 8pt;
	font-family: Verdana;
	text-decoration: none;
	color: #000000;
}
b {
/*	font-variant: small-caps;*/
}
a,a:active,a:visited,a:hover {
	font-size: 8pt;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
/*	font-variant: small-caps;*/
}
a:hover {
	color: #CCCCCCC;
}
th,tr,td {
	vertical-align: top;
}
img {
	border: 0px;
}
hr {
	text-align: left;
	border: none 0;
	border-top: 1px dashed #bababa;
	height: 1px;
}
.select {
	width: 200px;
	font-size: 8pt;
	font-family: Verdana;
	border: 1px solid #999999;
	height: 16px;
	background: #F8FCD9;
}
.submit {
	width: 135px;
	height: 80px;
	background: url(code.jpg);
	border: 0px;
}
.code {
	font-size: 8pt;
	font-family: Verdana;
	border: 1px solid #999999;
	background: #F8FCD9;
	overflow-x: none;
}
.dropcap {
	float:left;
	font-size:50px;
	line-height:30px;
	padding-top:2px;
	font-family: Times, serif, Georgia;
}

.copyright
{
	color: #f1e7ab;
	font-family: Verdana, Sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.copyright a:link,
.copyright a:active,
.copyright a:visited
{
	color: #f1e7ab;
	font-family: Verdana, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.copyright a:hover
{
	color: #f1e7ab;
	font-family: Verdana, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
.input {
	border: 1px solid #999999;
	background: #FFFFFF;
	font-size: 8pt;
	height: 18px;
	width: 100px;
}
.input2 {
	border: 1px solid #999999;
	background: #FFFFFF;
	font-size: 8pt;
	height: 18px;
	width: 200px;
}