@import "layout.css";
@import url('layout.css');

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-attachment: scroll;
	background-color: #FFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6a7a8b;
	line-height: 20px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7e7e7e;
}

a {
	outline:none;
	color: #0099CC;
	text-decoration: none;
}

a:hover {
	color: #00CCFF;
	text-decoration: none;
}
h1 {
	font-size: 22px;
	font-weight: normal;
	color: #103F6F;
	margin-top: 0px;
	padding-top: 0px;
}
img {
	border:0;
	}
form {
	padding:0;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	color: #103F6F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
}
h3 {

	font-size: 13px;
	font-weight: normal;
	color: #103F6F;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
