

/* general */

body {
	background-color: #333333;
	margin: 0;
	padding: 0;
	border: 0;
}

td {
	font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	text-align: left;
	vertical-align: top;
}



/* backgrounds */

.divider {
	background-image: url("../img/div.gif");
	background-repeat: repeat-x;
}

.thumbs {
	background-image: url("../img/bg_thumbs.gif");
	background-repeat: repeat;
}

.thumbactive {
	background-color: #C8221F;
	padding: 7px;
}

.thumbgray {
	background-color: #4D4D4D;
	padding: 7px;
}

.thumbdarkgray {
	background-color: #4D4D4D;
	padding: 7px;
}

.thumbgray:hover {
	background-color: #666666;
	padding: 7px;
}



/* links */

a, a:active, a:visited {
	color: #849BA5;
	text-decoration: underline;
}

a:hover {
	color: #DDDDDD;
	text-decoration: underline;
}

a.menu, a.menu:active, a.menu:visited {
	color: #BBBBBB;
	text-decoration: none;
	font-weight: bold;
}

a.menu:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

a.menuactive, a.menuactive:active, a.menuactive:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.menuactive:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

a.submenu, a.submenu:active, a.submenu:visited {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #BBBBBB;
	text-decoration: none;
	font-weight: normal;
}

a.submenu:hover {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #DDDDDD;
	text-decoration: underline;
	font-weight: normal;
}



/* text styles */

.copy { line-height: 16px; }
.infocopy { line-height: 15px; }

.minihead {
	color: #EB221D;
	font-weight: bold;
	line-height: 16px;
	padding: 16px 0 12px 0;
}

.infohead {
	color: #EB221D;
	font-weight: bold;
	line-height: 16px;
}

.infosubhead {
	color: #FFFFFF;
	font-weight: bold;
}

.white {
	color: #FFFFFF;
}

.infodate {
	text-align: right;
	padding: 0 14px 0 0;
}

.details {
	color: #AAAAAA;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
}

.submenuhead {
	color: #FFFFFF;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* images */

.framed {
	background-color: #4D4D4D;
	padding: 24px;
}

.thumb {
	border: 1px solid #333333;
}