/*
font-size pixel to percent list
32px	200-203
30px	188-190
28px	175-178
26px	163-165
24px	150-153
22px	138-140
20px	125-128
19px	119-121
18px	113-115
17px	107-109
16px	100-103
15px	94-96
14px	88-90
13px	82-84
12px	75-78
11px	69-71
10pxs	63-65
*/

* {
	margin: 0;
	padding: 0;
}
.clearing {
	width: 100%;
	height: 0;
	clear: both;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 1.5;
	color: #000000;
	background: #ffffff;
	margin: 0px 0px 30px;
	padding: 0px;
	text-align: center;
}
a:link, a:visited {
	color: #444444;
	text-decoration: underline;
}
a:hover, a:active {
	color: #999999;
	text-decoration: none;
}
img {
	border: 0;
}
h1 {
}
h2 {
}
h3 {
	font-size: 89%;
}
h4 {
}
p {
	font-size: 76%;
	margin-bottom: 20px;
}

/*--------------------------------
HOME
---------------------------------*/