@charset "utf-8";

/* CSS Document */
hr {
	border-bottom:1px dashed #999999;
	border-top:0px dashed #ffffff;
	border-left:0px dashed #ffffff;
	border-right:0px dashed #ffffff;
	/*width:500px;
	margin-bottom:3px;*/
}
td,.default {
	font-family:trebuchet ms, arial,georgia;
	font-size:20px;
	color:#000000;
}
.ast {
	color:#FF0000;
}
.note {
	color:#FF0000;
	font-size:20px;
}
.note2 {
	color:#FF0000;
	font-size:20px;
	font-family:trebuchet ms, arial,georgia;
}

input,select,textarea {
	font-family:trebuchet ms, arial,georgia;
	font-size:20px;
}