body {
        font-family: "Arial", "Helvetica", sans-serif;
	font-size:11px;
}

* {
        margin: 0px;
        padding: 0px;
        border-collapse: collapse;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        -ff-box-sizing: border-box;
        -webkit-box-sizing: border-box;
}
p,div, tr, table, {
	font-size:12px;
}	

a {
	color: #009EF9;
	text-decoration: underline;
}
a:hover {
	color: #006FF9;
	text-decoration: underline;
}
a:visited {
	REMcolor: #444444;
	REMcolor: #009EF9;
}
h1 {
	color: #000000;
	font-size: 20px;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	margin-top: 0px;
}

h2 {
	color: #000000;
	font-size: 18px;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	margin-top: 0px;
}
h3 {
	color: #000000;
	font-size: 16px;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	margin-top: 0px;
}
h4 {
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	margin-top: 0px;
}
h5 {
	color: #000000;
	font-size: 13px;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	margin-top: 0px;
}
 

p {
	color: #000000;
	text-align:left;
	font-size: 12px;
}
table {
	border-collapse: collapse;
	font-size: 12px;
}

td, th {
	vertical-align: top;
	font-size: 12px;
}

ul,ol {
	list-style-type: disc;
	padding-left: 20px;
}

table.ALTERNATING { }

th {
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid #cccccc;
}

th * {
	text-decoration: none;
}
