/* General */
body {
	background-color: #E5E5E5;
	margin: 15px;
}
table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 11pt;
	color: #333333;
}
form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-image: url(/images/bullet.gif);
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
li{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.formfield{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 8.5pt;
}
.message{
	color: #990000;
	font-size: 8.5pt;
	font-weight: bold;
	padding-bottom: 10px;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #294239;
	text-decoration: underline;
}
a:hover {
	color: #006666;
	text-decoration: underline;
}
a:active {
	color: #294239;
	text-decoration: underline;
}

a.nav:link {
	color: #282828;
	text-decoration: none;
}
a.nav:visited {
	color: #282828;
	text-decoration: none;
}
a.nav:hover {
	color: #51170B;
	text-decoration: none;
}
a.nav:active {
	color: #282828;
	text-decoration: none;
}
a.wt:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.wt:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.wt:hover {
	color: #FAFA8E;
	text-decoration: none;
}
a.wt:active {
	color: #FFFFFF;
	text-decoration: none;
}
/* Shell Elements */
.main-outline {
	border: 2px solid #FFFFFF;
	background-color:#FFFFFF;
}
.content-main{
	padding-top:12px;
	padding-right:20px;
	padding-left:20px;
	padding-bottom:12px;
	width:520px;
}
.nav-main{
	width:150px;
	background-color:#E9E9E9;
}
/* Background Colors */
.bg-dkred {
	background:#712E13;
}
.bg-white {
	background:#FFFFFF;
}
.bg-red {
	background:#51170B;
}
.bg-ltgray {
	background:#E9E9E9;
}
.bg-xltgray {
	background:#F7F7F7;
}
/* Padding Options */
.all-3{
	padding:3px;
}
.all-5{
	padding:5px;
}
.tb-5{
	padding-top:5px;
	padding-bottom:5px;
}
.tb-3{
	padding-top:3px;
	padding-bottom:3px;
}
.lr-3{
	padding-left:3px;
	padding-right:3px;
}
.lr-5{
	padding-left:5px;
	padding-right:5px;
}
.r-15{
	padding-right:15px;
}
.l-25{
	padding-left:25px;
}
.t-5{
	padding-top:5px;
}
.t-10{
	padding-top:10px;
}
.b-25{
	padding-bottom:25px;
}
.pict-left{
	padding-right:10px;
	padding-bottom:5px;
}
.pict-right{
	padding-left:10px;
	padding-bottom:5px;
}
/* Text Options */
.sm-font{
	font-size: 8.5pt;
}
.sm-title{
	font-size: 9pt;
	font-weight: bold;
}
.title{
	font-size: 15pt;
	font-weight: bold;
	padding-bottom:5px;
}
.title-dkred{
	font-size: 15pt;
	font-weight: bold;
	padding-bottom:5px;
	color: #51170B;
}
.titlemd-red{
	font-size: 13pt;
	font-weight: bold;
	padding-bottom:5px;
	color: #F00;
}
.title-red{
	font-size: 16pt;
	font-weight: bold;
	padding-bottom:10px;
	color: #51170B;
}
.title-line{
	padding-bottom:10px;
}
.link {
	cursor: hand;
}.main-outline tr td table tr .content-main table tr .bg-ltgray strong {
	color: #333;
}
