html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a{
	margin: 0;
	padding: 0;
	border: 0;
	}


body {
	margin: 0 0 0 0;
	padding: 15px 0 0 0;
	font-family: verdana,arial, helvetica, sans-serif;
	font-size: 76%;
	color: #4b4b4b;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: top left;
	}

a {
 color:#ED1C24;
	}
	
	a:hover {
 color:#000;
	}

a:link {
	}
a:visited {
	}
a:active {
	}

a:hover {
	text-decoration: underline;
	}
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
	}
h2 {
	font-size: 1.7em;
	margin: 1em 0em 1.2em 0em;
	font-weight: normal;
	}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}


ol, ul{
	list-style: none;
	font-size: 1.0em;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 0.1em;
	}

li{
	font-size: .9em;
	line-height: 1.2em;
	margin-top: 0em;
	margin-bottom: 0.1em;
	}


p {
	font-size: .9em;
	line-height: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	color:#4b4b4b;
	}
li > p {
	margin-top: 0.2em;
	}
strong, b {
	font-weight: bold;
	}

td{
	vertical-align:top;
}
.clearfix{
	clear:both;
	height:1px;
	font-size:1px;
	}