body {
margin:0px;
padding:0px;
}

.bold, strong {
	color: #46858e;
	font: bold 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.italic, em {
	color: #889a8d;
	font-style:italic;
}

p,body,table {
font-family: Tahoma, Verdana, Arial;
font-size: 11px;
color: #6a786d;
}

A:link { color: #6f95a4; cursor: help; font-weight: bold; text-decoration:none;
}
A:visited { cursor: help; font-weight: bold; text-decoration:none;
	color: #6f95a4;
}
A:active { color: #6f95a4; cursor: help; font-weight: bold; text-decoration:none;
}
A:hover { color: #94b7c5; cursor: help; font-weight: bold;
}