/*  -------------------------------------------------------------------------------------------------- 
	High Impact 3.5 - copyright by 4 screen AG, CH 6005 lucerne  

	http://www.highimpact.ch/  
	-------------------------------------------------------------------------------------------------- */

/*  High Impact 3.x - base area ---------------------------------------------------------------------- */

table {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: x-small; 
	font-weight: normal; 
	color: #000000
}

.searchfield {
	border-right: #FFFFFF 1px solid;
	border-left: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: xx-small;		
}

.tablerow {
	border : 1px solid #CCCCCC;
}
TD {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

H1 {
	FONT-SIZE: x-large;
	margin-bottom:  0px;
}

H2 {
	FONT-SIZE: large;
	margin-bottom:  0px;
	font-weight: normal; 
	text-decoration: none
}

H3 {
	FONT-SIZE: medium;
	margin-bottom:  0px;
	font-weight: normal; 
	text-decoration: none
}

H4 {
	FONT-SIZE: small;
	margin-bottom:  0px;
	font-weight: normal; 
	text-decoration: none
}

H5 {
	FONT-SIZE: x-small;
	margin-bottom:  0px;
	font-weight: normal; 
	text-decoration: none
}

H6 {
	FONT-SIZE: xx-small;
	margin-bottom:  0px;
	font-weight: normal; 
	text-decoration: none
}

P {
	font-weight: normal; 
	text-decoration: none
}

.toplink {  
	color: #FFFFFF; text-decoration: none;
}

.toplink:hover {
	color: #FFFFFF; text-decoration: underline;
}

.footerlink {  
	color: #CC0033; text-decoration: none
}
.footerlink:hover {  
	color: #CC0033; text-decoration: underline
}

a {
	color: #CC0033;
	text-decoration: none;
}

a:hover {
	color: #CC0033;
	text-decoration: underline;
}