@charset "UTF-8";
/* CSS Document */


body {
	font-family: "Trebuchet MS", verdana, sans-serif;
	padding-left: 15px;
	padding-right: 15px;
}
a:link, a:visited {
	color: #0B1966;
}
a:hover, a:visited:hover {
	color: #CC6600;
}
h1 {
	font-size: 20px;
	color: #0B1966;
	margin: 0px;
}
h2 {
	font-size: 16px;
	color: #CC6600;
}
p {
	font-size: 14px;
}
.posted {
	font-size: 10px;
	font-style: italic;
	color: #666666;
}
ul {
	list-style: disc url(../images/bluediamond1.gif);
	font-size: 14px;
}
ol {
	list-style-type: decimal;
	font-size: 14px;
}
li {
	margin-bottom: 3px;
}
#print {
	float: right;
	border: 1px solid #999999;
	padding: 5px;
	width: 90px;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	background: #CCCCCC;
}
#print a:link, #print a:visited {
	color: #666666;
}
#print a:hover, #print a:visited:hover {
	color: #000000;
}
.blue {color: #003399;}
.orange {color: #CC6600;}
.pdflink {
background: url(../images/pdf.gif) no-repeat right center;
padding: 5px 20px 5px 0px;
}
.extlink {
	background: url(../images/extlink.png) no-repeat right center;
	padding: 5px 15px 5px 0px;
}
.videolink {
	background: url(../images/video.gif) no-repeat right center;
	padding: 5px 30px 5px 0px;
}
table {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
td {
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
td.orangehead {
	background: #FF9900;
	font-weight: bold;
	text-align: center;
}
td.bluehead {
	background: #0099FF;
	font-weight: bold;
	text-align: center;
}
td.grayhead {
	background: #999999;
	font-weight: bold;
	text-align: center;
}
.600wide {
	width: 600px;
}
.300wide {
	width: 300px;
}
.200wide {
	width: 200px;
}
.150wide {
	width: 150px;
}
.100wide {
	width: 100px;
}
.80wide {
	width: 80px;
}
.60wide {
	width: 60px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
