.normalFont
{
font-family: verdana;
font-size: 11px;
}
.siteName
{
font-family: arial;
font-size: 22px;
font-weight: bold;
}
a.whiteLink:link{text-decoration: none; color: black;}
a.whiteLink:visited{text-decoration: none; color: black;}
a.whiteLink:hover{text-decoration: underline; color: red; font-weight: none;}

a.blackLink:link{text-decoration: none; color: white;}
a.blackLink:visited{text-decoration: none; color: white;}
a.blackLink:hover{text-decoration: underline; color: white;}


.formelement {
	BORDER-RIGHT: #666666 1px solid; 
	BORDER-TOP: #666666 1px solid; 
	FONT-SIZE: 8pt; 
	BACKGROUND: #ffffff; 
	BORDER-LEFT: #666666 1px solid; 
	COLOR: #333333; 
	BORDER-BOTTOM: #666666 1px solid; 
	FONT-FAMILY: Verdana, sans-serif, Helvetica, Arial
}.leftrightBorder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}
.bottomBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #663333;
}
.rightBorder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #663333;
}
.topBorder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #663333;
}
.fullBorder {
	border: 1px solid #666666;
}
a:link{color: blue; text-decoraton: underline;}
a:visited{color: blue; text-decoraton: underline;}
a:hover{color: blue; text-decoraton: underline;}