a:focus { 
	font-weight: bold;
	color: #804000;
	text-decoration: none; 
}
a:link { 
	font-weight: bold; 
	color: #804000; 
	text-decoration: none; 
}
a:visited {  
	font-weight: bold; 
	color: #804000;
	text-decoration: none; 
}
a:hover	{
	font-weight: bold; 
	color: #0082BE;
	text-decoration: none; 
}
a:active {
	font-weight: bold; 
	color: #0082BE;
	text-decoration:none; 
}
body { 
	font-size: 10px;
	font-family: Verdana, Arial;
	background-color: #d2c09e; 
}
h2 {
	font-weight: ;
	font-size: 14px;
	font-color: #;
	border-bottom: ;
}
h3 {
	text-decoration: ;
	font-size: 12px;
	font-weight: bold;
	font-color: #;
	margin-top: 0px;
}
table.main {
	background-color: #F7EED3;
	border-color: #804000;
	border-style: solid;
	border-width:2px;
}
table.vis {
	border-style: solid;
	background-color: #F7EED3;}
}
table.vis td {
	border-style: solid;
	background-color: #FFEECC;
}
th {
	border-style: solid;
	text-align: left;
	background-color: #BB9955;
	font-weight:bold;
}
input, select {
	font-weight: ;
	font-size: 13px;
	background-color: #;
}
textarea {
	font-size: 13px;
	border-style: ;
	font-weight: ;
	border-color: #;
	background-color: #;
}
table.row_a { 
background-color: #F7EED3;
}
table.row_b { 
background-color: #DDBB77;
}

.quote {
	margin: 5px 20px 5px;
	padding: 5px;
	border: 1px inset ;
}

.quote_content {
	font-style: italic;
}