﻿BODY {
background-color : #000000;
margin: 0px;
color: #ffffff;
}

P {
color: #ffffff;
font-family : Arial, Verdana, sans-serif;
font-size : 14px;
}

TD {
color: #ffffff;
font-family : Arial, Verdana, sans-serif;
font-size : 14px;
}


LI {
color: #ffffff;
font-family : Arial, Verdana, sans-serif;
font-size : 14px;
}


UL {
color: #ffffff;
font-family : Arial, Verdana, sans-serif;
font-size : 14px;
}


Table {
color: #ffffff;
font-family : Arial, Verdana, sans-serif;
font-size : 14px;
}

.center {
	text-align: center;
}

/* this group sets the normal link colors */
A:LINK {
	color : #ffffff;
	text-decoration : none;
	font-size: 16px;
	font-weight: bold;
}
A:VISITED {
	color : #ffffff;
	text-decoration : none;
	font-size: 16px;
	font-weight: bold;

}
A:HOVER {
	color : #7b0103;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;

}
A:ACTIVE {
	color : #7b0103;
	font-weight: bold;
	text-decoration : none;
	font-size: 16px;
}

/* this group sets the copyright link colors */
.copyright {
	text-align: center;
	color: #B4AEA7;
	font-size: 10px;
	font-weight: normal;
}

.copyright A:LINK {
	color : #B4AEA7;
	text-decoration : none;
	font-size: 10px;
	font-weight: normal;
}
.copyright A:VISITED {
	color : #B4AEA7;
	text-decoration : none;
	font-size: 10px;
	font-weight: normal;
}
.copyright A:HOVER {
	color : #B4AEA7;
	text-decoration: underline;
	font-size: 10px;
	font-weight: normal;
}
.copyright A:ACTIVE {
	color : #B4AEA7;
	font-weight: bold;
	text-decoration : none;
	font-size: 10px;
}

/* this group sets the ordering link colors */
.order {
	text-align: right;
	color: #c00000;
	font-size: 14px;
	font-weight: normal;
}

.order A:LINK {
	color : #c00000;
	text-decoration : none;
	font-size: 14px;
	font-weight: normal;
}
.order A:VISITED {
	color : #c00000;
	text-decoration : none;
	font-size: 14px;
	font-weight: normal;
}
.order A:HOVER {
	color : #c00000;
	text-decoration: underline;
	font-size: 14px;
	font-weight: normal;
}
.order A:ACTIVE {
	color : #c00000;
	font-weight: bold;
	text-decoration : none;
	font-size: 14px;
}


.image {
	border-width: 0px;
}

h1 {
	color: #7b0103;
	font-size: 18px;
	text-align: left;
}

.content {
	border: 1px solid #FFFFFF;
}
.justify {
	text-align: justify;
}
.indent {
	margin-left: 40px;
}

hr {
	color: #B4AEA7;
	width: 400px;
	line-height: 1px;
}

.rightalign {
	text-align: right;
}

/* HORIZONTAL MENU */

.hbuttons a{
display: block;
text-decoration: none;
font: bold 13px Arial;
color: black;
width: 84px;
height: 29px;
float: none;
display: inline-block;
margin-right: 6px;
background-image:url(images/tabsquare.jpg);
background-repeat: no-repeat;
padding-top: 6px;
text-align:center;
}

.hbuttons a:hover{
background-image:url(images/tabsquareover.jpg);
}

