@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.75em;
	line-height: 1.8em;
	color: #1b1b1b;
	text-align: justify;
}

h1 {
	font-family: "Times New Roman", Times, serif; 
	font-size: 1.5em;
	font-weight: normal;
	color: #065386;
	margin: 0px;
	padding-bottom: 20px;
	background: url(../images/h1-underline.jpg) bottom left no-repeat;
}

h2 {
	font-family: "Times New Roman", Times, serif; 
	font-size: 1.5em;
	font-weight: normal;
	color: #0b72b7;
	margin: 0px;
}

.blue-text {
	color: #0b72b7;
}

.blue-text-bold {
	color: #0b72b7;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #0E1B8B;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {	text-decoration: none;
	color: #0E1B8B;}
a:visited {	text-decoration: none;
	color: #0E1B8B;}

