/*--- Zero Out the Defaults ---*/

html, body {
	margin: 0;
	border: 0;
	padding: 0;
}

button {
	background: transparent;
}

table, tr, td {
	margin: 0;
	border: 0;
	padding: 0;
}



/*--- Overall HTML Tag Redefinition ---*/

body {
	color: #030;
	background: #030 url(/g/bg_Body.jpg);
	font: 100.1% Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 0px;
}

p {
	font-size: 0.8em;
}

a:link {
	color: #090;
}

a:hover, a:active {
	color: #FC0;
}

a:visited {
	color: #C60;
}

#headerNav {
	background: url(/g/bg_Texture_1.gif) repeat;
	height: 88px;
	width: 760px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	text-align: center;
	border: none #FFF 0px;
	border-collapse: collapse;
}

#subFooter {
	color: #000;
	font-size: 0.8em;
	margin-top: 15px;
	text-align: center;
}

#subFooter a:link, #subFooter a:hover, #subFooter a:visited {
	color: #000;
	text-decoration: none;
}

#subFooter a:active {
	color: #000;
	text-decoration: none;
}

.greenHi {
	color: #9F0;
}

.greenMed {
	color: #060;
}

.greenLo {
	color: #030;
}

.orangeHi {
	color: #F90;
}

.orangeLo {
	color: #930;
}

.white {
	color: #FFF;
}

.subHead {
	font-size: 105%;
	font-weight: bold;
	color: #060;
}

.subHead2 {
	font-weight: bold;
	color: #060;
	font-size: 90%;
}

.info {
	color: #060;
	font-size: 70%;
}

.noteGray {
	font-size: 82%;
	color: #999;
}

.mainTitle {
	color: #6F0;
	font-size: 105%;
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.byLine {
	color: #6F0;
	font-size: 80%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.subHeadHi {
	font-size: medium;
	font-weight: bold;
	color: #F90;
}

.bgTopRightCorner {
	background-image: url(/g/bg_cells_corner-1.gif);
	background-repeat: no-repeat;
}

.caption {
	font-size: 60%;
	color: #6F0;
	font-style: italic;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.infoHead {
	color: #060;
	font-size: 100%;
	font-weight: bold;
}

.NEW {
	font-size: 12px;
	font-weight: bolder;
}

.shopItem {
	font-size: 90%;
	color: #030;
}
.center {
	text-align: center;
	margin: 0 auto;
}
