@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: medium;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}


.errortext {
	font-size: large;
	font-weight:bold;
	color: #FF0000;
}

img { 
	border: 0px; 
}


a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
}




