﻿form { padding: 0;
margin: 0; }

.ContentArea
{
font-family:Arial, Tahoma; 
color:black;
font-size:12px; 
line-height:130%; 
text-align:left; 
border-left: 1px solid gray;  
border-right: 2px solid gray;  
border-top: 1px solid gray; 
border-bottom: 2px solid gray;
padding:10px;
margin-bottom:20px;
background-color:#F0F0F0;
}






/* TEXT styles ------------------------------------ */ 
.textMAROON
{
  font-family: arial; 
  font-size: 12px;
  color:Maroon;
  line-height:130%;
} 
.textBLUE
{
  font-family: arial; 
  font-size: 12px;
  color:#4E1389;
  line-height:130%;
} 


.textMAROONbig
{
  font-family: verdana; 
  font-size: 16px;
  color:Maroon;
  line-height:150%;
  font-weight:bold;
} 
.textBLUEbig
{
  font-family: verdana; 
  font-size: 14px;
  color:#4E1389;
  line-height:150%;
  font-weight:bold;
} 


.textNORMAL
{
  font-family: arial; 
  font-size: 12px;
  color:black;
  line-height:130%;
} 

.textNORMALleft
{
  font-family: arial; 
  font-size: 12px;
  color:black;
  line-height:150%;
  text-align:left;
} 


.textBIG
{
  font-family: arial; 
  font-size: 16px;
  color:navy;
} 

.textMEDIUM
{
  font-family: arial; 
  font-size: 13px;
  color:navy;
} 

.textSMALLBOLD
{
  font-family: verdana; 
  font-size: 10px;
  font-weight:bold;
  color:navy;
  margin:0;
  max-height:1;
} 

.textSMALL
{
  font-family: arial; 
  font-size: 11px;
  color:navy;
} 

.textSMALLtb
{
  font-family: arial; 
  font-size: 11px;
  color:black;
  height:13px;
  width:80px;
} 


.textBUTTON
{
  font-family: arial; 
  font-size: 11px;
  color:navy;
} 



a:link
{
  color:navy;
  text-decoration:none;
}
a:visited
{
  color:navy;
  text-decoration:none;
}
a:active
{
  color:navy;
  text-decoration:none;
}
a:hover
{
  color:red;
  text-decoration:underline;
}


.hyperlinkTXT a:link
{
  color:gainsboro;
  text-decoration:none;
  font-family: verdana; 
  font-size: 10px;
  font-weight:bold;
}
.hyperlinkTXT a:visited
{
  color:gainsboro;
  text-decoration:none;
  font-family: verdana; 
  font-size: 10px;
  font-weight:bold;
}
.hyperlinkTXT a:active
{
  color:gainsboro;
  text-decoration:none;
  font-family: verdana; 
  font-size: 10px;
  font-weight:bold;
}
.hyperlinkTXT a:hover
{
  color:wheat;
  text-decoration:underline;
  font-family: verdana; 
  font-size: 10px;
  font-weight:bold;
  margin:0;
  max-height:.1;
}