
body {	font-family: Arial, Helvetica, sans-serif; color: #666666;
	font-size: 0.9em; font-weight: normal; line-height: 120%;
}

h1 {
	margin-bottom: 5px;
	font-size: 1.1em;
	font-weight: bold;
}
h2 {	color: #0193ae;
	font-size: 1em;
	font-weight: normal;
}
h3 {	color: #666666;
	font-size: 0.7em;  line-height: 80%;
	font-weight: normal;
}
h6 {
	margin-bottom: 15px;
	font-size: 1.1em;
	font-weight: bold;
}
ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

ul li {
    background-image: url(/img/bullet.jpg);
    background-repeat: no-repeat;
    background-position: 0px 7px;
    padding-left: 14px;
}

a {	color: #006699;
	text-decoration: none; outline: 0;
}
a:hover { 	color: #0dbe32;
	text-decoration: none;  outline: 0;
}
h1 a {	color:#006699;
}


hr {	margin:5px 0 5px 0;
	background: #990000;
	height:5px; border:0;
}

p {	line-height: 130%;
}
