@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



.border01 {
	border: 1px solid #999999;
}
.heading01 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #9999FF;
	font-weight: bold;
	margin-bottom: 10px;
}

.heading02 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #9966FF;
	font-weight: bold;
	margin-bottom: 10px;
}

.heading03 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #99CC99;
	font-weight: bold;
	margin-bottom: 10px;
}



.devnote {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
.notesbg {
	background-color: #F5F5F5;
}
.divlines {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.txt10 {
	font-size: 10px;
}

