/********************************************
   HTML Elements
********************************************/ 

* {margin: 0;padding: 0;}
body {font-family: Arial, Helvetica, sans-serif;font-size: 13px;color: #585858;line-height: 160%;}

body, p, li, form, ul li p, ol li p {margin: 0;padding: 0;}
ul, ol {margin: 15px;}
ul li {list-style-type: square; margin:0 0 5px 20px;}
ol li {list-style-type: decimal; margin:0 0 5px 20px;}



h1, h2, h3, h4, h5, h6 {margin:0 0 15px; font-weight:normal; color: #333333;}
h1 {font-size: 30px;}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
h4 {font-size: 16px; font-weight: bold}
h5 {font-size: 14px; font-weight: bold}
h6 {font-size: 12px; font-weight: bold}

p {padding-bottom:15px;}

/* Link */

a, a:visited {color:#585858;text-decoration: underline;outline: none;}
a:hover {text-decoration: none;}

a.more, a.more:visited {color:#FF0000;text-decoration: none;outline: none; background:url(../img/arrow.gif) no-repeat left center; display:inline-block; height:11px; width:11px;margin:0 0 0 5px}
a.more:hover {text-decoration: underline;}

/* Tables */

table,
table.tableStyle{
	font-size: 12px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	margin-top: 20px;
	margin-bottom: 20px;
}
table thead tr td,
table thead tr td th,
table.tableStyle thead tr td,
table.tableStyle thead tr td th
{
	font-size: 13px;
	font-weight: bold;
	padding: 8px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	background-color: #ED802F;
}
table tbody tr td,
table.tableStyle tbody tr td
{
	padding: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

table tbody tr th,
table.tableStyle tbody tr th
{
	padding: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	background-color: #cccccc;
	font-weight:bold;
	color: #FFFFFF;
}