@import url("reset.css");
@import url("structure.css");
@import url("navigation.css");

/* GLOBAL SETTINGS
--------------------------------------------------------------------------------------- */
html, body {
	border:0;
	margin:0;
	padding:0;
}

body{
	background:#f8f9fb url(../images/bground.jpg) repeat-x;
	color:#50504c;
	font: normal 80%/1.5em Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	text-align:center;
}

body#dpa{
	background:#f8f9fb;
	color:#50504c;
	font: normal 80%/1.5em Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	text-align:left;
	padding:15px;
}
	
.clearfix:after {
	content:"."; 
	display:block;
	height:0; 
	clear:both; 
	visibility:hidden;
}

.clearfix {
	display:inline-table;
}

/* mac hide \*/
	* html .clearfix {height: 1%;}
	 .clearfix {display: block;}
/* End hide */


/* COMMON FORMATTING
--------------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0 0 5px 0;

}

h1 {
	color:#CC0000;
	font-size:20px;
}

h2 {
	font-size:16px;
	color:#333333;
	font-weight:bold;
	padding:5px 0;
}

h3 {
	font-size:14px;
	font-weight:bold;
}

p  {
    color:#211c50;
    line-height:1.6em;
    margin:0;
    padding:0 10px 8px 0;
}

blockquote {
    margin:22px 40px;
    padding:0;
}

strong {
   font-weight:bold;
}

ul, ol {
list-style:none;
padding:0 0 8px 0;
}

li {
padding:0 0 5px 0;
}

img {
border:0;
}

acronym, abbr {
cursor:help;
border-bottom:1px dashed;
}

/* LINKS
--------------------------------------------------------------------------------------- */
a{
color:#3961a3;
text-decoration:underline;

}

a:hover{
color:#66c4f4;
text-decoration:none;
}

/* LISTS
--------------------------------------------------------------------------------------- */


/* FORMS
--------------------------------------------------------------------------------------- */
form {
margin:0;
padding:0;

}

input, select, textarea {

font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

/* TABLES
--------------------------------------------------------------------------------------- */
table {
	border-collapse:collapse;
	margin-bottom:10px;
	margin-top:10px;
	width: 100%;
}
caption {
	text-align: left;
	background: url(../images/bg_caption.jpg) right top;
	font-weight:bold;
	height: 25px;
}
thead th {
	background: url(../images/bg_th.jpg) no-repeat right;
	height: 47px;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: left;
	border-right: 1px solid #FCF1D4;
}
tbody tr {
background: url(../images/bg_td1.jpg) repeat-x top;
}
tbody tr.odd {
	background: #FFF8E8 url(../images/bg_td2.jpg) repeat-x;
}

tbody th,td {
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #777777;
	padding: 3px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	text-align: left;
}
tfoot th {
	background: url(../images/bg_total.jpg) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}
tfoot td {
	background: url(../images/bg_total.jpg) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}


	

/* GLOBAL CLASSES
--------------------------------------------------------------------------------------- */
.clr{
	clear:both;
	height:1px;
	margin-top:-1px;
	overflow:hidden;
}

.floatleft 	{ float:left; }
.floatright { float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }
.img-right2 	{ float:right;margin:24px 0 4px 0px;width:250px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }


.style1 {
  font-size: 21px;
  font-weight: bold;
}


.error_strings{
	font-size:12px;
	color:#FF0000;
	font-weight: bold;
}
