a:hover
{
	text-decoration: none;
	color: #CC0000;
}

.TextHeaderRed
{
	font-family: verdana;
	font-size: 15px;
	line-height: 19px;
	text-decoration: none;
	color: #CC0000;
}

.TextHeaderBlue
{
	font-family: verdana;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
	color: #0066CC;
}

.TextHeader
{
	font-family: verdana;
	font-size: 15px;
	line-height: 13px;
	text-decoration: none;
	color: #555555;
}

.Text
{
	font-family: verdana;
	font-size: 10px;
	line-height: 13px;
	text-decoration: none;
	color: #000000;
}

a.Text:hover
{
	text-decoration: none;
	color: #666666;
}

.textLightGray
{
	font-family: verdana;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
	color: #666666;
}

a.textLightGray:hover
{
	text-decoration: none;
	color: #CC0000;
}

.textWhite
{
	font-family: verdana;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
	color: #ffffff;
}

a.textWhite:hover
{
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

.textGold
{
	font-family: verdana;
	font-size: 9px;
	line-height: 20px;
	text-decoration: none;
	color: #8B7317;
}

.textBlue
{
	font-family: verdana;
	font-size: 9px;
	text-decoration: none;
	color: #0066CC;
}

.TextNav
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
}

a.TextNav:hover
{
	text-decoration: none;
	color: #CC0000;
}

.TextCredit
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

.TextRed
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	text-decoration: none;
}

a.TextRed:hover { color: #8B7317; }
.body_text { color: #666; }

/*mt*/
h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	color: #C90;
}

h1, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
	margin-top: 10px;
	margin-bottom: 10px;
}

h3 a, h3 a:link, h3 a:visited
{
	font-weight: normal;
	color: #C90;
	text-decoration: none;
}

h3 a:hover
{
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
}

h2 { margin-top: 40px; }

h2 a, h2 a:link, h2 a:visited
{
	font-weight: normal;
	color: #C90;
	text-decoration: none;
}

h2 a:hover
{
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
}

/* content */
.content-nav
{
	margin: 10px;
	text-align: center;
}

.date-header,
.entry-content
{
	position: static;
	clear: both;
}

.entry,
.trackbacks,
.comments,
.archive
{
	position: static;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
	clear: both;
	margin: 5px 10px;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
	clear: both;
	font-size: 11px;
	line-height: 140%;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
	clear: both;
	margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }
#comment-author, #comment-email, #comment-url, #comment-text { width: 240px; }

#comment-bake-cookie
{
	margin-left: 0;
	vertical-align: middle;
}

#comment-post { font-weight: bold; }
img.image-full { width: 100%; }

.image-thumbnail
{
	float: left;
	width: 115px;
	margin: 0 10px 10px 0;
}

.image-thumbnail img
{
	width: 115px;
	height: 115px;
	margin: 0 0 2px 0;
}

.heading
{
	color: #666;
	font-size: 14px;
	padding: 0 0 20px 0;
	margin: 0 0 50px 0;
}

ul
{
	padding: 0;
	margin: 10px 10px 20px 10px;
	text-decoration: none;
	color: #C90;
	list-style-type: none;
	list-style-position: default;
	display: block;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

li, li a, li a:link, li a:visited
{
	padding: 0 0 5px 0;
	margin: 0px;
	text-decoration: none;
	color: #C90;
	list-style-type: none;
	list-style-position: default;
	display: block;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

li a:hover { color: #CC0000; }
