body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}

h1 {
	font-size:24px;
	line-height: 24px;
	color: #FFCC00;
}

h2 {
	font-size:18px;
	color: #000000;
}

h3 {
	font-size:14px;
	color: #000000;
}

.menu a {
	display: block;
	width: 100%;
	font-size: 12px;
	color: #800000;
	background-color: #FFCC00;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

.menu a:hover {
	background-color: #800000;
	color: #FFCC00;
	text-decoration: none;
}

.menu td {
	font-size: 12px;
	line-height: 20px;
	background-color: #FFCC00;
	color: #800000;
	padding: 2px;
	padding-left:5px;
	border-width: 1px;
	border-style: solid;
	border-color: #800000;
}

.contentTable td {
	border-color: #000000;
	border-width: 1px;
	border-style: inset;
}

.changeRed {
	color: #FF0000;
	font-weight : bold;
}

.changeBlue {
	color: #0000FF;
	font-weight : bold;
}

.caption {
	font-size: 9px
}