BODY
{
  font-size: 8pt;
  color: #1e1e1e;
  font-family: verdana,arial,helvetica,geneva,sans-serif;
}
P
{
  font-size: 8pt;
  color: #1e1e1e;
  font-family: verdana,arial,helvetica,geneva,sans-serif;
}
A:link	{	
	text-decoration:	none;
	color:	#003399;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#003399;
	}			
A:active	{	
	text-decoration:	none;
	color:	#003399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#CC0000;
}
A
{
  color: #003399;
  text-decoration: none;
}
A.Roll
{
  color: #003399;
  text-decoration: underline;
}
A.Roll:hover
{
  background: white;
  color: #CC0000;
  text-decoration: underline;
}
TD
{
  font-size: 8pt;  
}
.location
{
  font-size: 14pt;
  color: black;
}
.error
{
  color: Red;
}
.errorText
{
  color: red;
  font-size: 10pt;
}
.errorBold
{
  color: red;
  font-size: 10pt;
  font-weight: 600;
}
.welcome
{
  font-size: 14pt;
  background: white;
  color: black;
}
.legalText
{
  color: black;
}
.hidden
{
  visibility: hidden;
  position: relative;
  height:auto;
  top: 0px;
  display:none;  
}
.visible
{
  visibility:visible;
  display:block;
  top: 0px;  
}
.requiredField
{
  color: red;
}
TEXTAREA.TextAreaMonoSpace
{
  font-family: 'Courier New' , Courier;
}
.copyrightText
{
  font-size: 6pt;
  font-family: 'Small Fonts' , sans-serif, helvetica;
}
.transparent
{
  background-color: transparent;
}
.footerRoll
{
  font-size: 7pt;
  color:#003399;
  text-decoration: underline;
}
.footerRoll:hover
{
  font-size: 7pt;
  color: #CC0000;
  text-decoration: underline;
}
INPUT,TEXTAREA,NOTEXTAREA,SELECT
{
  font-size: 8pt;
  font-family: Arial, sans-serif, helvetica;
}
.HelpTitle
{
  font-weight: bold;
  font-size: 12pt;
}
.pageBackground
{
  background-color: #555555;
}
.button
{
  border-right: #004f83 1px solid;
  border-top: #004f83 1px solid;
  border-left: #004f83 1px solid;
  cursor: hand;
  color: #003399;
  border-bottom: #004f83 1px solid;
  background-color: ivory;
}
.textLightLarge
{
  color: #2c2c2c;
}
.textGrey
{
  COLOR: Gray
}
.weighted
{ 
  font-weight: 600;
}
.sectionTitle
{
  font-weight: 600;
  font-size: 12pt;
  color: #414141;
}

/**************************/
/* boxen begin       */
div.boxen
{
  font-size: 8pt;
  color: #636363;
  font-family: tahoma,helvetica,geneva,sans-serif;
}


div.boxen table
{  
  background-color: white;
  }
  
div.boxen table.outline
{    
  border-right: #9a9a9a 1px solid;
  border-top: #9a9a9a 1px solid;
  border-left: #9a9a9a 1px solid;
  border-bottom: #9a9a9a 1px solid;
  background-color: whitesmoke;
}

div.boxen td
{
  padding-right: 4px;
  padding-left: 4px;
  padding-bottom: 2px;
  margin-left: 5px;
  color: #636363;
  margin-right: 7px;
  padding-top: 2px;
  height: 24px;
  background-color: white;
  text-align: left;
}

div.boxen td.border
{
  padding-right: 4px;
  padding-left: 4px;
  padding-bottom: 2px;
  margin-left: 5px;
  margin-right: 7px;
  padding-top: 2px;
  border-bottom: #dcdcdc 1px dotted;
  height: 24px;
  background-color: white;
  text-align: left;  
  color: #636363;
}

div.boxen td.header
{
  font-weight: bolder;
  font-size: 8pt;
  color: dimgray;
  
  padding-right: 4px;
  padding-left: 4px;
  padding-bottom: 2px;
  margin-left: 5px;
  margin-right: 7px;
  padding-top: 2px;
  height: 24px;
  background-color: #dcdcdc;
  text-align: left;  
}

div.boxen a, div.boxen a:visited, div.intro a:active, div.intro a:link
{
  color: #248CBF;  
  text-decoration: none;    
}

div.boxen a:hover
{  
  text-decoration: underline;
}

/* boxen end         */