body, td {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #663600;
	font-weight: normal;
}

h1 {
	font-family: Helvetica, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #663600;
}

h2 {
	font-family: Helvetica, Arial;
	font-size: 12px;
	font-weight: bold;
	margin:0px;
}

a:link {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #663600;
}

a:visited {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

a:active {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

p {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #663600;
	font-weight: normal;
	margin: 0px;
}

ul {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
}

/*
li
{
	background-image: url(images/brown_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: .6em;
	padding-top: -.5em;
}
*/


/* bold brown links */
a:link, a:visited, a:active, a:hover {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underlined;
	color: #663600;
}

/* bold brown links */
a.boldbrown:link, a.boldbrown:visited, a.boldbrown:active, a.boldbrown:hover {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #663600;
}

/* green links */
a.green:link, a.green:visited, a.green:active, a.green:hover {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #6a971a;
}

/* purple links */
a.purple:link, a.purple:visited, a.purple:active, a.purple:hover {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #690d93;
}


/* red links */
a.red:link, a.red:visited, a.red:active, a.red:hover {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #d31145;
}

.style-brown {color: #663600}
.style-gold {color: #ebab00}
.style-purple {color: #690d93}
.style-green {color: #6a971a}
.style-red {color: #d31145}



