body{
	background: #fff;
	font-family: Arial, Sans-serif;
	margin: 1em;
	padding: 1em;
	font-size: .8em;
	line-height: 140%;
	color: #000;
}

img{
	display: none;
}

p{
	margin: 0;
	padding: 0 0 2em 0;
}

h1, h2, h3, h4, h5, h6{
	color: #000;
	margin: 0;
	line-height: 150%;
}

h1{
	font-size: 3em;
	padding: 0 0 .5em 0;
}

h2{
	font-size: 2em;
	padding: 0 0 .5em 0;
}

h3{	
	font-size: 1.6em;
	padding: 0 0 .5em 0;
}

h4{
	font-size: 1.4em;
	padding: 0 0 .5em 0;
}

h5{
	font-size: 1.2em;
	padding: 0 0 .5em 0;
}

h6{
	font-size: 1em;
	padding: 0 0 .5em 0;
}

a:active{ color: #000; text-decoration: underline; }
a:link{ color: #000; text-decoration: underline; }
a:visited{ color: #000; text-decoration: underline; }
a:hover{ color: #000; text-decoration: underline; }

#menu ul li a{
	text-decoration: none;
	float: left;
	padding: 30px 15px 0 15px;
	height: 51px;
	color: #000;
	border-right: 1px solid #FBFBFB;
	border-left: 1px solid #BDBDBD;
	font-weight: lighter;
}

#menu ul li a#Active{
	color: #000;
	font-weight: bold;
	text-decoration: underline;
	background-color: #000;
}
