.title {  font-size: 20px; font-weight: bold; color: #FFCC33}
.titleaccent {  font-size: 18px; font-style: italic; color: #837B5C}
.notes {  font-size: 10px; color: #837B5C; font-family: Arial, Helvetica, sans-serif}
a:link {  font-weight: bold; color: #FFCC33}
a:visited {  font-weight: bold; color: #8A8FA3}
a:hover {  font-weight: bold; color: #454A7C}
.maincont {  font-size: 12px; color: #40402B}
.sidebar {  font-weight: bold; font-size: 11px; color: #F3E8DD}

ul {
	color: #40402B;
	font: normal 12px Arial, Helvetica, sans-serif;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 5px;
	margin-left: 45px;
	margin-top: 5px;
; margin-right: 20px; padding-right: 5px; padding-left: 5px
}

.blockquote {
	color: #40402B;
	font: normal 12px Arial, Helvetica, sans-serif;
	margin: 10px 30px;
	text-align: justify;
}

.emphasis {
	color: #CC0000;
	font: italic normal 12px Arial, Helvetica, sans-serif;
}

.footer {
	color: #40402B;
	font: 11px Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
}

.sidemenu {
	color: #40402B;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: right;
}

input {  
	background-color: #F3E8DD; 
	color: #40402B
}

textarea {  
	color: #40402B; 
	background-color: #F3E8DD
}

select {  
	color: #40402B;
	background-color: #F3E8DD
}

ol {
	color: #330033; 
	font: normal 12px Arial, Helvetica, sans-serif; 
	list-style-image: none; 
	list-style-position: outside; 
	list-style-type: decimal; 
	margin-bottom: 5px; 
	margin-left: 45px; 
	margin-top: 5px;
	margin-right: 20px; 
	padding-right: 5px; 
	padding-left: 5px 
}

.hidden {
	visibility: hidden; 
	clip:               rect(   ); 
	position: absolute; 
	height: 0px; 
	width: 0px
}