body   { color: #210; 
         font-size: 11px; 
         font-family: Georgia, "Times New Roman", Times, serif;
		 
        }

.boldtext  { 
        color: #210; 
        font-size: 16px; 
        font-family: Georgia, "Times New Roman", Times, serif; 
        font-weight: bold 
        }
		
.boldtext a:link, .boldtext a:visited { 
		color: #210; 
		font-size: 16px; 
		font-family: Georgia, "Times New Roman", Times, serif; 
		font-weight: bold; 
		text-decoration: none;
		}
		
.boldtext a:hover { 
		color: #210; 
		font-size: 16px; 
		font-family: Georgia, "Times New Roman", Times, serif; 
		font-weight: bold; 
		text-decoration: underline; 
		}


.text { color: #210; 
        font-size: 11px; 
        font-family: Georgia, "Times New Roman", Times, serif; 
        margin: 45px 
        }
		
.text2 { color: #210; 
        font-size: 11px; 
        font-family: Georgia, "Times New Roman", Times, serif; 
        margin: 20px 0px 45px 25px; 
        }
        
.inline_small_text { 
        color: #210; 
        font-size: 11px; 
        font-family: Georgia, "Times New Roman", Times, serif;
        }
        
.navtext  { 
        color: #111; 
        font-size: 12px; 
        font-family: Georgia, "Times New Roman", Times, serif; 
        font-weight: bold; 
        text-decoration: none;
        line-height: 25px;
        }
		
.navtext a:link, .navtext a:visited { 
		color: #111; 
		font-size: 12px; 
		font-family: Georgia, "Times New Roman", Times, serif; 
		font-weight: bold; 
		padding-left: 20px;
		text-decoration: none;
		}
		
.navtext a:hover { 
		color: #444; 
		font-size: 12px; 
		font-family: Georgia, "Times New Roman", Times, serif; 
		font-weight: bold; 
		text-decoration: none; 
		}  
		
