/* navigation elements */ @import url("navi.css");
/* page structure elements */ @import url("pages.css");

body	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #383838;
}

input, textarea, select	{
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p	{
	margin: 0px 0px 20px 0px;
}

a:link, a:visited, a:active	{
	color: #f7921e;
	text-decoration: none;
}

a:hover	{
	color: #e7ac63;
}

h1	{
	font-size: 230%;
	color: #f7921e;
	font-family: Lucida Sans;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	letter-spacing: -1px;
	line-height: normal;
}

h2	{
	font-size: 110%;
	margin: 0px 0px 5px 0px;
}

#textContent h2, h3	{
	font-size: 100%;
	margin: 0px;
}