body, td, th, textarea {
    font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
a:link {
    color: #990000;
	text-decoration: none;
}
a:visited {
    color: #990000;
	text-decoration: none;
}
a:active {
    color: #420000;
	text-decoration: underline;
}
a:hover {
	color: #420000;
	text-decoration: underline;
}
.tanmed {
	font-size: 13px;
	font-weight: bold;
	color: #D7CFB2;
}
.dktanmed {
	font-weight: normal;
	color: #9E844B;
}
.dktanlarge {
	font-weight: normal;
	font-size: 18px;
	color: #7C673A;
}
.title {
	font-size: 24px;
	color: #680001;
}
.subtitle {
	font-weight: bold;
	color: #680001;
}
.legal {
	font-size: 12px;
	color: #333333;
}
.menu_item {
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: .04em;
	border-left: solid 1px #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
}
#m_info { /* Need this style to close up last menu item */
	border-right: solid 1px #FFFFFF;
}