
.heading1 {
    
    color: #737373;
    font-weight: bold;
    font-size: 16px;
    font-family: "Times New Roman", Times, serif;
	text-align: left;
}
.heading1_centered {
    
    color: #737373;
    font-weight: normal;
    font-size: 12px;
    font-family: "Times New Roman", Times, serif;
	text-align: center;
}
.heading2 {
    
    color: #737373;
    font-weight: normal;
    font-size: 16px;
    font-family: "Times New Roman", Times, serif;
	text-align: left;
	}

.text {
    
    color: black;
    font-weight: normal;
    font-size: 12px;
    font-family: verdana;
	text-align: none;
}

.smalltext {    
    color: black;
    font-weight: normal;
    font-size: 11px;
    font-family: georgia;
}
.smalltextw {
    
    color: white;
    font-weight: normal;
    font-size: 10px;
    font-family: verdana;
}

}
.main_text {
    
    color: Black;
    font-weight: normal;
    font-size: 12px;
    font-family: georgia;
	
}




a.menu:link {
	
    color: white;
    font-weight: bold;
    font-size: 11px;
    font-family: verdana;
    cursor: hand;
    position: relative;
	text-decoration: none;
}
a.menu:visited {
	
    color: white;
    font-weight: bold;
    font-size: 11px;
    font-family: verdana;
    cursor: hand;
    position: relative;
	text-decoration: none;
}
a.menu:hover {
	
   color: #C39617;
    font-weight: bold;
    font-size: 11px;
    font-family: verdana;
    cursor: hand;
    position: relative;
	text-decoration: none;
}
a.menu:active {
	
   color: white;
    font-weight: bold;
    font-size: 11px;
    font-family: verdana;
    cursor: hand;
    position: relative;
	text-decoration: none;
	
} 
a.links:link {
	color: #2D438C;
    font-weight: normal;
    font-size: 14px;
    font-family: verdana;
	text-decoration: none;
    
}
a.links:visited {
	color: #2D438C;
    font-weight: normal;
    font-size: 14px;
    font-family: verdana;
	text-decoration: none;
   
}
a.links:hover {
	color: #116E3F;
    font-weight: normal;
    font-size: 14px;
    font-family: verdana;
	text-decoration: none;
  
}
a.links:active {
	color: #2D438C;
	font-weight: normal;
	font-size: 14px;
	font-family: verdana;
	text-decoration: none;
	text-align: right;
} 
a.bottom:link {
	color: white;
    font-weight: normal;
    font-size: 10px;
    font-family: verdana;
	text-decoration: none;
    text-align: center;

}
a.bottom:visited {
	color: white;
    font-weight: normal;
    font-size: 10px;
    font-family: verdana;
	text-decoration: none;
    text-align: center;
}
a.bottom:hover {
	color: red;
    font-weight: normal;
    font-size: 10px;
    font-family: verdana;
	text-decoration: none;
    text-align: center;
}
a.bottom:active {
	color: white;
    font-weight: normal;
    font-size: 10px;
    font-family: verdana;
	text-decoration: none;
    text-align: center;
	
} 

