@charset "UTF-8";
/* CSS Document */

body {
	background-color: #f9f9f9;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
}
h1 {
	color: #202020;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 6px;
	padding-bottom: 0px;
}
h2 {
	color: #000;
	font-weight: bold;
	font-size: 0.85em;
	line-height: 135%;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 6px;
	padding-bottom: 0px;
}
p {
	color: #000000;
	font-size: 0.85em;
	line-height: 135%;
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
}
ul { margin-left: 10px; padding-left: 10px }
li { color: #000; font-size: 0.85em; line-height: 125%; font-family: Arial, Helvetica, sans-serif; padding-bottom: 2px }
a { 
	color: #4e8991; 
	text-decoration: none
}
a:hover { 
	color: #666666; 
	text-decoration: underline
}
a.menu {
	color: #fff;
	font-weight: normal;
	font-size: 0.9em;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}
a.menu:hover {
	color: #fff;
	text-decoration: none;
}
td.nav {
	background-color: #000000;
	text-align: center;
	vertical-align: middle;
	padding: 0px 12px
}
td.navact {
	background-color: #666666;
	text-align: center;
	vertical-align: middle;
	padding: 4px 12px
}
td { background-repeat: no-repeat }
blockquote { margin-left: 18px; width: 100% }
