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

/* Header Styles */

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

.h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 15px;
}

/* Footer Styles */

.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
}


/* Table Style */

body {
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
}

/* Page Background Style */

body {
	background-color: #DCE0DF;
}

/* Body Copy Style */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* Link Style */

a:link {
	color: #993399;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #993399;
	font-weight: bold;
	text-decoration: none;
}

