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

TD.header_cell {
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	background-color: white;
}

TD.header_cell_end {
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	background-color: white;
}

TD.menu_top {
	COLOR: white;
	padding-top: 6px;
	padding-bottom: 6px;
}

TD.menu_top A {
	COLOR: white;
	text-decoration: underline;
}

TD.menu_top A:hover {
	text-decoration: none;
}

TD.menu_left {
	padding-top: 5px;
	width: 185px;
	BACKGROUND: url(content_shadow.gif) repeat-x;
	BACKGROUND-COLOR: white;
}

DIV.menu_left_container {
	padding-top: 5px;
	font-size: 15px;
}

TD.menu_left A {
	line-height: 175%;
	color: #666666;
	text-decoration: none;
	display: block;
	border-bottom: 1px dotted #C0C0C0;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

TD.menu_left A:hover {
	color: #C30809;
}

.content {
	BACKGROUND: url(content_shadow.gif) repeat-x;
	BACKGROUND-COLOR: white;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0px;
}

H1 {
	margin-top: 10px;
	margin-bottom: 2px;
	font-size: 21px;
}

.content H2 {
	font-size: 17px;
	border-bottom: 1px solid #333333;
}

.content H3 {
	font-size: 15px;
}

TD.menu_bottom {
	BACKGROUND-COLOR: white;
	padding-bottom: 15px;
	padding-top: 8px;
}

TD.menu_bottom A {
	color: #333333;
}

TD.menu_bottom A:hover {
	text-decoration: none;	
}

.footer {
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 6px;
	border-top: 1px dotted white;
	border-bottom: 1px dotted white;
	COLOR: white;
}

.footer A {
	COLOR: white;
}

.footer A:hover {
	text-decoration: none;
}