﻿
* {
   padding:0;
   margin:1 0 0 0;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	line-height: 20px;
	margin-top: 12px;
	margin-bottom: 18px;
	text-align: center;
}

h2 {
	font-family: Arial Black, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	line-height: 20px;
		margin-top: 12px;
	margin-bottom: 12px;

}

h3 {
	font-family: Arial Black, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	line-height: 20px;
		margin-top: 12px;
	margin-bottom: 12px;

}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	line-height: 20px;
	margin-top: 12px;
	margin-bottom: 12px;
}


a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	line-height: 20px;
	text-decoration: underline;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: BOLD;
	font-style: normal;
	color: #000000;
	line-height: 20px;
	text-decoration: underline;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #696969;
	line-height: 20px;
	text-decoration: underline;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	line-height: 20px;
	text-decoration: underline;
}

p {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
}

.text {font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
			font-weight: normal;
}


a.splash:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	line-height: 20px;
	text-decoration: none;
}

a.splash:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: BOLD;
	font-style: normal;
	color: #FFFFFF;
	line-height: 20px;
	text-decoration: none;
}

a.splash:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: BOLD;
	font-style: italic;
	color: #FFFFFF;
	line-height: 20px;
	text-decoration: none;
}


a.splash:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: BOLD;
	font-style: italic;
	color: #FFFFFF;
	line-height: 20px;
	text-decoration: none;
}

table.sample {
	border-width: 5px 5px 5px 5px;
	border-spacing: 5px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: separate;
	background-color: white;
	background-color: #8AA37B;
}

.indented
   {
   padding-left: 25pt;
   padding-right: 0pt;
   }
   
.center
{
text-align: center;
}