@charset "UTF-8";
/* CSS Document */

body {
	background-color: #e5dbbb;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 0.88em;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.7em;
}
h1 {
	color: #2b428a;
	font-weight: normal;
	font-size: 2.0em;
	line-height: 1.0em;
}

h2 { color: #3366CC; }
h3 {color:#85411f; 	font-weight: normal;
font-size: 1.4em; line-height: 1.0em;}
pre {font-size: 1.0em; color:#666666; letter-spacing:0.2em;}
.style4 {
	font-weight: bold;
	color: #FFFFFF;
}
a:link {
	color: #660000;
}
a:visited {
	color: #660066;
}
.style5 {
	color: #e5dbbb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
tr td#navigation a:link {color: #fee064;}
tr td#navigation a:visited {color: #e5dbbb;}
tr td#navigation a:hover {color: #f22;}

/* 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;
}
.pullquote {
	width: 250px;
	font-family: georgia;
	padding: 0 6px 0 6px;
	float: right;
	font-weight: normal;
	font-style:italic;
	color: #333333;
	margin: 0 0 6px 6px;
}
.pullquote ul {
	margin-left: 6px;
	padding-left: 6px;
}
.pullquote312 {
	width: 300px;
	font-family: georgia;
	padding: 0 0 0 10px;
	float: right;
	font-weight: normal;
	font-style:italic;
	color: #333333;
	margin: 0 0 6px 6px;
}

