/* frontpage content elements */ @import url("frontpage.css");
/* navigation elements */ @import url("navi.css");
/* form elements */ @import url("forms.css");
/* page content elements */ @import url("pages.css");

 
body	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-color: White;
}

td	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*font-size: 70%;*/
}

input, select, textarea	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

form	{
	margin: 0px;
	display: inline;
}

a img	{
	border: 0px;	
}

p	{
	margin-top: 0px;
	margin-bottom: 20px;
}

/* links */

a:link, a:active	{
	color: #007e50;
}

a:visited	{
	color: #007e50;
}

a:hover	{
	color: #4c9d7f;
}


h1	{
	/*font-size: 16px;*/
	font-size: 140%;
	margin-top: 0px;
	margin-bottom: 15px;
	color: #666666;
	font-weight: bold;
}

h2	{
	/*font-size: 14px;*/
	font-size: 120%;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #666666;
	font-weight: bold;
}

h3	{ 
	/*font-size: 13px;*/ 
	font-size: 110%;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: bold;
}

h4	{
	/*font-size: 12px;*/
	font-size: 100%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}

h5	{
	color: White;
	font-size: 90%;
	padding-left: 9px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #00b272;
	margin: 0px;
	background-image: url(../images/h5_bg.gif);
	border-bottom: 1px solid #40896e;
}



