@charset "utf-8";

* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.font-error {
	font-weight: bold;
	color: #CC3300;
}
.font-header {
	font-size: large;
	font-weight: bold;
}
.font-std {
	font-size:11px;
}
.font-small {
	font-size: small;
}

