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

body {
	background-color: #f9f9f9;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
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.80em;
	line-height: 130%;
	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: #336680; 
	text-decoration: none
}
a:hover { 
	color: #666666; 
	text-decoration: underline
}

a.menu {
	color: #fff;
	font-weight: normal;
	font-size: 0.8em;
	font-family: arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.menu:hover {
	font-size: 0.8em;
	color: #339966;
	text-decoration: none;
}

td {
	background-repeat: no-repeat
}
