/* page structure elements */ @import url("pages.css");
/* navigation elements */ @import url("navi.css");
/* navigation elements */ @import url("forms.css");


/* general styles */

body	{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
}

input, button, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p	{
	margin: 0px 0px 20px 0px;
}

i	{
	font-style: italic;
}


b	{
	font-weight: bold;
}

blockquote	{
	color: #999999;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
}


/* general links */

a:link, a:active	{
	text-decoration: none;
	color: #000066;
}

a:visited	{
	color: #000066;
	text-decoration: none;
}

a:hover	{
	color: #000000;
	text-decoration: underline;
}

#mainContentSectionFrontpage a:hover,
#mainContentPage a:hover	{
	text-decoration: underline;
}


/* general headers */

h1	{
	font-size: 220%;
	font-weight: normal;
	margin: 0px;
	font-style: italic;
}

h2	{
	font-size: 130%;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding-top: 10px;
}

h3	{
	font-size: 100%;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}


h4	{
	font-size: 100%;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}