body { 
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

td {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

h1, h2, h3, h4 {
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 {
	font-size: 16px;
	font-family: Arial;
	margin-bottom: 10px;
	padding-bottom: 6px;
	background: url(/images/design/dotted.gif) repeat-x bottom;
}

h2 {
	font-size: 15px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 10px;
}

h3 {
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 10px;
}

h4 {
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 10px;
}

ol, ul, li {
	font-weight: normal;
	line-height: 15px;
}

ol, ul {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

li {
	margin-left: 15px;
    padding-bottom: 3px;
}


p {
	text-align: left;
	font-weight: normal;
    margin-top: 5;
	margin-bottom: 5;
}

hr {
	height: 1px;
	border: none;
	margin-top: 0;
	margin-bottom: 0;
}

img {

}

a {
	color: #0089b4;
	text-decoration: underline;
}

form {
	display: inline;
}


