input.white {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 9px;
	color: black;
	background: white;
	border: 1px solid white;
	height: 15px;
}

.tabletext {
	border-style: solid;
	border-color: white;
	border-width: 1px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: white;
}

.bigtext {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 25px;
	color: #ff99ff;
	padding-bottom: 32px;
}

.bigtext2 {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 25px;
	color: #876580;
	padding-bottom: 0px;
}
.bigtext2 a:link, .bigtext2 a:visited {
	color: #876580;
	text-decoration: none;
}
.bigtext2 a:hover {
	color: #ffffff;
	text-decoration: none;
}
.bigtext3 {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 25px;
	color: #876580;
	padding-bottom: 20px;
}

.heading {
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: white;
}

.plaintext {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: white;
}

.navbar {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #cccccc;
}

.navbar2 {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 11px;
    color: white;
    padding-top: 12px;
}

.navbar a:link, .navbar a:visited {
    text-decoration: none;
    color: #cccccc;
}

.navbar a:hover {
    text-decoration: underline;
    color: #cccccc;
}

.btm15 {
	padding-bottom: 15px;
}

.thumbpad {
	padding-right: 30px;
	padding-bottom: 3px;
}

.thumbpad2 {
	padding-right: 30px;
}

.thumbbtm {
	padding-bottom: 3px;
}

.navleft {
	padding-left: 25px;
}

.navright {
	padding-right: 25px;
}

.bodybrdr {
	border-style: solid;
	border-width: 1px;
	border-color: white;
}

.bodybrdr2 {
	padding-left: 15px;
}

.padtop {
	padding-top: 12px;
}

.padbt {
	padding-top: 8px;

}

.infopad {
	padding-left: 40px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.itemtitle {
	font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
	color: white;
}

.itembyline {
	font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
	color: #cccccc;
}

.itemdesc {
	font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 11px;
	line-height: 1.3;
    font-weight: normal;
	color: #333333;
}

#currentpage {
    color: #ff99ff;
}

#lnk {
    color: white;
}

.itemdesc a:link, .itemdesc a:visited {
	text-decoration: none;
	color: #999999;
}

.itemdesc a:hover {
	text-decoration: underline;
	color: #999999;
}

.itemstyle {
	font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 11px;
    font-weight: normal;
	color: #333333;
}

.itemprice {
	font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 11px;
    font-weight: normal;
	color: white;
}

.imgpad {
	padding-left: 8px;
}

.gen {
	font-size: 12px;
	color: #ff99ff;
}

#nav {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 9px;
    line-height: 1.5;
    font-weight: normal;
    color: white;
}

#ft a:link, a:visited {
    text-decoration: none;
    color: #666666;
}

#ft a:hover {
    text-decoration: underline;
    color: #666666;
}

.footerleft {
    padding-left: 60px;
    padding-top: 8px;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 9px;
    color: #666666;
}

.footerright {
    padding-top: 8px;
    letter-spacing: 1px;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 9px;
    color: #666666;
}

a:link {
    text-decoration: none;
    color: white;
}

a:visited {
    text-decoration: none;
    color: white;
}

a:hover {
    text-decoration: underline;
	color: white;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

form {
	margin: 0px;
	padding: 0px;
}

#container {
    display: table;
    height: 100%;
    width: 100%;
    margin: 0;
}

#content {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

#inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    }
