body {
	background-color: #e1e1e1;
}
a, a:link, a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.border_left {
	background-image: url(/images/border_left.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.border_right {
	background-image: url(/images/border_right.gif);
	background-repeat: repeat-y;
	background-position: left;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #300c94;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #300c94;
	font-size: 14px;
}
li li {
	list-style-type: square;
	
}
.col_left {
	padding-right: 15px;
}
.bodyTable {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 15px;
}
#highlight {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}
#highlight strong {
	font-size: 18px;
	color: #a50505;
}
#footer {
	padding: 8px 0px 8px 0px;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 14px;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
}
#whatsNewBox {
	padding: 15px 10px 15px 10px;
}
#sideCol {
	background-color: #F1F0DA;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.smaller {
	font-size: 10px;
}
.bigger {
	font-size: 16px;
}
.biggerPurple {
	font-size: 16px;
	color: #300c94;
}
.qtyTextField {
	width: 10px;
}
.alert {
	color: #CC0000;
}
.hdr_row {
	background-color: #E3E3E3;
	font-size: 14px;
	font-family: Helvetica, sans-serif;
}
.module_row {
	background-color: #F3F3F3;
}
.section {
	background-color: #F4F4FF;
}
.editRow {
	border-top: 1px solid #DBDBDB;
	background-color: #F3F3F3;
}
.callout {
	background-color: #F3F3F3;
	padding: 5px;
	border: 1px solid #999999;
}