/* CSS Document */
.linkCell, .hdCell, .punkCell, .formatCell, .blogCell, .contactCell {
	display: block;
	width: 100%;
	font: bold .65em Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #FFFFCC;
	border-right: 1px solid #A76602;
	border-bottom: 2px solid #945B01;
	border-left: 1px solid black;
	padding: 5px 7px 4px 7px;
	margin-bottom: 0px;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 2px;
	text-align: right;
	background: #A56C18;
}
a.linkCell, a.linkCell:link {
	color: #FFF;
	background: #A56C18;
	text-decoration: none;
}
a.linkCell:hover  {
	color: #FFF;
	background: #666;
}
.hdCell {
	color: #FFF;
	background: #000;	
	text-align: center;
	font-size: .8em;
	text-decoration: none;
}
.punkCell {
	color: #000;
	background: #DE890A;	
}
a.punkCell, a.punkCell:link {
	color: #000;
	background: #DE890A;
	text-decoration: none;
}
a.punkCell:link {
	color: #000;
	background: #DE890A;
	text-decoration: none;
}
a.punkCell:hover  {
	color: #FFF;
	background: #666;
}
.formatCell {
	color: #FFF;
	background: #6C5025;	
}
a.formatCell {
	color: #FFF;
	background: #6C5025;
	text-decoration: none;
}
a.formatCell:link {
	color: #FFF;
	background: #6C5025;
	text-decoration: none;
}
a.formatCell:hover  {
	color: #FFF;
	background: #666;
}
.contactCell {
	color: #FFF;
	background: #333;	
}
a.contactCell {
	color: #FFF;
	background: #333;
	text-decoration: none;
}
a.contactCell:link {
	color: #FFF;
	background: #333;
	text-decoration: none;
}
a.contactCell:hover  {
	color: #FFF;
	background: #666;
}
a.blogCell {
	color: #000;
	background: #FEEFD8;	
}
a.blogCell:link {
	color: #000;
	background: #FEEFD8;
	text-decoration: none;
}
a.blogCell:hover {
	color: #FFF !important;
	background: #C00 !important;
}
.linkTxtList {
	display: block;
	width: 100%;
	margin-bottom: 0px;
	font-size: 9px;
	color: #FFF;
	letter-spacing: 1px;
	text-align: right;
}
a.linkTxtList, a.linkTxtList:hover {
	text-decoration: none;
	color: #000;
}
a.linkTxtList:hover {
	text-decoration: underline;
	color: #FF0000;
}
.tinyLinx {
	display: block;
	width: 100%;
	margin-bottom: 0px;
	font-size: 9px;
	color: #FFF;
	letter-spacing: 1px;
	text-align: right;
	text-transform: lowercase;
}
a.tinyLinx, a.tinyLinx:hover {
	text-decoration: none;
	color: #000;
}
a.tinyLinx:hover {
	text-decoration: underline;
	color: #FF0000;
}

.topNav, a.topNav, a.topNav:link, a.topNav:visited {
	font-size: 80%;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
}
a.topNav:hover {
	text-decoration: underline;
}

