/* -------------------------------------- */
/* ---------------- Tags ---------------- */
/* -------------------------------------- */

body  {
	background-color: #FFFFE6;
}
h1  { 
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 14pt;
	margin-top: 0;
	margin-bottom: 0;
	color: #6A3500;
}
h2  {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	margin-top: 12;
	margin-bottom: 0;
	color: #6A3500;
}
h3	{ 
	font-family: "Trebuchet MS", Verdana, sans-serif; 
	font-weight: bold; 
	font-size: 10pt; 
	margin-top:0; 
	margin-bottom:0 
}
p   { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10pt; 
	margin-top: 3; 
	margin-bottom: 6; 
}
td   { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10pt; 
	margin-top: 3; 
	margin-bottom: 6; 
}
a:link  { 
	text-decoration: none; 
	color: #B05800 
}
a:visited  { 
	text-decoration: none; 
	color: #6A3500
}
a:hover  { 
	text-decoration: underline; 
	color: #B05800
}
a:active  { 
	text-decoration: none; 
	color: #B05800 
}
li  { 
	font-size: 10pt; 
	margin-bottom: 9 
}

/* ----------------------------------------- */
/* ---------------- Classes ---------------- */
/* ----------------------------------------- */

.bottomlinks    {
	font-size: 9pt;
	color:#800000;
	text-align:center;
	margin-bottom: 0px;
}
.address  {
	font-family: Verdana;
	font-size: 9pt;
	text-align:center;
	color:#999999;
	margin-top: 3px;
}
.maintable {
	background-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EBAD14;
	border-right-color: #B05800;
	border-bottom-color: #B05800;
	border-left-color: #EBAD14;
}
.colheader {
	color: B05800;
	font-weight: bold
}

/* ------------------------------------------------- */
/* ---------------- Side Navigation ---------------- */
/* ------------------------------------------------- */

.sidelinks  {  
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin:9 0; 
	border: 1px solid #EBAD14; 
	padding: 1; 
	text-align:center; 
	text-indent:0;
}
a:link.sidelinks  {
	padding: 3px;
	display: block;
	text-decoration: none;
	color: #333333;
	background-color: #FFFFE6;
}
a:visited.sidelinks  {
	padding: 3px;
	display: block;
	text-decoration: none;
	color: #333333;
	background-color: #FFFFE6;
}
a:hover.sidelinks  {
	padding: 3px;
	display: block;
	color: #FFFFE6;
	background-color:#B05800;
	text-decoration: none;
}
a:active.sidelinks  {
	padding: 3px;
	display: block;
	text-decoration: none;
	color: #333333;
	background-color: #FFFFE6;
	border-right: 2px solid #EBAD14;
}
.Caption {
	font-family: Arial;
	font-weight: normal;
	font-size:  12pt;
	color:      #FF3300; 
}
A.Controls:link    { color:#666666;
                     text-decoration:none;
                     font-family: Arial;
                     font-size:   14pt;
                     font-weight: bold; }
A.Controls:visited { color:#666666; text-decoration:none; 
                     font-family: Arial;
                     font-size:   14pt;
                     font-weight: bold; }
A.Controls:active  { color:#666666; text-decoration:none;
                     font-family: Arial;
                     font-size:   14pt;
                     font-weight: bold; }
A.Controls:hover   { color:#00FF00; text-decoration:none;
                     font-family: Arial;
                     font-size:   14pt;
                     font-weight: bold; }</pre>