/* Gloabl settings */
html {
	/* Always show a scrollbar for short pages. non-ie browsers */
	margin-bottom: 1px;
}
body {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:62.5%; /* This sets the default font size to be equivalent to 10px from 16px */
	color: #000;
	margin: 0;
}

/* Headers from 11px */
h1 {font-size:2.18em; margin:0;}  /* displayed at 24px */
h2 {font-size:1.63em; margin:0;}  /* displayed at 18px */
h3 {font-size:1.36em; margin:0;}  /* displayed at 15px */
h4 {font-size:1em; margin:0;}  /* displayed at 11px */

/* forms and tables for IE/Win mainly */
input, select, th, td {font-size:1em}
form {padding:0; margin:0;} 

/* Links */	
a:link 	  {color: #02628e;}
a:visited {color: #02628e;}
a:hover   {color: #e6ab16;}
a:active  {color: #ffc125;}

.menutext a:link {text-decoration: none;}
.menutext a:visited {text-decoration: none;}
.menutext a:hover {text-decoration: none;}
.menutext a:active {text-decoration: none;}


/* Form Elements */
input,select,textarea {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;}

/* fancy horizontal rules */
div.hr {
  height: 15px;
  background: url(../images/hr.gif) repeat-x;
} 
div.hr hr { display: none; }

.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 */
}