body {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	text-align: left;
}
.menu_table {
	margin-bottom: 0px;
	padding-right: 26px;
	vertical-align: baseline;
}
.menu{
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom-color: #FFFFFF;
	text-align: center;
	color: #FFFFFF;
	background: #000000;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	display: block;
}
.menu a:link{
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom-color: #FFFFFF;
	text-align: center;
	color: #FFFFFF;
	background: #000000;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	display: block;
	text-decoration: none;
}
.menu a:visited{
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom-color: #FFFFFF;
	text-align: center;
	color: #FFFFFF;
	background: #000000;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	display: block;
	text-decoration: none;
}
.menu a:hover{
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom-color: #FFFFFF;
	text-align: center;
	color: #C20003;
	background: #FFFFFF;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	display: block;
	text-decoration: none;
}
.menu_down{
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom-color: #FFFFFF;
	text-align: center;
	color: #FFFFFF;
	background: #C20003;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	display: block;
	text-decoration: none;
}
.header{
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #000000;
	text-align: left;
	padding-left: 3px;
	height: 17px;
}
.content{
	text-align: left;
}
.content a:link{
	color: #C20003;
	text-decoration: underline;
}
.content a:visited{
	color: #C20003;
	text-decoration: underline;
}
.content a:hover{
	color: #333333;
	text-decoration: underline;
}
h1 {
	font-size: 14px;
	font-weight: bold;
}
.line_image{
	text-align: center;
}

.emphasis {
	color: #C20003;
	font-weight: bold;
	text-transform: capitalize;
}

