/* general page elements */ @import url("pages.css");
/* navigation elements */ @import url("navi.css");
/* navigation colors */ @import url("colors.css");

/* general styles */

body	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	background-color: white;
}

td	{
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
	font-size: 100%;
}



input, select, textarea	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
	font-size: 11px;
}

a img	{
	border: 0px;
}

p	{
	margin-top: 0px;
	margin-bottom: 15px;
}

small	{
	font-size:90%;
	line-height: normal;
}



/* links */

a:link, a:active	{
	color: #335B9A;
	text-decoration: underline;
}

a:hover	{
	color: #335B9A;
	text-decoration: none;
}

a:visited	{
	color: #335B9A;
}



/* headings */

h1	{
	font-size: 110%; 
	font-weight: bold; 
	margin-top: 0px; 
	margin-bottom: 15px;
}

h2	{
	font-size: 95%; 
	font-weight: bold; 
	margin-top: 0px; 
	margin-bottom: 5px;
}

h3	{
	font-size: 95%; 
	font-weight: bold; 
	margin-top: 0px; 
	margin-bottom: 5px;
}

h4	{
	font-size: 85%; 
	font-weight: bold; 
	margin-top: 0px; 
	margin-bottom: 5px;
}