/* CSS Document */
BODY { color: #669966; background-color: inherit; font-family: Arial, Times New Roman; font-size: 11px;}
p {
	color: #669966;
	background-color: inherit;
	font-family: Arial, "Times New Roman";
	font-size: 12px;
	width: 100%;
}
h2 { background-color: inherit; color:##006666; font-family: Arial, Times New Roman; font-size: 13px; font-weight: bold;}
h3 { background-color: inherit; color:#006666; font-family: Verdana, Arial;}

p.title { color: #006666; background-color: inherit; font-family: Arial, Times New Roman; font-size: 13px; font-weight: bold;}
a:link, a:visited, a:active { color: #006666; background-color: inherit; text-decoration: none;}
a:hover { text-decoration: underline; color:}
.even {
	background-color: #DDFFFF;
	text-align: left;
	width: 95%;
	padding: 3px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #006666;
	border-right-color: #006666;
	border-bottom-color: #006666;
	border-left-color: #006666;
	list-style-type: square;
	list-style-position: inside;
	font-size: 12px;
}
.odd {
	background-color: #FFFFCC;
	text-align: justify;
	width: 95%;
	padding: 3px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #006666;
	border-right-color: #006666;
	border-bottom-color: #006666;
	border-left-color: #006666;
}
.bann {
	background-color: #CCCC99;
	text-align: left;
	width: 100%;
	padding: 3px;
	list-style-type: square;
	list-style-position: inside;
	color: #006666;
	border: thin none #006666;
}

