<style type="text/css">

BODY {
} 

/* basic elements */
body { 
	font: 12pt Trebuchet MS; 
	color: #555753; 
	margin: 0px; 
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color: #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
	}
p { 
	font:  "Trebuchet MS"; 
	margin-top: 0px; 
	text-align: left;
	color: Blue;
	}
h3 { 
	font: italic normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
a:link { 
	font:  10pt "Trebuchet MS";
	font-weight: bold; 
	text-decoration: none; 
	color: Blue;
	}
a:visited { 
	font:  10pt "Trebuchet MS";
	font-weight: bold; 
	text-decoration: none; 
	color: Blue;
	}
a:hover, a:active { 
	font:  10pt "Trebuchet MS";
	text-decoration: none; 
	color: #7B68EE;
	}

.big {
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	color: Blue;
}

.h1 { font-family:"Trebuchet MS";
	font-size:25px;
	color:#330099;
	font-weight:bold;}
	
.p1 { 
	font:  "Trebuchet MS"; 
	margin-top: 0px; 
	text-align:center;
	color: Blue;}
	

.text { 
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#474747;
	font-weight:bold;
		}
		
.bradcumb:link { 
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#FF6600;
	font-weight:bold;
	text-decoration:none; 
	}
.bradcumb:visited { 
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#FF6600;
	font-weight:bold;
	text-decoration:none; 
	}
.bradcumb:hover, a:active { 
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#474747;
	font-weight:bold;
	text-decoration:underline;
	}
.bkm {
	background-color: #696969;
	color: Yellow;
	font: normal small-caps bolder medium "Trebuchet MS";
		}
.BkmRow {
	background-color: Aqua;
	border: 1px solid Navy;
	font: normal small-caps;
		}


</style>