@charset "utf-8";
/* CSS Document */

body {
	color:#333333;
	font-family:Tahoma;
	font-size:10pt;
}

.error {
	color:#CC0000;
	font-family:Tahoma;
	font-size:10pt;
}

.link:link, .link:visited {
	color:#003366;
	font-family:Tahoma;
	font-size:10pt;
	text-decoration:underline;
}

.link:hover {
	color:#003366;
	font-family:Tahoma;
	font-size:10pt;
	text-decoration:none;
}

.perview {
	background-color:#FFFFFF;
	font-family:"Courier New", Courier, monospace;
	color:#333333;
	font-size:9pt;
}
