/* 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/hl-box.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;
}
/* Shell Elements */
.main-outline {
	border: 2px solid #FFFFFF;
	background-color:#FFFFFF;
}
.content-main{
	padding:20px;
	width:678px;
}
/* Background Colors */
.bg-dkppl {
	background:#BA1F00;
}
.bg-white {
	background:#FFFFFF;
}
.bg-teal {
	background:#FAA838;
}
.bg-ltgray {
	background:#E9E9E9;
}
.bg-xltgray {
	background:#F7F7F7;
}
/* Padding Options */
.all-3{
	padding:3px;
}
.all-5{
	padding:5px;
}
.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-ppl{
	font-size: 13pt;
	font-weight: bold;
	padding-bottom:5px;
	color: #E33914;
}
.title-teal{
	font-size: 16pt;
	font-weight: bold;
	padding-bottom:10px;
	color: #BA1F00;
}