body {
	background-color: #FFFFFF;
}

td, body, input, select, textarea, div, p, span {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
td {
	text-align: left;
	vertical-align: top;
}
a {
	color: #CC3333;
	text-decoration: underline;
}

#topbar1 {
	padding: 4px;
	width: 100%;
}
#tabbar1 {
	position: absolute;
	visibility: hidden;
}
.section_wrapper {
	border: 1px dotted #737373;
	margin: 0px 0px 12px;
	padding: 0px;
	width: 100%;
}
.section_header {
	font-weight: bold;
	color: #CC3333;
	background-color: #FFFFCC;
	padding: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CFCF88;
}
.section_content {
	padding: 5px;
}
.in {
	background-color: #FFFFCC;
	border: 1px solid #AFAF51;
	font-size: 11px;
	font-weight: bold;
	color: #7A7A26;
}
.arrow {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
}
.quicklink {
	padding: 3px;
	border-bottom: 1px dotted #7A7A7A;
}
hr {
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 0px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7A7A7A;
}
h3 {
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ABABAB;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	background-color: #EDEDED;
}
.smalltext {
	font-size: 80%;
	color: #666666;
	text-decoration: none;
}
