* {
	font-family: Arial, Helvetica, sans-serif;
}
a {
	font-weight: bold;
	color: #6699CC;
	font-size: 12px;
}
table.topmenu {
	height: 24px;
	width: 100%;
	font-size: 12px;
	background-color: #FFEE7C;
	color: #000;
}
table.topmenu td {
	vertical-align: middle;
	text-align: center;
}
table.topmenu a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
table.topmenu a:hover {
	color: #696;
	text-decoration: underline;
}

table.title1 {
	background-color: #669966;
	height: 30px;
	width: 718px;
}

table.title1 td {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
	font-size: 16px;
}
table.title1 td.lefttext {
	text-align: left;
	font-size: 20px;
}
table.title1 td.righttext {
	text-align: right;
	font-size: 11px;
}

table.title2 {
	background-color: #669966;
	height: 30px;
	width: 922px;
}

table.title2 td {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
	font-size: 16px;
}
table.title2 td.lefttext {
	text-align: left;
	font-size: 20px;
}
table.title2 td.righttext {
	text-align: right;
	font-size: 11px;
}

table.content {
	background-color: #FFFFCC;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	border-color: #669966;
	width: 718px;
	padding: 10px;
	spacing: 5px;
}
table.content td {
	vertical-align: top;
	line-height: 16px;
	font-size: 11px;
	color: #666666;
}
table.table600 {
	width: 600px;
}
.small {
	font-size: 11px;
	font-weight: normal;
}
.heading1 {
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
}
.heading2 {
	font-size: 11px;
	font-weight: bold;
}
ul {
	list-style-position: outside;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

