BODY {
	FONT: 100%  Arial, Verdana, sans-serif;
	COLOR: #ffffff;
	font-size: small;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #000;
}
#hdrtable {
	height:165px;
	background-color: #000;
	background-image: url(../images/logobga.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
}
#hdrtable img {
display:none;
}
.bg1 {
	background-color: #000;
}
.bg2 {
	background-color: #000000;
}
.bg3 {
	background-color: #000000;
}
.formatedtxt {
padding: 0 10px;
}
.emphasize {
	font-weight: bold;
	color: #a7a4d4;
	font-size: 1.2em;
}

.largetxt {
	font-size: large;
	font-weight: normal;
	color: #e2e6f6;
	font-family: "Times New Roman", Times, serif;
}
/********************
* Font stuff
*==================== */
.pagehdr {
	font-size: x-large;
	font-weight: bold;
	color: #b9b0e4;
	font-family: "Times New Roman", Times, serif;
}
.noshow {
	display: none;
}

.paddedbox {
	padding: 10px;
}
.picframe {
	border: 3px solid #666666;
}


.redTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}
.quotes {
	font-family: "Comic Sans MS";
	color: #fee2ff;
	font-size: 1.1em;
}

.saleTxt {
	font-size: 11px;
	color: #CC99FF;
	font-weight: normal;
}
.shoptxt {
	font-weight: bold;
	color: #CC99FF;;
}

.smalltxt {
	font-size: 10px;
}
.smallWhite {
	font-size: 10px;
}
.whiteHdr {
	font-size: 18px;
	font-weight: bold;
}
.soldtxt {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

/********************
* links
*==================== */
A:link {
	TEXT-DECORATION: underline;
}
A:visited {
	TEXT-DECORATION: underline;
}
A:hover {
	TEXT-DECORATION: underline;
}
A:unknown {
	COLOR: #333;
	TEXT-DECORATION: underline;
}
A:active {
	TEXT-DECORATION: underline;
}
A.txt:link {
	COLOR: #FF0000;
}
A.txt:visited {
	COLOR: #FF6633;
}
A.txt:hover {
	COLOR: #FF9966;
}
A.txt:unknown {
	COLOR: #333;
	TEXT-DECORATION: underline
}
A.txt:active {
	COLOR: #009999;
}

A.big:link {
	COLOR: #a7a4d4;;
	font-size: 1.1em;
}
A.big:visited {
	COLOR: #a7a4d4;;
	font-size: 1.1em;
}
A.big:hover {
	COLOR: #FF9966;
	font-size: 1.1em;;
}
A.big:unknown {
	COLOR: #a7a4d4;
	font-size: 1.1em;
}
A.big:active {
	COLOR: #a7a4d4;
	font-size: 1.1em;
}
A.buy:link {
	COLOR: #FF9933;
	font-size: 1.2em;
	font-weight: bold;
}
A.buy:visited {
	COLOR: #FF9933;
	font-size: 1.2em;
	font-weight: bold;
}
A.buy:hover {
	COLOR: #FF6633;
	font-size: 1.2em;
	font-weight: bold;
}
A.buy:unknown {
	COLOR: #FF9933;
	font-size: 1.2em;
	font-weight: bold;
}
A.buy:active {
	COLOR: #FF9933;
	font-size: 1.1em;
	font-weight: bold;
}
A.cur:link {
	COLOR: #FF9933;
	font-size: 1.0em;
	font-weight: bold;
}
A.cur:visited {
	COLOR: #FF9933;
	font-size: 1.0em;
	font-weight: bold;
}
A.cur:hover {
	COLOR: #FF6633;
	font-size: 1em;
	font-weight: bold;
}
A.cur:unknown {
	COLOR: #FF9933;
	font-size: 1.0em;
	font-weight: bold;
}
A.cur:active {
	COLOR: #FF9933;
	font-size: 1.0em;
	font-weight: bold;
}
/********************
* menu stuff
*==================== */
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: center;
	margin-left:1px;

}
.mnuhdg {
	padding-top: 3px;
}
.mnuitem {
	margin:0px;
	height: 22px;
}
.mnuitem a{
	color:#ccc6ed;
	text-decoration:none;
}

a.mnuitem:hover{
	background-image: url(../images/star.gif);
	background-repeat: no-repeat;
	background-position:left;
	color:#FFFFFF;
}
a.mnuitem:active{
	color:#ffffff;
	background-image: url(../images/star.gif);
	background-repeat: no-repeat;
	background-position: left;
}
