BODY {
		margin-top: 0px; 
		margin-left: 0px;
		background: #ffffff;
		color: #000000;
}

A:link {
		color: #0065ba;
}
A:visited {
		color: #cc66ff;
}
A:active {
		color: #0065ba;
}
A:hover {
		color: #73ba25;
		text-decoration:none;
}

A.red:link {
		color: #999999;
}
A.red:visited {
		color: #cc66ff;
}
A.red:active {
		color: #df0000;
}
A.red:hover {
		color: #cc6600;
		text-decoration:none;
}

h1 {
		color: #73ba25;
		font-size: 12pt;
		font-family: Verdana;
		font-weight: bold;
}

h2 {
		font-size: 10pt;
		font-family: Verdana;
		font-weight: bold;
}

p {
		font-size: 9pt;
		font-family: Verdana;
		line-height: 140%;
		text-align: left
}

li {
		font-size: 9pt;
		font-family: Verdana;
		line-height: 140%;
		text-align: left
}

.data {
		color: #c0c0c0;
		font-size: 8pt;
		font-family: Verdana;
		line-height: 110%;
		text-align: right
}

.mail {
		font-size: 9pt;
		font-family: Verdana;
		line-height: 140%;
		text-align: left
}