html {
	height: 100%;
}

body {
	color: #000000;
	margin-top: 0;
	margin-bottom: 0;
	height: 100%;
	min-height: 100%;
	font-family: Verdana;
	font-size: 9pt;
	background-repeat: repeat-x;
	background-image: url(../../images/bgrndpage.jpg);
	background-color: #000000;
	background-attachment: fixed;
}
h1{
	margin:0px;
	padding:0px;
	font-size: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-variant: small-caps;
}
form { 
  margin: 0;
  padding: 0;
}

input, select, textarea, td {
  font: 9pt Verdana;    
}


  
a:link, a:visited {
	font-weight: bold;
	color: #A62454;
}

a:hover, a:active {
  color: #FFFFFF;
}
a:hover, a:hover {
  color: #92254C;}
  
#background {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	min-height: 100%;
	background-color: #000000;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #92254C;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #92254C;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #92254C;
}

#content {
  padding: 40px;
  padding-top: 10px;
}

.table-border {
	color: #555A5F;
	border: 3px solid #92254C;
	background-color: #000000;
}

.table-header {
	color: #00FF00;
	height: 33px;
	font-weight: bold;
	text-align: center;
	background-image: url(../../images/header-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #92254C;
}

.table-header td {
  font-weight: bold;
}


.table-header-l {
	width: 2px;
	background-image: url(../images/header-bg-l.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.table-header-2 {
	width: 800px;
	background-repeat: no-repeat;
	background-position: left top;
}
.table-header-r {
	width: 2px;
	background-image: url(../images/header-bg-r.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.table-header-empty{
  width: 2px;}
table.rows td {
	color: #CCCCCC;
	background-color: #240A13;
}

.row-color-a {
	color: #1E0B11;
	background-color: #999999;
}
  
.row-color-b {
	color: #12090C;
	background-color: #666666;
}

.small {
  font-size: 8pt;
}

.error {
  font-weight: bold;
  color: #d52727;
  border: 1px dotted #d52727;
  padding: 4px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #FEE7E8;
}

.notice {
  font-weight: bold;
  color: #0097FF;
  padding: 4px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #EFF8E0;
}

.bold {
  font-weight: bold;
}

.hilite {
  background-color: #FFFFFF;
}

.click {
  cursor: pointer;
}

.line-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.banner {
  padding-top: 2px;
  padding-bottom: 3px;
}
#myheader{
	background-image: url(../../images/spankerama_header.jpg);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: bottom;
	padding-top: 100px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
.p-header{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	font-variant: small-caps;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom:10px;
}
.p-header2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #C96;
	font-variant: small-caps;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom:10px;
	font-style: italic;
}
