/* global font and colour settings */
body {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 82%; /* This sets the default font size to be equivalent to 10px from 16px */
	color: #064a51;
	background-color: #deeff3;
	margin: 0;
	line-height: 140%;
	margin-top:7px;
}

td { text-align:left; vertical-align:top;}

p { margin:20px;}
br { margin:0px;}

/* default values for links */	
a:link 	  { color: #03919f; font-weight:bold; text-decoration:none; }
a:visited { color: #03919f; font-weight:bold; text-decoration:none; }
a:hover   { color: #333333; font-weight:bold; text-decoration:none; }
a:active  { color: #03919f; font-weight:bold; text-decoration:none; }

hr { color:#FFFFFF;}

h1 {

font-size: 24px;
line-height:24px;

}

/* form elements */



/* no borders on normal images */
img { border: 0; }

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

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

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