@import "layout.css";
@import url('layout.css');
@import "forms.css";
@import url('forms.css');

body {
	font: 11px Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #F1F5FA;
	margin: 0 0 20px 0;
	color: #254462;
	background: #F1F5FA url(../images/bg.gif) repeat-x center top;
}

p {
	font-size: 12px;
	color: #254462;
	line-height: 17px;
	margin: 0 0 10px 0;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #254462;
}

li {
	color: #254462;
	font-size: 12px;
}

a {
	outline: none;
	color: #0C5AA6;
	text-decoration: none;
}

a:hover {
	color: #6C8CC7;
	text-decoration: none;
}

img {
	border: 0;
}

form {
	padding: 0;
}

h1 {
	font-size: 17px;
	font-weight: bold;
	color: #34526D;
	margin: 0 0 10px 0;
	padding: 0;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #6c8cc7;
	margin: 0;
	padding: 0 0 5px 0;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin:0;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #5f6192;
	padding: 0;
	margin: 0;
}

.bold {
	font-weight: bold;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: block;}

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

/* Fading Tooltips */
#dhtmltooltip{
	position: absolute;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #0C5AA6;
	color: #0C5AA6;
	visibility: hidden;
	z-index: 1000;
}