
body, textarea, tag, iframe {
	font-family: tahoma, Verdana, Arial;
	font-size: 8pt;
	text-decoration: none;
	scrollbar-face-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-Color: #000000;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	}
.body {
	font-family: tahoma, Verdana, Arial;
	font-size: 8pt;
	text-decoration: none;
}
.subtitle {
	font-family: tahoma, Verdana, Arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
.txtfield, iframe {
	font-family: tahoma, Verdana, Arial;
	font-size: 8pt;
	text-decoration: none;
	border: 1px solid #999999;
}
.btn {
	font-family: tahoma, Verdana, Arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #666666;
	cursor: hand;
}


a:link {
	text-decoration: none;
	color: #800000;
}

a:visited {
	text-decoration: none;
	color: #800000;
}

a:active {
	text-decoration: bold;
	color: #333333;
}

a:hover {
	text-decoration: underline;
	color: #333333;
}