body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
	line-height: 12pt;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #202020;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #c00;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
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: #FF0000;
}
.title {
	font-size: 9pt;
	font-weight: bold;
	color: #990000;

}
.secondarytitle {
	font-size: 9pt;
	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: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
.bottomline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

