/*Body*/

body,td,th {
	font-family: Verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
body, html {
	height: 100%;
}

/*Text*/

.largeHeader {
	color: #482823;
	font-size: 36px;
	font-weight: bold;
}

/*Links*/

a {
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
}

/*Borders */

.leftAndRight {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFCC33;
	border-left-color: #FFCC33;
}
.bottomBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC33;
}
.topBorder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFCC33;
}
.headerBottomBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC33;
}
.topANdBottom {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.grey {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
/*Decoration*/

.leftShadow {
	background-image: url(images/jpg/leftShadow.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.rightShadow {
	background-image: url(images/jpg/rightShadow.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.leftTitleShadow {
	background-image: url(images/jpg/leftShadowTitle.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.rightTitleShadow {
	background-image: url(images/jpg/rightShadowTitle.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

/*Forms*/

.genericbox {
	font-family: verdana, Helvetica, sans-serif;
	border-style: solid;
	border-width: 1px;
	border-color: #FFCC33;
	color: #000000;
	width: 99%;
	height: 18px;
	font-weight: bold;
}
.genericbox2 {
	font-family: verdana, Helvetica, sans-serif;
	font-size: 90%;
	border-style: solid;
	border-width: 1px;
	border-color: #FFCC33;
	color: #000000;
	width: 99%;
	font-weight: bold;
}
.genericbox3 {
	font-family: verdana, Helvetica, sans-serif;
	font-size: 90%;
	border-style: solid;
	border-width: 1px;
	border-color: #FFCC33;
	color: #000000;
	width: 30%;
	font-weight: bold;
}

/*Random*/

.style5 {
	color: #000000;
	font-weight: bold;
}
.style12 {
	color: #FFFFFF;
	font-weight: bold;
}
.picture {
	border: 1px solid #FFFFFF;
}

.tableFrame {
	border: 1px solid #FFCC33;
}
.price {
	color: #FFCC33;
	font-weight:bold;
	font-size:10px;
}
.yellow {color: #FFCC33; font-weight:bold;font-style:italic; text-transform:uppercase;}