/* CSS Document */
BODY {
	color: #000000;
	background-color: #cc9933;
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-align: justify;
}
p {color: #0099CC; font-family: Arial, sans-serif; font-size: 12px; text-align: justify}
h3 {color:#fe9600; font-family: arial, sans-serif; font-size: 15px;}
h2 {color:#99CC99; font-family: Arial, sans-serif; font-size: 16px; text-decoration:underline; font-weight:bold; }
a:link, a:visited, a:active { color: #fe9600; text-decoration: none; font-style: italic; font-weight:bold;}
a:hover { text-decoration: underline;}
li {color: #cc9933; font-family: Arial, sans-serif; font-size: 12px; text-align: left; font-weight:bold;}

.photo {
	float: left;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: center;
	border: thin none #99cc99;
}
#main .footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.sideline {
	float: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-left-style: dotted;
	border-top-color: #99cc99;
	border-right-color: #99cc99;
	border-bottom-color: #99cc99;
	border-left-color: #99cc99;
	text-align: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	overflow: visible;
	position: static;
	clear: left;
}
