@charset "UTF-8";
/* CSS Document */

body {
	background: #FFFFFF;
	font: normal 10px/16px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	color: #666;
	margin: 15px;
	}
	
h3 {
	color: #18d;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 30px 0 2px 0;
	}

h2 {
	color: #666;
	font-size: 16px;
	font-weight: normal;
	margin: 0px 0 0px 0;
	}
	
a:link, a:visited {
	color: #000099;
	text-decoration: none;
	}

a:hover, a:active {
	color: #fff;
	background: #9c0;
	}

ul {
	margin: 0;
	padding: 0 23px 10px 27px;
	list-style: none;
	line-height: 1.2em;
	}

li {
	padding-bottom: 7px;
	}
	
p {
	margin: 0 0 0px 0;
	}

p1 {
	font-size: 13px;	}

hr {
border: 0;
color: #9E9E9E;
background-color: #9E9E9E;
height: 1px;
width: 100%;
align: left;
}