#master {
	width: 100%;
	font-family: "Microsoft Sans Serif";
	font-size: 100%;
	font-weight: normal;
	position: absolute;
	left: 0px;
	top: 0px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #003300;
}
body {
	margin-right: 0px;
	background-color: #FFFFFF;
}
#content h1 {
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF3300;
	border: 1px dotted #000000;
	display: block;
	width: 90%;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.mail {
	font-size: 10px;
}

.tbl {
	font-family: "Microsoft Sans Serif";
	font-size: 13px;
	background-color: #66FF00;
	border: 1px dotted #000000;
	padding: 7px;
}


#content {
	width: 780px;
	font-family: "Microsoft Sans Serif";
	font-size: 13px;
	font-weight: normal;
	position: relative;
	left: 0px;
	top: 90px;
	height: 100%;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	display: block;
	width: 98%;
}
#content h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	margin-top: 0px;
}

.left {
	padding-right: 6px;
}
.mid {
	padding-right: 6px;
	padding-left: 6px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #000000;
	border-left-color: #000000;
}
.right {
	padding-left: 6px;
}

#content a {
	text-decoration: none;
}

ul {
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	list-style-type: circle;
	list-style-position: inside;
	}
ul li {
	padding-bottom: 3px;
}
