/* general page elements */ @import url("pages.css");
/* navigation elements */ @import url("navi.css");


body	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

td, input, select, textarea	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a img	{
	border: 0px;	
}

p	{
	margin-top: 0px;
	margin-left: 2px;
	margin-bottom: 15px;
}

/* headings */

h1	{
	font-size: 17px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}


h3, h4	{
	margin-top: 0px;
}


h4	{
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
}

/* links */

a:link, a:active	{
	color: #005284;
}

a:visited	{
	color: #005284;
}

a:hover	{
	color: #4c86a9;
}


.nobullet {
list-style-type: none;
margin-left: -30px;
}
