/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
}
a {
	color: #000033;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #660000;
}
/* nav styles */

.left-nav-cell {
	padding-top: 20px;
	padding-bottom: 8px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	text-align: right;
	padding-right: 15px;
	color: #FFFFFF;
}
.left-nav-cell a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFCC;
}
.left-nav-cell a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 13px;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #660000;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #336666;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336666;
}
.text-in-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
}
.border-black {
	border: 1px solid;
}
.border-black3px {
	border: 3px solid #000000;
}
.border-green {
	border: 3px solid #006666;
}
.subhead-red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #660000;
}
.padding-10pixels {
	padding: 10px;
}
