body {
	font-family: sans-serif;
	font-size: 80%;
}

.htitle {
	font-size: 150%;
	font-weight : bold;
}
div.hname {
	padding-top: 3px;
	font-size: 140%;
	font-weight : bold;
}

div.header1 {
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight : bold;
	background: #006699;
	color : #FFA34F
}
div.header2 {
	border-top: 1px solid white;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight : bold;
	background: #D1D7DC;
	color : #006699
}
div.row1 {
	border-top: 1px solid white;
	font-size: 120%;
	font-weight: bold;
	padding-top: 3px;
	background: #EFEFEF;
}
div.row2 {
	padding-left: 15px;
	padding-bottom: 3px;
	background: #EFEFEF;
	color : #000000
}
div.row3 {
	border-top: 1px solid white;
	font-size: 120%;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 1px;
	background: #D1D7DC;
}
div.msg1 {
	border-top: 1px solid white;
	padding-top: 3px;
	padding-bottom: 3px;
	background: #C1C7CC;
	color : #006699
}
div.msg2 {
	font-size: 140%;
	border-top: 1px solid white;
	padding-bottom: 3px;
	background: #EFEFEF;
	color : #000000
}
.msg3 {
	font-size: 80%;
	color : #000000
}
div.msg4 {
	border-top: 1px solid white;
	border-bottom: 4px solid #AFAFAF;
	padding-bottom: 3px;
	font-size: 80%;
	background: #E0E0E0;
	color : #000000
}

a.row1:link {
	font-weight : bold;
 text-decoration: none; color : #006699; }
a.row1:visited {
	font-weight : bold;
 text-decoration: none; color : #5493B4; }
a.row1:hover {
	font-weight : bold;
 text-decoration: underline; color : #DD6900; }

div.quote1 {
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 90%;
}

div.quote2 {
	margin: 15px;
	margin-right: 5px;
	margin-top: 0px;
	padding: 2px;
	border: 1px solid silver;
	background: #FFFFF7;
}

div.quote2_code {
	margin: 20px;
	margin-top: 0px;
	border: 1px solid silver;
	background: #F0F0F0;
	font-family: monospace, sans-serif;
	font-size: 90%;
}

.form1 {
	margin-top: 10px;
	font-size: 80%;
	color : #000000
}
div.error1 {
	border: 1px solid #7F7F00;
	padding: 3px;
	margin-top: 4px;
	margin-bottom: 4px;
	background: #FFFFDF;
	color: red
}

textarea {
	width: 400px;
	height: 200px;
}
