/* Import styles */
@import url("reset.css");

/* @group general settings */
body {
	font: normal 0.7512em/1.5em "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	color: #333;
}

html>body {
	font-size: 12px;
}

p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 2.25em 0 0.75em 0; 
}

h1,h2,h3,h4,h5,h6 {
	font: normal 75%/1.5em "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	color: #333;
	text-align: left;
}

h1 {
	font-size: 2em;
	line-height: 0.75em;
	margin: 1.125em 0 0.375em 0; 
}

h2 {
	font-size: 1.6667em;
	line-height: 0.9em;
	margin: 1.35em 0 0.45em 0; 
}

h3 {
	font-size: 1.3333em;
	line-height: 1.125em;
	margin: 1.6875em 0 0.5625em 0; 
}

h4 {
	font-size: 1.1667em;
	line-height: 1.2857em;
	margin: 1.9286em 0 0.6429em 0; 

}

a:link, a:visited, a:hover, a:active {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	font-size: 1em;
	line-height: 1.5em;
}

address {
	margin-top: 2.25em;
	font-style: normal;
}
/* @end */