body {
	margin: 0;
	padding: 0;
	z-index: 1;

	background-color:#ffffff;

	font-family: Tahoma;
	font-size: 12px;
}

a 		{ color: #666666; text-decoration: none; }
a:hover { color: #000000; text-decoration: none; }

img 	{ border: 0; }
img a 	{ border: 0; }

h1 {
	margin: 0;
	padding: 5px;
	line-height: 1.4em;
	color: #000000;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}

h2 {
	margin: 0;
	padding: 5px;
	line-height: 1.4em;
	color: #000000;
	background: #fae030;
	text-align: left;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 18px;
}

h3 {
	margin: 0;
	padding: 5px;
	line-height: 1.4em;
	color: #000000;
	background: #dddddd;
	text-align: left;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 16px;
}

h4 {
	margin: 0;
	padding: 5px;
	line-height: 1.4em;
	color: #000000;
	background: #eeeeee;
	text-align: left;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 14px;
}

p {
	margin: 0;
	padding: 5px;
	line-height: 1.4em;
	color: #000000;
	text-align: left;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 12px;
}

