/* general page elements */ @import url("pages.css");
/* navigation elements */ @import url("navi.css");


body, td	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

p	{
	margin-top: 0px;
	margin-bottom: 15px;
}

a:link, a:active, a:visited	{
	color: #3a4d8f;
	text-decoration: underline;
}

a:hover	{
	color: #566aaf;
	text-decoration: underline;
}


h1	{
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 15px;
	font-weight: normal;
	line-height: normal;
}

h2	{
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 5px;
}

h3	{
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 5px;
}

h4	{
	font-size: 11px;
	margin: 0px;
	color: #7f8593;
	font-weight: bold;
}