/* CSS Document */
.linkCell, .hdCell, .punkCell, .formatCell, .blogCell, .contactCell {
	display: block;
	width: 100%;
	font-family: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: 4px 6px;
	margin-bottom: 0px;
	font-size: 7px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 3px;
	text-align: right;
	background: #A56C18;
}
.linkCell a:link {
	color: #FFF;
	background: #A56C18;
	text-decoration: none;
}
.linkCell a:hover {
	color: #FFF;
	background: #666;
	text-decoration: underline;
}
.hdCell {
	color: #FFF;
	background: #000;	
	text-align: center;
	font-size: 9px;
	text-decoration: none;
}
.blogCell {
	color: #FFF;
	background: #F33;	
}
.blogCell a:link {
	color: #FFF;
	background: #F33;
	text-decoration: none;
}
.blogCell a:hover {
	color: #FFF !important;
	background: #666 !important;
	text-decoration: underline;
}
.punkCell {
	color: #000;
	background: #DE890A;	
}
.punkCell a:link {
	color: #000;
	background: #DE890A;
	text-decoration: none;
}
.punkCell a:hover {
	color: #FFF;
	background: #666;
	text-decoration: underline;
}
.formatCell {
	color: #FFF;
	background: #6C5025;	
}
.formatCell a:link {
	color: #FFF;
	background: #6C5025;
	text-decoration: none;
}
.formatCell a:hover {
	color: #FFF;
	background: #666;
	text-decoration: underline;
}
.contactCell {
	color: #FFF;
	background: #333;	
}
.contactCell a:link {
	color: #FFF;
	background: #333;
	text-decoration: none;
}
.contactCell a:hover {
	color: #FFF;
	background: #666;
	text-decoration: underline;
}
.linkTxtList {
	display: block;
	width: 100%;
	margin-bottom: 0px;
	font-size: 9px;
	color: #FFF;
	letter-spacing: 1px;
	text-align: right;
}
.linkTxtList a {
	text-decoration: none;
	color: #000;
}
.linkTxtList a:hover {
	text-decoration: none;
	color: #FF0000;
}
.css_nav, cms_gotop {
	font: bold 8px/12px "Courier New", Courier, mono bold; 
	letter-spacing: 2px; 
	color: #000; 
	text-decoration: none;
	padding-bottom: 12px;
}
.css_nav a {
	text-decoration: none;
}
.css_nav a:hover {
	color: #FFF;
	text-decoration: underline;
}
.cms_gotop, a.cms_gotop, a:hover.cms_gotop {
	padding: 12px; 
	padding-top: 0; 
	margin-top: -6px; 
	text-align: right; 
	text-decoration: none;
}
.rightCol a {
	text-decoration: none;	
}
.rightCol a:hover {
	text-decoration: underline;	
	color: #FFF;
}