body
{
	background-color:Black;
	font-family:Century Gothic;
	color:White;
}


table
{
	border-collapse: collapse;
	border-width: thin;
	border-style: none;
	border-color: Black;
	padding-left: 2px;
}
table.full
{
	border-collapse: collapse;
	border-width: thin;
	border-style: none;
	border-color: Black;
	padding-left: 2px;
	width: 100%;
}
td
{
	font-size: x-small;
	font-style: normal;
	vertical-align: text-top;
	vertical-align: top;
}
td.footer
{
	background-color: maroon;
}
td.header
{
	background-color: gray;
}
A
{
	text-decoration: none;
}

A.menu
{
	color: White;
	font-size:11.5px;
	text-decoration: none;
	border-bottom-width: thin;
	border-top-width: thin;
	border-left-width: medium;
	border-right-width: medium;
}
A.menu:hover
{
	color: gold;
}
A.selected
{
	color: gold;
	font-size:11.5px;
	text-decoration:none;
	border-bottom-width: thin;
	border-top-width: thin;
	border-left-width: medium;
	border-right-width: medium;
}
.floatimgleft {
	float:left;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
}

.error
{
	color: gold;
	font-size: xx-small;
	font-weight: bold;
	text-decoration: none;
}
.delete:link
{
	color: gold;
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
}
.delete:visited
{
	color: gold;
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
}

tr.row:hover, tr.over td
{
	background-color: #ffccff;
}


td.supersmall
{
	font-size: xx-small;
	text-decoration: none;
	color: Black;
}

.normal
{
	font-size: x-small;
	font-style: normal;
}

.bold
{
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
}


.bold_underline
{
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
.heading
{
	font-size: medium;
	font-weight: bold;
	
	text-decoration: underline;
}
.heading_small
{
	font-size:smaller;
	font-style: oblique;
	text-decoration: underline;
}
.tablehead
{
	font-size: larger;
	font-style: oblique;
	background-color: Black;
	color: White;
}
.menu
{
	font-size: x-small;
	font-weight:normal;
	color: White;
	text-decoration: none;
}
.supersmall
{
	font-size: xx-small;
	text-decoration: none;
	color:Gray;
}
A.xsupersmall
{
	font-size:xx-small;
	font-family:Century Gothic;
	text-decoration: none;
	color:#666666;
}
.xsupersmall
{
	font-size:xx-small;
	font-family:Century Gothic;
	text-decoration: none;
	color:#666666;
}
.heading_supersmall
{
	font-size: xx-small;
	text-decoration: none;
	font-weight: bold;
	color: Black;
}

INPUT
{
	font-size: 10px;
	text-decoration: none;
	font-family: Verdana, Arial;
	color: #55669d;
}
INPUT.name
{
	font-size: 10px;
	width:175px;
	text-decoration: none;
	font-family: Verdana, Arial;
	color: #55669d;
}
INPUT.email
{
	font-size: 10px;
	width:200px;
	text-decoration: none;
	font-family: Verdana, Arial;
	color: #55669d;
}
INPUT.phone
{
	font-size: 10px;
	width:100px;
	text-decoration: none;
	font-family: Verdana, Arial;
	color: #55669d;
}

SELECT
{
	font-size: 10px;
	text-decoration: none;
	font-family: Verdana, Arial;
}
TEXTAREA
{
	font-size: 10px;
	width:400px;
	height:100px;
	text-decoration: none;
	font-family: Verdana, Arial;
	color: #55669d;
}


