body {
	BACKGROUND-COLOR: #FFFFCC;
	COLOR: black;
	FONT-FAMILY: Verdana, Arial, sans-serif;
	FONT-SIZE: 12px;
	SCROLLBAR-ARROW-COLOR: White;
	SCROLLBAR-BASE-COLOR: #336633;
	SCROLLBAR-HIGHLIGHT-COLOR: White;
	SCROLLBAR-SHADOW-COLOR: #006633;
	scrollbar-dark-shadow-color: #CECFEA;
	scrollbar-3d-light-color: White;
}

h1  {
	font-size: 24px;
	color : #006633;
	text-align : center;
}

h2 {
	color : #006633;
	font-size: 18px;
	font-style : italic;
}

h3 {
	font-size : 16px;
	color : #006633;
	text-align : center;
}

h5 {
	COLOR: #006633;
}

th {
	FONT-SIZE: 12px;
	FONT-WEIGHT: bold;
	background-color : #006633;
	color : White;
}

td {
	background-color : #FFFF99;
	font-size : 12px;
}

td.caption {
	background-color : #FFFFCC;
	font-size : 10px;
	font-weight: bold;
	color: Black;
}

td.form {
	background-color : #FFFFCC;
}

td.listen {
	text-align : center;
	vertical-align : middle;
}

ul {
	list-style : none;
}

p.homelinkr {
	text-align: right;
	font-size: 10px;
}

p.homelinkl {
	font-size: 10px;
}

p.address {
	font-size: 14px;
}

A  {
	color : #339933;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;
}

A:Visited  {
	font-weight : bold;
	font-style : normal;
	color : #003333
	text-decoration : none;
}

A:Active  {
	font-weight : bold;
	font-style : normal;
	color : #FF3333;
	text-decoration : underline;
}

A:Hover  {
	color : #0066CC;
	font-style : normal;
	font-weight : bold;
	text-decoration : underline;
}

.small {
	font-size: 10px;
	font-weight : normal;
	color: Gray;
}

.score {
	text-align : center;
}

p.note {
	font-size : 10px;
	font-weight : bold;
}

hr {
	color:  #006633;
	noshade;
	size: 1;
}

input {
	color : #006633;
	border:1px solid;
	font-size: 11px;
	padding-left : 3px;
}

select  {
	color : #006633;
	border: 1px none;
	font-size: 11px;
	width : auto;
}

.button {
	background-color: #006633;
	color: white;
}

.caption {
	background : #CECFEA;
	font-size : 10px;
	color: #565772;
	font-weight : bold;
}

h3.error  {
	color : Red;
	font-weight : bold;
}