/* CSS Document */


* {
border:none;
padding:0;
margin:0;
z-index:0;}

html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
   }
   #wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 794px;
	  background-color: #272727;
   }



.headerTxt {
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: bold;
	font-family: helvetica;
	color: #FFFFFF;
}	

.headerTxtDrk {
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: bold;
	font-family: helvetica;
	color: #333;
}	

.bodyTxt {
	font-size: 12px;
	font-family: helvetica;
	color: #cccccc;
	line-height: 140%;
}

.linktxt {
	font-size: 14px;
	font-family: arial;
	color: #FFFFFF;
	
}
a:visited, a:active, a:link {text-decoration: none; color: #ccc;}
a:hover {color: #fff;}

.cattxt {
	font-size: 14px;
	font-family: helvetica;
	color: #FFFFFF;
	line-height: 125%;
}
a:visited {text-decoration: none; color:#555;}
a:active, a:link {text-decoration: none; color: #ccc;}
a:hover {color: #fff;}
