@import url("stylesheet_reset.css");
@import url("styleSheet_structure.css");
@import url("styleSheet_navigation.css");

/*
------------------------------------------------------
General Classes
------------------------------------------------------
*/
body { font-family:Arial, Helvetica, Verdana, sans-serif; font-size:0.75em; line-height:1.5em; color:#333; background-position:50% 110px; background-color:#fff; background-repeat:no-repeat !important;}

p {margin:0 0 10px 0;}
table, input, textarea, select { font-size: 1em; }

dl { margin:0 0 15px 0;}
	dt {}
	dd {}
.content ul{list-style-image: url(../Images/bulletDash.gif); padding:0 0 0 20px; margin:0 0 15px 0;}
.content ul ul{list-style-image: url(../Images/bulletDot.gif);}
.content ol{ list-style:decimal; padding:0 0 0 20px; margin:0 0 15px 0;}
	.content ul li { padding:0;}
    .content ol li { padding:0 0 5px 0;}
	
legend {font-weight:800;}
label {}
input, select, textarea {font-family:Arial, Helvetica, Verdana, sans-serif;}
input.text_field, input.password { border:1px solid #ccc; background:#fff; width:200px; padding:2px;}
textarea.text_area { border:1px solid #ccc; background:#fff; width:200px; padding:2px;}
select.select_element { padding:2px;}

table.dataTable { width:100%!important; width:99%; margin: 0 0 15px 0;}
	table.dataTable tr{ background:#fff;}
	table.dataTable tr.altRow{ background:#f8f8f8;}
	table.dataTable th{border-bottom:1px solid #ccc; background:#efefef; border-top:1px dotted #ccc; font-weight:800; padding:5px;}
	table.dataTable td{border-bottom:1px solid #ccc; padding:2px 5px;}
	
sup {font-size:0.75em; vertical-align:super;}
sub {font-size:0.75em; vertical-align:sub;}
acronym { text-transform:uppercase; border-bottom:1px dotted;}
abbr { text-transform:uppercase; border-bottom:1px dotted;}
blockquote {}
hr {border: none 0; border-top:1px solid #999; height: 1px; margin:0 0 15px 0;}
small { font-size:0.75em;}
strong {font-weight:800;}
em {font-style:italic;}

/*Links*/
a { color: #006993; text-decoration:underline; }
a:hover {color: #000;text-decoration:underline;}
a:active, a:focus { outline:none; border:none; }
object { outline:none; }

/*Headers*/
h1, h2, h3, h4, h5, h6 {font-size:1em; color:#146e97; font-weight:400; margin:0 0 15px 0;}
h1 {font-size:2.727em; color:#56a1d5; text-transform:uppercase;}
h2 {font-size:1.273em; color:#000;}
h3 {font-size:1.25em;}
h4 {font-size:1.167em;}
h5 {font-size:1.083em;}
h5 {font-size:1.0em;}


.cufon-loading  { 
                visibility: hidden !important;
}


