/*
Author nativeBrand Ltd (www.nativebrand.com)
Copyright 1997 - 2006 (c) Transversal Corporation Ltd
*/

body {	
	text-align: center; /*to center old IE browsers*/
	margin: 12px 0px; 
	padding: 0;
	background: #E0E0DB;	
	color: #000;
	font-size: 0.75em; 
	line-height: 1.5em;	
	font-family: Arial, "Frutiger", "Univers", Helvetica, sans-serif;
}

h1 {font-size:170%;}
h2 {font-size:160%;}
h3 {font-size:150%;}
h4 {font-size:140%; font-weight: normal;}
h5 {font-size:130%;}

a {color: #000; }

a:hover { color: #929292; }

p {margin: 0 0 1em 0;}

p.strong{
	font-weight:bold;
}

abbr, acronym{
	text-decoration: none;
	border: none;
}
abbr:hover, acronym:hover{
	border-bottom: 1px dotted #ccc;
	cursor: default;
}
