/********************************************
   HTML Elements
********************************************/ 

* {margin: 0;padding: 0;}
body, p, ul, li, ul li p, ol li p, img, form, fieldset, input, textarea, select, button {margin:0; padding:0; border:0}
html {background: #770C0A url(/img/html_bg.png) repeat-x left top}
body {background: url(/img/body_bg.png) no-repeat center top; font: normal 13px/160% Arial, Helvetica, sans-serif;color: #CCCCCC;}

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: #ffffff;}
h1 {font-size: 25px;}
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;}

h2.title {color:#FFFFFF;font-family:Tahoma;font-size:14px;font-weight:bold;margin:0;}
h2.title a, h2.title a:visited {color:#ffffff;text-decoration:none;}
h2.title a:hover {color:#ffffff;text-decoration:underline;}

h5.titleArrow {background:transparent url(/img/arrows/arrowWhiteRight.gif) no-repeat scroll left 7px;margin:0;padding:0 0 0 15px;}
h5.titleArrow a, h5.titleArrow a:visited {text-decoration:none;color:#FFFFFF;font-family:Tahoma;}
h5.titleArrow a:hover {color:#ffffff;text-decoration:underline;}

h5.titleArrow.borderBottom {background:transparent url(/img/arrows/arrowWhiteRight.gif) no-repeat scroll left 12px;border-bottom: 1px dashed #4B0403;margin:0;padding:5px 0 5px 15px !important;}


/* Link */

a, a:visited {color:#CCFF00;text-decoration: none;outline: none;}
a: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: #9A2E0F;
}
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;
	background-color: #fafafa;
}

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: #CE4A24;
	font-weight:bold;
	color: #FFFFFF;
}