body, p, ul, ol, h1, h2, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
	color: #FF0000;
}
p {
	font-size: 90%;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 1em;
}
h1 {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	margin: 0px;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	color: #FF0000;
	margin: 0px;
}
li {
	font-size: 90%;
	margin-bottom: 1em;
	list-style-type: disc;
	list-style-image: url(/images/bullet.gif); /* MODIFIED FOR SUBFOLDER */
	text-align: left;
}
ul {
	padding-left: 16px;
}
.small {
	font-size: 80%;
	color: #666666;
}
.large {
	font-size: 100%;
}
.details {
	text-align: left;
	font-size: 80%;
}
.blue {
	color: #33B5CC;
}
.green {
	color: #7ACC7A;
}
.orange {
	color: #CC9966;
}
.gold {
	color: #CCCC99;
}
.thumb {
	margin-top: 1px;
	text-align: right;
	font-size: 80%;
	text-decoration: none;
}
.thumblink {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.thumblink:hover {
	color: #000000;
}
.nav {
	text-align: right;
	text-decoration: underline;
}
.navlink {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.navlink:hover {
	color: #000000;
}
.field {
	background-color: #FFFFDD;
	border-top: 1px solid #999966;
	border-right: 1px solid #CCCC99;
	border-bottom: 1px solid #CCCC99;
	border-left: 1px solid #CCCC99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
