.menufont
{
	font-weight: bold;
	font-size: 14px;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.formCaption
{
	font-weight: bold;
	font-size: 12px;
	font-family: verdana;
	color:white;
}

.formHeaderBackground
{
  background:steelblue;
}

.formBodyBackground
{
 background:silver; 
}
.formFieldFont
{
	font-size: 12px;
	font-family: verdana;
}

.formFieldBoldFont
{
	font-weight:bold;
	font-size: 12px;
	font-family: verdana;
}

.instructionFont
{
	font-weight: lighter;
	font-size: 12px;
	color: maroon;
	font-family: verdana;
}

.errorMessage
{
	font-weight: bold;
	font-size: 12px;
	color: red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.defaultfont {
	FONT-SIZE: 12px; COLOR: #003e6f; FONT-FAMILY: Arial, Helvetica-Black-SemiBold
}

.largefont {
	FONT-SIZE: 14px; COLOR: #003e6f; FONT-FAMILY: Arial, Helvetica-Black-SemiBold
}

.extralargefont {
	FONT-SIZE: 18px; COLOR: #003e6f; FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.smallfont {
	FONT-SIZE: 11px; COLOR: #003e6f; FONT-FAMILY: Arial, Helvetica-Black-SemiBold
}
.regularfont {
	FONT-SIZE: 12px; COLOR: #003e6f; FONT-FAMILY: Arial, Helvetica-Black-SemiBold
}
.bluebutton{
BORDER-RIGHT: thin outset; BORDER-TOP: thin outset; FONT-WEIGHT: 900; FONT-SIZE: 8pt; BORDER-LEFT: thin outset; COLOR: #ffffff; BORDER-BOTTOM: thin outset; FONT-FAMILY: Arial; BACKGROUND-COLOR: #669ca3
}

.bluebuttonbilling{
BORDER-RIGHT: thin outset; BORDER-TOP: thin outset; FONT-WEIGHT: 900; FONT-SIZE: 10pt; BORDER-LEFT: thin outset; COLOR: #ffffff; BORDER-BOTTOM: thin outset; FONT-FAMILY: Arial; BACKGROUND-COLOR: #669ca3
}
.sitemgrdatafont {
	FONT-SIZE: 12px; COLOR:Black; FONT-FAMILY: Arial, Helvetica-Black-SemiBold
}

.HeaderBlueBgSmaller {
	FONT-WEIGHT: bolder; FONT-SIZE: 12px; COLOR: #ffffff; FONT-FAMILY: Arial; BACKGROUND-COLOR: #068a9c
}

.button
{
	font-weight: bold;
	font-size: 10px;
	border-left-color: darkgray;
	border-bottom-color: darkgray;
	text-transform: uppercase;
	color: white;
	border-top-style: outset;
	border-top-color: darkgray;
	font-family: Verdana;
	border-right-style: outset;
	border-left-style: outset;
	background-color: steelblue;
	border-right-color: darkgray;
	border-bottom-style: outset;
}
A:link	{	
	text-decoration:	underline;
	color:	#003399;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#FF6633;
	}
	
