h1, h2, h3, h4 { font-family: Sans-Serif; }
h1
{
	color: #000;
	background-color: #fff;
	font-size: 150%;
	margin-top: 0em;
}
h2
{
	color: #000; 
	background-color: #fff;
	margin-top: 1em;
	margin-bottom: 0em;
	font-size: 130%;
}
h3, h4
{
	color: #000000;
	background-color: #fff;
	font-size: 100%;
}

ul.loose li {
	margin-top: 9pt;
}


#tabs {
	/*padding-bottom: 3ex;*/
	clear: both;
	/*margin-bottom: 3ex; */
	margin-left: auto; 
	margin-right: auto;
	display: table;
	list-style: none outside;
}

#tabs li {
	display: inline;
	padding: 0;
	margin: 0;
	height: 4em;
}

#tabs li a
{
	text-decoration: none;
	text-align: center;
	float: left;
	display: block;
	padding: 1ex 2ex 1ex 2ex;
	color: #000;
	margin: 0;
	border-color: #DDD;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	font-size: 12px;
}



#tabs li:first-child a {
	border-width: 1px 1px 1px 1px;
}

#tabs li#selectedtab a {
	color: #000;
	font-weight: bold;
	background: #E8EBF0;
}

#tabs li a:hover {
    background-color: #E8EBF0;
}

#main
{
margin:10px;
}



#icon
{
	text-align: center;
}


body
{
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	background: white;
	font-size: 14px;
}

img {
    border: none;
}

