
 /* ============================================================================ REDEFINITIONS.CSS =============================================================== */

h1 {
	margin:-7px 0px 0px 0px;
	color:#85b4c5;
	font-weight:bold;
	font: 2.3em "Trebuchet MS";
}

h2 {
	margin:0px;
	padding:0px;
	color:#676767;
	font: 1.5em "Trebuchet MS";
}

h3 {
	margin:0px;
	padding:0px;
	color:#85b4c5;
	display:inline;
	font-weight:bold;
	font: 1.0em "Trebuchet MS";
}

h4 {
	margin:0px;
	padding:0px;
	color:#85b4c5;
	display:inline;
	font-weight:bold;
	font: 1.3em "Trebuchet MS";
}

hr {
	width: 100%;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	text-align:left;
	margin-left:0px;
	border-bottom: 2px dotted #85b4c5;
}

.hrOverride {
	width: 100%;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	text-align:left;
	margin-left:0px;
	margin-top:5px;
	border-bottom: 2px dotted #676767;
}


p {
	text-align:justify;
	margin:10px 0px 0px 0px;
	font: 9pt/11pt "Trebuchet MS";
}


a {
	color:#85b4c5;
	text-decoration:underline;
	font: 0.9em "Trebuchet MS";
}

a:hover	{
	color:#4d7888;
	text-decoration:none;
	font: 0.9em "Trebuchet MS";
}

a:active {
	color:#4d7888;
	text-decoration:none;
	font: 0.9em "Trebuchet MS";
}

input[type=text], textarea {
	width:297px;
	margin:0px 0px 0px 0px;
	padding:2px 0px 2px 5px;
	border:1px solid #bbe1ef;
	background-color:#ffffff;
	font: 0.9em "Trebuchet MS";
	background: #ffffff url(/Assets/Images/Interface/Forms/formFieldBg.jpg) repeat-x top left;
}

input[type=submit] {
	color:#35546a;
	cursor:pointer;
	margin:0px 0px 0px 0px;
	border:1px solid #6695a6;
	background-color:#85b4c5;
}

label {
	color:#676767;
	font: 0.9em "Trebuchet MS";
}

form {
	margin:0px;
}

 /* ============================================================================ BROWSER FIX ================================================================= */
 
.clearfix:after {
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0;
	}

.clearfix {
    display:inline-block;
	}
	
* html .clearfix 
{
	height: 1%;
	}
	
.clearfix 
{
	display: block;
	}