/*	
	some simple css hacks

	* html ... { style works on IE PC only } 
	this is the one I use the most. Its easy enough and most other 
	browsers will work with the same styles

*/

html { min-height: 100%; margin-bottom: 1px; }

a:hover {
text-decoration: none; 
}

a:link {
text-decoration: none; 
}

* {
	margin: 0;
	padding: 0;
}

body { 
margin: 0px; 
padding: 0px;
background-color: #A9B3BA;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
color: #474b4f;
/* text-align: center; needed for IE  */

}

body .darkbg { 
background-color: #2f353a;
}

img {
	border: 0;
}

.hide { display: none; }

h3 {
font-size: 18px;
line-height: 24px;
margin-bottom: 10px;
}


p {
	margin: 0 0 1.3em 0;
	line-height: 18px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 3px;
	margin: 30px 0 12px 0;
	clear: both;
}
