/* general page content */ @import url("pages.css");
/* WSS form elements */ @import url("forms.css");
/* navigation elements */ @import url("navi.css");


/* 2006-11-14 font sizes changed // AK */

/* general styles */

body	{
	background-color: #ffffff;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	/* font-size: 12px;*/
	color: #000000;
}

div, td	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 12pt;*/
	font-size: 12px;
}

p	{
	margin-top: 0px;
	margin-bottom: 15px;
}

p.ingress	{
	font-size: 16px;
	line-height: 26px;
}

/* links */

a:link {
	color: #141654; text-decoration: underline;
}

a:visited {
	color: #141654; text-decoration: underline;
}

a:hover {
	color: #EA7C13; text-decoration: underline;
}


/* headers */

h1	{
	color: #141654;
	font-size: 18pt;
	/*font-size: 24px;*/
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
}

h2	{
	color: #EA7C13;
	/*font-size: 14px;*/
	font-size: 12pt;
	margin-bottom: 5px;
	margin-top: 0px;
	font-weight: bold;
}

h3	{
	/*font-size: 12px;*/
	font-size: 12pt;
	color: #141654;
	margin-top: 0px;
	margin-bottom: 2px;
	font-weight: bold;
}

h4	{
	/*font-size: 11px;*/
	font-size: 10pt;
	color: Black;
	margin: 0px;
}

h5	{
	color: black;
	font-size: 8pt;
	margin: 0px;
}

