/* Gloabl settings */

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 70.5%; /* This sets the default font size to be equivalent to 10px from 16px */
	color: #000;
	background-color: #fff;
	margin: 0;
	line-height: 140%;
}

/* Headers */
h1 { font-size: 2em; font-weight: bold; margin: 5px 0; }  /* displayed at 24px */
h2 { font-size: 1.5em; font-weight: bold; margin: 5px 0; }  /* displayed at 18px */
h3 { font-size: 1.25em; font-weight: bold; margin: 5px 0; }  /* displayed at 15px */
h4 { font-size: 1em; font-weight: bold; margin: 5px 0; }  /* displayed at 12px */

/* Links */	
a:link 	  { color: #0e4876; }
a:visited { color: #0e4876; }
a:hover   { color: #2e73a9; }
a:active  { color: #2e73a9; }

/* Form Elements */
form { margin: 0; padding: 0 }
input, select, textarea { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 100%; }

/* basically we want to keep buttons as they are, and let CCS2 browsers display nice things nicely */
input[type="text"],
input[type="password"],
textarea,
select { border: 1px solid #58bc06; padding: 2px 3px 3px 3px; }

/* No borders on layout images */
img { border: 0; }

/* general styles */

p { margin: 10px 0 0 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 */
}