/* CSS Document */

.headerRule {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	margin-left: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #000000;
	border-bottom-color: #000000;
	margin-right: 50px;
	margin-top: 25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
}
.leftAlign {
	text-align: left;
	display: inline;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	padding-right: 10px;
}
#main {
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	width: 700px;
}
.p1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	color: #FFFFFF;
}
.p2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: -15px;
	padding-top: 5px;
}
#col1 {
	width: 140px;
	margin-right: 20px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	display: inline;
	float: left;
}
#col2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	display: block;
	margin-right: 5px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #999999;
}
.style1 {
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: #990033;
}
body {
	background-image: none;
	color: #336600;
	background-color: #FFFFCC;
	background-position: center;
}
#container {
	border: 1px solid #009900;
	padding: 3px;
	width: 720px;
	background-color: #FFFFFF;
	background-position: center;
	text-align: left;
	margin: auto;
}
