/* CSS Document */
/*Site Colors
Blue : #336699
*/

body 
 { margin: 9px;
   background-color:#FFFFFF;
   color:#000000; }
   
*
{ font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px; }
  
table.bg 
{ background-image: url('images/gradient1.gif');
  background-repeat:repeat-x;
}

td.bg 
{ background-image: url('images/gradient1.gif');
  background-repeat:repeat-x;
  border: 2px solid #336699;
  font-size: 12pt;
  font-weight: bold;
}

H1
{ font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 36px;
  font-style:italic;
}

H2
{ font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
}
 
H3
{ font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  
}

.link
{ font-family: Georgia, "Times New Roman", Times, serif;
  font-size : 14px;
  text-decoration: none;
  color:#FFFFFF;
}

.footer
{ font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 10px; 
  color : #336699;

}

.frmtitlestyle{
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size:18px; 
    text-decoration : none; 
    font-weight:bold;
    border: 1px solid #000000; 
}

.titlestyle { 
    font-family : Georgia, "Times New Roman", Times, serif;
    font-size:14px; 
    text-decoration : none;  
    text-align: left;
    font-weight:normal;
    
} 

.textstyle {  
    font-family : Georgia, "Times New Roman", Times, serif;
    font-size:8pt; 
    text-decoration : none; 
} 


.formstyle { 
    color: #000000;
    font-family : Georgia, "Times New Roman", Times, serif; 
    font-size:8pt; 
} 

.err_msg {
	color: #FF0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:8pt;
}

.normal {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16pt;
}