/********************************************
   HTML Elements
********************************************/ 

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Tahoma, Arial;
	font-size: 13px;
	color: #000000;
	background-image: url(/img/bodyBgrd.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
	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: 24px;}
h2 {font-size: 22px;}
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 {
	color:#1C4C71;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color:#000000;
	text-decoration: none;
}

/* Tables */

table,
table.tableStyle{
	font-size: 13px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	color: #1C4C71;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
table thead tr td,
table thead tr td th,
table.tableStyle thead tr td,
table.tableStyle thead tr td th
{
	font-size: 18px;
	font-weight: normal;
	padding: 8px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	background-color: #1C4C71;
	background-image: url(/img/table_red.png);
	background-repeat: repeat-x;
}
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: #999999;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	background-color: #D5E8FF;
}

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: #999999;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	background-color: #1C4C71;
	background-image: url(/img/table_red.png);
	background-repeat: repeat-x;
	font-weight:normal;
	font-size:16px;
	color: #FFFFFF;
}


/******************* Column Right ************************/

