/* CSS Document */
body {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12pt;
	line-height:  14pt;
	background-color: #FFFFFF;
	margin-left: 50px;
	margin-top: 30px;
	margin-right: 50px;
	color: #000000;
}

a {
	text-decoration: none;
	font-weight: bold;
}

a:link, a:active {
	color: #006666;
	text-decoration: none;

}

a:visited {
	color: #339999;
	text-decoration: none;

}

a:hover {
	color: #003333;
	text-decoration: underline;
}