body{
	background-color: Black;
}
body.printable{
	background-color: White;
}
div,td,tr,table{
	text-align: left;
	vertical-align: top;
	font-family: Verdana;
	font-size: 10px;
	color: #304050;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
div.banner{
	background-image: url(/images/banner.jpg);
	height: 100px;
	width: 800px;
	color: White;
	font-weight: bold;
	border-left: 10px White solid;
	border-right: 10px White solid;
	border-top: 10px White solid;
	vertical-align: middle;
}
div.smallLinks{
	width: 800px;
	font-weight: bold;
	text-align: right;
	background-color: White;
	border-left: 10px White solid;
	border-right: 10px White solid;
}
div.links{
	width: 800px;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	background-color: White;
	border-left: 10px White solid;
	border-right: 10px White solid;
}
div.links a:hover{
	color: #5F9EF0;
	background-image:  url(/images/linkTracer.gif);
}
div.links a{
	color:#4682B4;
	text-decoration: none;
}
div.content{
	width: 800px;
	border-bottom: 0px;
	border-left: 10px White solid;
	border-right: 10px White solid;
	background-color: White;
}
div.printable{
	background-color: White;
}
div.content p{
	margin: 0px;
}
div.bottom{
	width: 800px;
	border-left: 10px White solid;
	border-right: 10px White solid;
	border-bottom: 10px White solid;
	background-color: #708090;
}
td.left{
	width: 500px;
	border-right: 1px dotted #BCC7D3;
}
td.right{
	width: 300px;
}
.dividerLeft{
	border-bottom: 1px solid #BCC7D3;
	font-weight: bold;
	background-color: White;
}
.dividerRight{
	border-bottom: 1px solid #BCC7D3;
	font-weight: bold;
	background-color: White;
}
.dataGrid{
	border: 1px solid #BCC7D3;
	background-color: #DBE4EE;
}
.dataGrid td{
	border-left: 0px;
	border-right: 0px;
	padding: 2px;
}
.dataGrid-Header{
	background-color: #BCC7D3;
	font-weight: bold;
}
.dataGrid-Alternating{
	background-color: White;
	border-left: 0px;
	border-right: 0px;
	padding: 2px;
}
.w400x100{
	width: 400px;
	height: 100px;
}
.w400{
	width: 400px;
}
.errorBox{
	background-color: #FFFFE0;
	color: Red;
	border: 1px Red dotted;
}

a:hover{
	color: #5F9EF0;
	background-image:  url(/images/linkTracer.gif);
}
a{
	color:#4682B4;
	text-decoration: none;
}
.bold{
	font-weight: bold;
}
.faint{
	color: Silver;
}
.title{
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
	border-bottom: 1px #BCC7D3 solid;
}
.faintBorder{
	border: 1px #BCC7D3 solid;
}
.alignRight{
	text-align: right;
}