﻿html
{
    overflow-x: hidden;
}
body
{
    background-color :#ececec;
    padding-left :5px;    
    font-family : Verdana;
    font-size :8pt;
    padding-top :0px;
    width:97%;         
}
.dullText
{
    color: #0000FF;
}
.noteText
{
    color: #004B60;
    font-weight: bold;
    font-size :8pt;
    
}
.largeText
{
    font-size:13px;
	font-weight:bold;	
	/*margin:20px 0px 0px 20px;*/
	color : #004B60;    
 } 
.bigText
{
   font-size:14pt;
   font-weight :bold ;
   color : #004B60;
    
}    
ul
{
    list-style-image:url("images/bullet_blue.gif");
    list-style-type:disc; 

}

.noMargin
{
   margin:0px;
   padding-left:15px;  
}

.error {
	color: #ff0000;		
}
.linkText
{
 color : #004B60;   
}

