body {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: Black;
}
td {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: Black;
}
.emph {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #9900CC;
	font-weight: bold;
}
p {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: Black;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: Black;
	font-weight: bold;
}
h2 {
	font-family: "Trebuchet MS";
	color: Black;
	font-size: 14px;
	font-weight: bold;
}
a:link       {
	font-family: "Trebuchet MS";
	color: #9900CC;
	text-decoration: none;
	font-weight: normal;
}
a:visited    { "Trebuchet MS"; color: #9900CC; 
               text-decoration: none; font-weight: normal }
a:active     { "Trebuchet MS"; color: #9900CC; 
               text-decoration: none; font-weight: normal }
a:hover      { "Trebuchet MS"; color: Black; 
               text-decoration: none; font-weight: normal }
.nav {
	font-family: "Trebuchet MS";
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
.border {
	border: 1px solid #000000;
}
.special
{
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #9900CC;
	font-style: italic;
	font-weight: bold;
}
.imageleft
{
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	border: 2px solid #800080;
}
.imageright
{
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
	border: 2px solid #800080;
}
.border
{
	border: 2px solid #800080;
}
blockquote {
	margin: 20px;
	padding: 0 0 0 32px;
	background: #FAFAFA url(images/quote.gif) no-repeat 5px 10px !important;
	background-position: 8px 10px;
	border: 1px solid Silver;
	border-left: 3px solid #9000CC;
	font-weight: bold;
}