body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background_pattern.gif);
	background-repeat: repeat;
	text-align: center;
}
.pageOutline {
	margin: 0px;
	padding: 0px;
	height: 400px;
	width: 740px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	vertical-align: top;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #e6e6e6;
	text-decoration: none;
}
a:visited {
	color: #e6e6e6;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a:active {
	color: #993300;
	text-decoration: none;
}
.rowDivider {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.colDivider {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
.dataTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.tableSmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.shadedRow {
	background-color: #CCCCCC;
}
.subsection_header {
	background-image: url(../images/subsection_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding: 0px 0px 0px 25px;
}
.menuBarRow {
	background-color: #595959;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #e6e6e6;
}
.menuBarCell {
	border-top-width: 2px;
	border-top-color: #666666;
	border-right-width: 1px;
	border-right-color: #e6e6e6;
	border-bottom-width: 2px;
	border-bottom-color: #666666;
}
.lightColorLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #e6e6e6;
}
