 /* navigation elements */ @import url("navi.css");
/* page structure elements */ @import url("pages.css");
/* page structure elements */ @import url("forms.css");
/* section colors */ @import url("colors.css");
/* frontpage elements */  @import url("frontpage.css");

/* general styles */

body	{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: black;
	background-color: White;
}

/* font scaling */

body.small		{font-size: 70%;}
body.large		{font-size: 85%;}
body.x-large	{font-size: 100%;}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* font scaling */

.small input, .small select, .small textarea			{font-size: 11px;}
.large input, .large select, .large textarea			{font-size: 13px;}
.x-large input, .x-large select, .x-large textarea	{font-size: 14px;}

p	{
	margin-top: 0px;
	margin-bottom: 15px;
}

i	{
	font-style: italic;
}

b	{
	font-weight: bold;
}

small	{
	font-size: 95%;
}

big		
{
	font-size: 115%;
}



/* links */

a:link, a:active	{
	text-decoration: underline;
	color: #00436f;
}

a:visited	{
	color: #00436f;
}

a:hover	{
	color: #407293;
}


/* headers */

h1	{
	font-size: 160%;
	font-weight: normal;
	margin: 0px 0px 12px 0px;
	color: #801d28;
	clear: both;
}

h2	{
	font-size: 120%;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	color: #801d28;
}

h3	{
	font-size: 100%;
	margin: 0px 0px 5px 0px;
}