body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #333333;
	line-height: 12pt;
}
body {
    background: #E6E7E1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #993300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #996600;
}
a:hover {
	text-decoration: underline;
	color: #996600;
}
a:active {
	text-decoration: none;
	color: #993300;
}
input {
        background: #F7F7F7; font-family:verdana; font-size:9px
}
select {
        background: #F7F7F7; font-family:verdana; font-size:9px
}
textarea {
		background: #F7F7F7; font-family:verdana; font-size:9px
}
.copyright {
	font-size: 7pt;
	color: #993300;
}
.title {
	font-size: 9pt;
	font-weight: bold;
	color: #993300;

}
.secondarytitle {
	font-size: 7pt;
	font-weight: bold;
}
.txtbox {
	border: 1px solid #FF3300; 
}

.borderline {
	border: 1px solid #999999;
}
.rightline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #330000;
	border-right-color: #330000;
	border-bottom-color: #330000;
	border-left-color: #330000;
}
