body
{
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	color: #666;
	vertical-align: top;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	left: 0px;
	top: 0px;
}

a:link, a:visited
{
	color : #000;
	background-color: #fff;
	text-decoration : none;
}

a:hover, a:inactive
{
	color: #900;
	background-color: #fff;
	text-decoration: underline;
}

h1
{
	color: #000;
	background-color: #fff;
	font-size: 14px;
	letter-spacing: 2px;
}

h2
{
	color: #666;
	background-color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
}

/* custom classes */

.address
{
	line-height: 16px;
}

.quote
{
	color: #666;
	background-color: #fff;
	text-indent: 40px;
	font-size: 11px;
	font-style: italic;
}

.alert
{
	color: #900;
	background-color: #fff;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}

.subtxt
{
	color: #666;
	background-color: #fff;
	font-size: 10px;
}

#submenu a:link, #submenu a:visited
{
	color: #999;
	background-color: #fff;
	text-decoration : none;
	font-size: 9px;
}

#submenu a:hover
{
	color: #000;
	background-color: #fff;
	text-decoration : none;
	font-size: 9px;
}

#submenu a:active
{
	color: #900;
	background-color: #fff;
	text-decoration: underline;
	font-size: 9px;
}

/* table classes */

td.top
{
	vertical-align: top;
	left: 0px;
	top: 0px;
}

td.bottom
{
	vertical-align: bottom;
	left: 0px;
	top: 0px;
}

td.topleft
{
	vertical-align: top;
	text-align: left;
	left: 0px;
	top: 0px;
}

td.captions
{
	vertical-align: middle;
	text-align: left;
	left: 0px;
	top: 0px;
}

td.center 
{
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
}

table.center
{
	margin-right: auto;
	margin-left: auto;
}


/* form classes */

.input-box
{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #e4e4e4;
	border: #999 solid 1px;
	padding: 2px;
	width: 120px;

}