.bluetext {font-family: Arial, Helvetica, sans-serif; 
		font-size: 14px; 
		color: #036; 
		font-weight: normal; 
		line-height: 125%; 
		}

.bluetextsmall {font-family: Arial, Helvetica, sans-serif; 
		font-size: 11px; 
		color: #036; 
		font-weight: normal; 
		line-height: 125%; 
		}

.bluetextbold {font-family: Arial, Helvetica, sans-serif; 
		font-size: 14px; 
		color: #036; 
		font-weight: bold; 
		line-height: normal;	
              }
                         
.bluetextboldbig {font-family: Arial, Helvetica, sans-serif; 
		font-size: 16px; 
		color: #339; 
		font-weight: bold; 
		line-height: normal;	
              }
              
.blacktext {font-family: Arial, Helvetica, sans-serif; 
		font-size: 14px; 
		color: #000; 
		font-weight: normal; 
		line-height: normal; 
		}

.blacktextbold {font-family: Arial, Helvetica, sans-serif; 
		font-size: 14px; 
		color: #000; 
		font-weight: bold; 
		line-height: normal;	
              }

.blacktextboldbig {font-family: Arial, Helvetica, sans-serif; 
		font-size: 16px; 
		color: #000; 
		font-weight: bold; 
		line-height: normal;	
              }

a {  	text-decoration: none;
        font-weight: bold;
        color: #063;
	line-height: 125%;
        }

a:hover { text-decoration: underline;
        color:#063;
        font-weight: bold;
	line-height: 125%;
        }

a:visited { text-decoration: none;
        color:#963;
        font-weight: bold;
	line-height: 125%;
        }

a:active { text-decoration: underline;
        color:#063;
        font-weight: bold;
	line-height: 125%;
        } 
        