@charset "utf-8";
/* CSS Document */


html {
	margin: 0;
	padding: 0;
	}
	
body { 
	font: 75% georgia, sans-serif;
	color: #555753; 
	margin: 0; 
	padding: 0;
}
	
p { 
	margin-top: 0; 
	text-align:left;
}
	
	
a:link { 
	text-decoration: none; 
	color: #014069;
}
	
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #014069;
}
	
a:hover, a:active { 
	text-decoration: underline; 
	color: #014069;
}
	
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

.bodytextblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #014069;
	text-decoration: none;
}

.bodybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

.bodyboldblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #014069;
	text-decoration: none;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}

.footer a:link { 
	text-decoration: none; 
	color: #000;
}
	
.footer a:visited { 
	text-decoration: none; 
	color: #000;
}
	
.footer a:hover, a:active { 
	text-decoration: underline; 
	color: #000;
}
