html {

margin:0;
width:100%;
height:100%;
padding:0;

}

.logotype {
	font-family: "Zurich BT", Verdana, Arial, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	background-color: #FFCCFF;
}
.nextgigtype {
	font-family: "Zurich BT", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	background-color: #000000;



}
.copytype {
	font-family: "Zurich BT", Verdana, Arial, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 5px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	background-color: #ffffff;



}

a:link.emaillink {
	font-family: "Zurich BT", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	background-color: #FF3399;
	color: #000000;

}


a:hover.emaillink  {
	font-family: "Zurich BT", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	background-color: #ffffff;
	color: #FF3399;

}






