/* navigation elements */ @import url("navi.css");
/* page structure elements */ @import url("pages.css");

/* general styles */

body	{
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #211E1C;
}

td	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

input, select, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

p	{
	margin-top: 0px;
	margin-bottom: 15px;
}

i	{
	font-style: italic;
}

b	{
	font-weight: bold;
}

/* general links */

a:link, a:active	{
	text-decoration: underline;
	color: #00709e;
}

a:visited	{
	color: #00709e;
}

a:hover	{
	color: #1f94c4;
}


/* general headers */

h1	{
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 15px;
}

h2, h3, h4	{
	font-size: 100%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* technical info list */

.technicalInfoList				{margin-bottom: 10px;}
.technicalInfoSearch td,
.technicalInfoList td			{background: #e2e8e6; border-bottom: 1px solid white; padding: 5px 10px !important;}
.technicalInfoList .first td	{padding-top: 25px !important;}
.technicalInfoList .plain td	{background: white;}
.technicalInfoList th,
.technicalInfoList .tableh1	{background: #4295b7; padding: 7px 10px !important; color: white; font-weight: bold; text-align: left; border-bottom: 1px solid white;}

