body{ 	
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;	

background-color:#b7d2ef;
}

table, tr, td, input{ 	
font-family: Arial, Helvetica, sans-serif;	
font-size: 15px;
color:#02378a;
}

.title{ 
font-size: 27px;  
font-weight: bold;
font-family:comic sans ms;
color:blue;
letter-spacing:1px;
}

.subtitle{ 
font-size: 18px;  
font-weight: bold;
color:darkblue; 
}

.horizontalLine{	
background-color: #868B96;
}

.bold{ 	
font-weight: bold;	
font-family: Arial, Helvetica, sans-serif;	
font-size: 15px;
}

.smalltext{ 	
font-family: Arial, Helvetica, sans-serif;	
font-size: 15px;
color:#1c5694;
}

.error{ 
color: Red;  
font-weight: bold;  
}

a{ 
font-weight: bold;  
text-decoration: none;  
color: #18706c;
font-size:15px;   
}

a:hover{ 
font-weight: bold;  
text-decoration: underline;  
color: #e43500;   
}