@charset "utf-8";
/********************************************
   HTML ELEMENTS
********************************************/ 
html{}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p{margin:0px;padding:0px;}table{border-spacing:0;}fieldset{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:disc; list-style-position:outside; margin-left: 15px; }caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}

ol li {
list-style:decimal; list-style-position:outside; margin-left: 15px; 
}
.clearfix:after {   content: ".";   display: block;   clear: both;   visibility: hidden;   line-height: 0;   height: 0;}

.clearfix { display: inline-block;}

html[xmlns] .clearfix { display: block;}

* html .clearfix {height: 1%;}


body {
	background-image: none;
	background-color:#FFFFFF;
	font-size: 80%;
	font-family:Arial, Helvetica, sans-serif;
	color:#444;
}

p {
	line-height:1.5em;
	padding-bottom:1em;
	font-size: 16;
}
h1, h2, h3, h4, h5, h6 {
	line-height:1em;
	padding-bottom:.25em;
	font-weight:bold;
	color:#000;
}

h1 {
	line-height:20px;
	font-size:22px;
	color:#000;
	margin:0;
}
h2 {
	font-size:18px;
	text-transform: uppercase;
}


h3 {
	font-size:15px;
	color:#00335e;
	text-transform: uppercase;
}
h4 {
	font-size:14px;
	color:#df3940;
}

h5 {
	font-size:13px;
}

h6 {
	font-size:12px;
}

a {
	outline:none;
	color:#666666;
}

i, em {font-style:italic;}
strong, b {font-weight:bold;}

/* CUSTOM STYLES */
table.tableStyle1 {
	font-size:1.1em;
	width:100%;
	border:1px solid #C8C8CE;
	border-collapse:collapse;
}
table.tableStyle1 td, table.tableStyle1 th {
	border:1px solid #C8C8CE;
}
table.tableStyle1 th {
	background:#DEDFE7 url(../images/shell/tbStyle1-th_bg.jpg) repeat-x;
	text-transform:uppercase;
	text-align:left !important;
	font-weight:bold;
	color:#083962;
}
table.tableStyle1 td {
	color:#000;
}


table.tableStyle2 {
	font-size:1.1em;
	width:100%;
	border:1px solid #BCC9D3;
	border-collapse:collapse;
}
table.tableStyle2 td, table.tableStyle2 th {
	border:1px solid #BCC9D3;
	padding:5px;
}
table.tableStyle2 th {
	background:#042E58 url(../images/shell/tbStyle2-th_bg.jpg) repeat-x;
	text-transform:uppercase;
	text-align:left !important;
	font-weight:bold;
	color:#FFF;
}
table.tableStyle2 td {
	color:#000;
}
/*
ul {margin:10px; padding-left:10px; margin-left:15px;}
ul li {list-style:disc; list-style-position:inside;}

ol {margin:10px; padding-left:10px; margin-left:15px;}

ol li {list-style:decimal; list-style-position:inside;}
*/

.boldItalic
{
font-weight:bold;
font-style:italic
}