﻿/* CSS Document */

/*--  HEADERS --*/

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	line-height: 20px;
	color: #7B9BB8;
	margin-top: 7px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #507494;
	margin: 0px 0px 8px 0px;
}

h2.underline {
		text-decoration:underline;
}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #639450;
	margin: 5px 0px 2px 0px;
}


h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	margin: 5px 0px 2px 0px;
}

/*--  GENERAL TEXT --*/

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #505050;
	margin: 0px;
	text-align: justify;
}

.footertext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	color: #7B9BB8;
}

.fineprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #959595;
}

.hometext {
	color: #83b0c2;
}

a.hometext:link {
	color: #83b0c2;
}

a.hometext:visited {
	color: #83b0c2;
}

a.hometext:active {
	color: #83b0c2;
}

