* {
	border-collapse: collapse;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-family: "Lucida Sans", "Lucida grande", "Lucida sans unicode", sans-serif;
}
table {
	border-collapse: collapse;
}

td {
	vertical-align: top;
}

p {
	font-size:11px;
}
a {
	color: #A0001D;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
strong a {
	color:#A0001D;
}
a img {
	border:0px none;
}

img {
	border: 0px solid black;
}

form * {
        margin-bottom:4px;
}

hr {
        margin-bottom: 5px;
        margin-top: 3px;
}


ul li{
	list-style:none;
	list-style:disc;
	margin-left: 20px;
}
ol li {
	margin-left: 20px;
}



body, html, input, textarea {

	font-size:12px;
	font-weight: normal;
	line-height:16px;
	color:#333333;
}

h1 {    color: #00A4C4;
	padding-bottom: 10px;
	padding-top: 6px;
	font-size: 150%;
	font-weight: normal;
	text-transform: uppercase;
}
h2 {    color: #00A4C4;
	font-size: 120%;
	font-weight: normal;
	padding-bottom: 6px;
	padding-top: 4px;
	text-transform: uppercase;
}
h3 {    color: #A0001D;
	font-size: 140%;
	font-weight: normal;
	padding-bottom: 5px;
	padding-top: 2px;
	text-transform: uppercase;
}
h4 {    color: #00A4C4;
	font-size: 130%;
	font-weight: normal;
	padding-bottom: 4px;
	padding-top: 2px;
	text-transform: uppercase;
}
h5 {
	color:#00A4C4;
	font-weight: normal;
	text-transform: uppercase;
}

h6 {
	font-size:12px;
	font-weight: normal;
	color: #00A4C4;
	padding-bottom: 14px;
	text-transform: uppercase;
}


