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;
	text-decoration: none;
	color: #000000;
	margin-bottom: 0px;
}

h1 {
	font-size: 16px;
	font-family: Arial;
	padding-left: 17px;
	font-weight: bold;
}

h2 {
	font-size: 15px;
	color: #000000;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

h4 {
	font-size: 13px;
}

ol, ul, li {
	font-weight: normal;
}

ol, ul {
	margin: 0px;
	padding: 0px;
}

ul {
        list-style: none;
}

ul li {
        margin-left: -1px;
        padding-left: 12px;
	background-image: url(/images/design/li-black.gif);
	background-position: 3px 6px;
	background-repeat: no-repeat;
}

ol li {
        margin-left: 17px;
}


p {
	text-align: left;
	font-weight: normal;
}

hr {
	margin-top: 0;
	margin-bottom: 0;
}

img {
	border: none;
}

a {
	color: #0000ff;
	text-decoration: underline;
}

form {
	display: inline;
}

.break-hr {
        padding-top: 20px;
	padding-bottom: 20px;
}


