/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td,p,div,span {
	font-family:Verdana;
	font-size:10px;
}
h1 {
	font-family:"Arial Narrow",Arial;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	color:#336699
}
a {
	color:#668cb3;
}
a:hover {
	color:#003366;
}
select,input {
	font-size:10px;
}
.btmlink {
	color:#cccccc;
	text-decoration:underline;
}
.btmlink:hover {
	color:#999999;
}
.arrowup {
	background: url(images/arrow_dn.gif) left no-repeat;
	background: url(images/arrow.gif) left no-repeat;
	padding-left: 13px;
}
.arrowdn {
	background: url(images/arrow_dn.gif) left no-repeat;
	padding-left: 13px;
}
.pdf {
	padding-top:2px;
	padding-bottom:3px;
	line-height:16px;
	background: url(images/pdf.gif) no-repeat;
	padding-left: 21px;
}