﻿ul{
 padding-left:15px;
}


form { padding: 0;
margin: 0; }

.ContentArea
{
font-family:Arial, Tahoma; 
color:black;
font-size:12px; 
line-height:130%; 
text-align:left; 
background-color:white; 
border-left: 1px solid gray;  
border-right: 2px solid gray;  
border-top: 1px solid gray; 
border-bottom: 2px solid gray;
padding:10px;
margin-bottom:10px;
}


/* TEXT styles ------------------------------------ */ 
.textNORMAL
{
  font-family: arial; 
  font-size: 12px;
  color:black;
  line-height:130%;
} 

.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;
} 

.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;
}

body
{
color: black; 
line-height: 115%; 
font-family: "arial", times, serif ;
font-size:10px;
}


.bodyUWTP
{
color: black; 
line-height: 115%; 
font-family: "arial", times, serif 
}