<style type="text/css">
body
	{font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a:link {color: #103780; text-decoration: none}

a:visited {color: #FF0033; text-decoration: none}

a:active {color: #103780; text-decoration: none}

a:hover {color: #000000; text-decoration: underline}

td {font-family: sans-serif; font-size: 10pt; }

th { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #330000;
}

h1   {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	line-height: normal;
	color:#30C;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #006;
	font-weight: bold;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #C00;
}

h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #003;
}
h5, h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #03F;
}

.menu1 {font-family: Arial, Helvetica, sans-serif;   font-size: 12px;   color: #000;}

.menu2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 10px;
	azimuth:behind;
	background:#FFF;
	align: middle;
	font-style: italic;
}

.std font {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color:#FFF;
	background-color:#FFFFCC;
	line-height: normal;
	font-weight: normal;
	font-style: normal;
}

.small {color: #000;   font-size: 9px;}

.standard {color: #000;  font-size: 12px;}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
	
.main {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	padding: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFF;
}

.highlight {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #000;
	background-color: #FF6;
}

.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
  color: #660000; font-style: oblique;
}

.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #CCCC66;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}

.small {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	color: #00F;
}

.leftblockindent {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	left: 20px;
	right: 20px;
	position: relative;
}
.picleft {
		width: 170px;
		height: 130px;
		border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
		padding: 5px;
		float: left;
}
	
.pullquote {
		font:14px Arial,Helvitica, sans-serif;
		color: #2A00AA ;
		width: 160px;
		margin: 5px 0px 5px 5px;
		padding: 5px;
		border-bottom: 2px solid #000080;
		border-top: 2px solid #000080;
		float: right;
}
</style>