body
{
	background-color: #ffffff;
}

a:link, a:visited
{
    text-decoration: underline;
    color: #0000FF;
}

/*
a:visited
{
    text-decoration: underline;
    color: #0000FF;
}
a:active
{
    text-decoration: underline;
    color: #0000FF;
}
a:hover
{
    text-decoration: underline;
    color: #0000FF;
}
*/

.menuTable
{
	background-color: #ffffff;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
}
.menuLinks
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
/*
.menuLinks a:link {
    text-decoration: underline;
    color: #000000;
}
.menuLinks a:visited {
    text-decoration: underline;
    color: #000000;
}
.menuLinks a:active {
    text-decoration: underline;
    color: #000000;
}
.menuLinks a:hover {
    text-decoration: underline;
    color: #666666;
}
*/

.headerTable
{
	background-color: #ffffff;
	border-right: #000000 1px solid;
	border-top: #000000 0px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
}
.footerMenu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*font-weight: normal;
	line-height: 20px;*/
	color: #000000;
}
.contentTable
{
	background-color: #ffffff;
	border-right: #000000 1px solid;
	border-left: #000000 1px solid;
}
.contentNormal 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
}
.contentSmall
{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
}

.formText
{
	/*font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*color: #656565;*/
}
.formTextSmall
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #656565;
}
.formInput
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
}
.formErrorBox
{
	width: 100%;
	border-bottom: solid 1px #000000;
	background-color: #FFFFE6;
	padding: 8px 8px 8px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
.formError
{
	/*
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	*/
	font-weight: bold;
}

.contactTable 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
