@charset "UTF-8";
/* CSS Document */
.blueleft {
    border-left: thin solid #081e34;
    font-family: Arial, sans-serif;
    color: #293238;	
	font-size: 16px;
	
}

.blueright {
    border-right: thin solid #081e34;
    font-family: Arial, sans-serif;
    color: #293238;
	font-size: 16px;
   
}

.bluetop  {
    border-top: thin solid #081e34;
    font-family: Arial, sans-serif;
    color: #293238; 
	font-size: 16px;
   
}

.bluebottom {
    border-bottom: thin solid #081e34;
    
	
}

.bluebox{
    font-family: Arial, sans-serif;
    color: #293238;
	font-size: 16px;
    border-top-width: thin;
    border-right-width: thin;
    border-left-width: thin;
	border-bottom-width: thin;
    border-top-color: #081e34;
    border-right-color: #081e34;
    border-left-color: #081e34;
	border-bottom-color: #081e34;
}

.text12 {
    font-family: Arial, sans-serif;
    color: #293238;
    font-size: 12px;	
}
.text13 {
    font-family: Arial, sans-serif;
    color: #293238;
    font-size: 13px;	
}

.text16 {
    font-family: Arial, sans-serif;
    color: #293238;
    font-size: 16px;	
}

.text14 {
    font-family: Arial, sans-serif;
    color: #293238;blue
    font-size: 14px;	
}

.text20 {
    font-family: Arial, sans-serif;
    color: #293238;
    font-size: 20px;	
}

.bluetext16 {
    font-family: Arial, sans-serif;
    color: #081e34;
    font-size: 16px;	
}


.blueback  {
   background-color: #081e34;
    font-family: Arial, sans-serif;
    color: #f7f7f7; 
	font-size: 16px;
   
}

.blueback2 {
   background-color: #081e34;
    font-family: Arial, sans-serif;
    color: #293238; 
	font-size: 16px;
   
}

.text24 {
    font-family: Arial, sans-serif;
    color: #293238;
    font-size: 24px;	
}

.text26 {
    font-family: Arial, sans-serif;
    color: #293238;
    font-size: 26px;
}

.text28 {
    font-family: Arial, sans-serif;
    color: #293238;
    font-size: 28px;
}

.bluetext28 {
    font-family: Arial, sans-serif;
    color: #081e34;
    font-size: 28px;	
}

.bluetext20 {
    font-family: Arial, sans-serif;
    color: #081e34;
    font-size: 20px;	
}

.greyright {
    border-right: thin solid #ddd;
    font-family: Arial, sans-serif;
    color: #293238;
	font-size: 16px;
   
}

.uppercase {
	text-transform: uppercase;
        }


.greytext16 {
    font-family: Arial, sans-serif;
    color: #76777a;
    font-size: 16px;	
}

