@charset "utf-8";
body {
	font-size: 10pt;
	color: #663300;
	background-color: #CCCCCC;
	margin: 0px;
	line-height: 120%;
}
.back1 {
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: bottom;
}
a:link {
	color: #3366CC;
}
a:visited {
	color: #990033;
}
a:hover {
	background-color: #CCCCCC;
	color: #333333;
}
h2 {
	font-size: 12pt;
	color: #006666;
	background-color: #FFFFCC;
	border: 1px dotted #0099FF;
	margin-top: 2px;
	padding: 5px;
	margin-bottom: 2px;
}
h3 {
	font-size: 13px;
	color: #0066CC;
	margin: 2px;
}
h1 {
	font-size: 15pt;
	background-color: #003399;
	color: #FFFFFF;
	padding: 5px;
	margin-bottom: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 30px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC3300;
	border-right-color: #CC3300;
	border-bottom-color: #CC3300;
	border-left-color: #CC3300;
}
.table_outline {
	border: 1px dashed #6666FF;
	margin-left: 7px;
}
.tr_bgcolor {
	background-color: #EEEEFF;
}
.pad50 {
	padding-left: 50px;
	padding-right: 50px;
}
.pad25 {
	padding-left: 25px;
	padding-right: 25px;
}

.top {
	vertical-align: top;
}
hr {
	border: 1px dotted #CCCC99;
}
.font7 {
	font-size: 7pt;
}
.white {
	color: #FFFFFF;
}
