body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 9pt;
	background-color: #000000;
	color: #ffffff;
	background-image: url('images/whispy01.gif');
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	/*background-image: url('images/bgGrad01.jpg');
	background-position: bottom left;
	background-repeat: repeat-x;
	background-attachment: fixed;*/
}

::-moz-selection{
	background: #ff0000;
	color: #ffffff;
} 

::selection {
	background: #ff0000;
	color: #ffffff;
}

    input:-webkit-autofill {
        color: #ff0000 !important;
        background-color: #000000 !important;
    }

input, textarea, select {
	color: #ffffff;
	background-color: #333333;
	border: 1px solid red;
}

.radioButton, .checkBox {
	border: none;
	background-color: none;
}

img {
	border: 1px solid #ffffff;
}

h1 {
	margin: 0px;
	color: #ff0000;	
	font-size: 1.6em;
}

h2 {
	/*background-color: #330033;*/
	background-image: url(images/headingBG01.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	padding: 4px;
	margin: 0px;
	margin-top: 8px;
	/*margin: 8px 2px 2px 2px;*/
	border-bottom: 1px solid #ff0000;
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
	color: #ff0000;
	margin-bottom: 3px;
}

h4 {
	margin: 2px;
}

p {
	text-align: justify;
	line-height: 1.4em;
	margin: 6px;
}

.note {
	font-size: .9em;
	font-style: italic;
	color: #aaaaaa;
}

em {
	color: #ff0000;
	font-style: normal;
}

.DJbutton {
	background-color: #990000;
	color: #ffffff;
	border: 1px solid #ff0000;
}

a.DJbutton:link,
a.DJbutton:active,
a.DJbutton:visited {
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

a.DJbutton:hover {
	border: 1px solid #ffffff;
	background-color: #ff0000;
}

a:link, a:active, a:visited {
	color: #ff0000;
	color: #ffaa33;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	text-decoration: underline;
}

a:link img,
a:active img,
a:visited img {
	border: 1px solid #ffffff;
}

a:hover img {
	border: 1px solid #ff0000;
}

table {
	font-size: 9pt;
}

form {
	margin: 0px;
	padding: 0px;
}

.formLabel {
	font-weight: bold;
	text-align: right;
	color: #ff0000;
	white-space: nowrap;
}

.formResult {
	font-weight: bold;
}

.container {
	width: 800px;
	margin: auto;
}

.header {
	text-align: right;
	padding: 0px;
}

.menuBar {
	text-align: right;
	border: none;
	border-bottom: 1px solid #ffffff;
	background-color: #000000;
}

.menuBar table td {
	text-align: center;
	white-space: nowrap;
}

.menuBar table td a:link,
.menuBar table td a:active,
.menuBar table td a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 12pt;
}

.menuBar table .selected a:link,
.menuBar table .selected a:active,
.menuBar table .selected a:visited {
	color: #66ffff;
}

.menuBar table td a:hover,
.menuBar table .selected a:hover {
	color: #ffffff;
}

.special a:link,
.special a:active,
.special a:visited {
	font-size: 10pt;
	font-weight: normal;
	color: #ffcc00;
}

.special a:hover {
	color: #ffffff;
}

.menuBar table .special a:link,
.menuBar table .special a:active,
.menuBar table .special a:visited {
	font-size: 10pt;
	font-weight: normal;
	color: #ffcc00;
}

.menuBar table .special a:hover {
	color: #ffffff;
}

.error {
	color: #ffcc00;
	font-weight: bold;
}

.content {
	padding: 6px;
	
	background-image: url(images/blackTranslucent75.png);
}


.redBox {
	background-color: #550000;
	border: 1px solid #ff0000;
	padding: 4px;
}

.resultHeader td,
.resultFooter td {
	text-align: center;
	background-color: #990000;
	font-weight: bold;
}

.normalBreak td {
	border-top: 1px dotted #444444;
}

.recordBreak td {
	border-top: 1px dotted #cc0000;
}

.photoTable td {
	text-align: left;
	padding: 3px;
	background-color: #000000;
}

.photoFooter td {
	text-align: center;
	background-color: #990000;
	padding: 4px;
	font-weight: bold;
}

.photoAlbum td {
	background-color: #222222;
}

.photoAlbumSelected td {
	background-color: #000000;
}

.photoTable a:link img,
.photoTable a:active img,
.photoTable a:visited img {
	border: 1px solid #ff0000;
}

.photoTable a:hover img {
	border: 1px solid #ffffff;
}

.photoBar {
	text-align: center;
}

.photoBar a:link img,
.photoBar a:active img,
.photoBar a:visited img {
	border: 1px solid #ffffff;
}

.photoBar a:hover img {
	border: 1px solid #ff0000;
}

.schedule ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.schedule td {
	border-bottom: 1px dotted #999999;
	background-color: #222222;
	margin: 0px;
	padding: 6px;
}

.schedule td b {
	color: #ff0000;
}

.contactInfo {
	color: #ffffff;
	font-weight: bold;
}

.footer {
	background-color: #550000;
	font-size: 8pt;
	text-align: right;
	padding: 4px;
	border-bottom: 2px solid #000000;
	margin-bottom: 60px;
}