P {
			font: 10pt Verdana, Arial, sans-serif; 
			font-weight: normal; 
			color: #663333;}

A {color: #669999; text-decoration: underline;}
A.VISITED {color: #669999; text-decoration: underline;}
A:hover {color: #336666; text-decoration: underline;}

H1 {
			font: 12pt Trebuchet, Arial, Century Gothic, sans-serif; 
			font-weight: normal; 
			color: #663333;}

A {color: #669999; text-decoration: underline;}
A.VISITED {color: #669999; text-decoration: underline;}
A:hover {color: #336666; text-decoration: underline;}

H2 {
			font: 10pt Trebuchet, Arial, Century Gothic, sans-serif; 
			font-weight: normal; 
			color: #663333;}

A {color: #669999; text-decoration: underline;}
A.VISITED {color: #669999; text-decoration: underline;}
A:hover {color: #336666; text-decoration: underline;}


.smallwht {
			font: 8pt Verdana, Arial, Trebuchet, sans-serif; 
			font-weight: normal; 
			color: #ffffff;}
.smallwht A {color: #99CCCC; text-decoration: underline;}
.smallwht A.VISITED {color: #99CCCC; text-decoration: underline;}
.smallwht A:hover {color: #CCFFFF; text-decoration: underline;}

.title {
			font: 10pt Verdana, Arial, sans-serif; 
			font-weight: bold; 
			color: #663333;}
.title A {color: #669999; text-decoration: underline;}
.title A.VISITED {color: #669999; text-decoration: underline;}
.title A:hover {color: #336666; text-decoration: underline;}

.large {
			font: 12pt Trebuchet, Arial, sans-serif; 
			font-weight: bold; 
			color: #663333;}
.large A {color: #669999; text-decoration: underline;}
.large A.VISITED {color: #669999; text-decoration: underline;}
.large A:hover {color: #336666; text-decoration: underline;}

#button {
	width: 12em;
	border-right: 0px;
	padding: 0 0 1em 0;
	margin-bottom: 0em;
	font-family: Verdana, Trebuchet, Arial, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	font-weight: bold;
	background-color: #ffffff;
	color: #ffffff;
	}
	
	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		border-bottom: 8px solid #ffffff;
		margin: 0;
		list-style-image: url('none');list-style-type:none
		}
	
	#button li a {
		display: block;
		padding: 0px 0px 0px 0.5em;
		border-left: 14px solid #669999;
		background-color: #fff;
		color: #669999;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		border-left: 14px solid #336666;
		background-color: #fff;
		color: #336666;
		}
