﻿h1 /*Page Title */
{
	font-family: Verdana, Georgia, Arial, sans-serif;
	font-size: 17pt;
	color: black;
	font-weight: bold;
	text-align: left;
	margin-bottom: 6px;
}

h2 /*Second Level Header */
{
	font-family: Verdana, Georgia, Arial, sans-serif;
	font-size: 15pt;
	color: black;
	font-weight: bold;
	text-align: left;
	margin-top: 25px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

h3 /*Third Level Header */
{
	font-family: Verdana, Georgia, Arial, sans-serif;
	font-size: 14pt;
	color: black;
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 4px;
}

h4 /* Caption */
{
	font-family: Verdana, Georgia, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: black;
	text-align: center;
}

p /* Page Text */
{
	font-family: Verdana, Georgia, Arial, sans-serif;
	font-size: 13pt;
	color: black;
	text-align: left;
	margin-top: 0;
}

p.date /* Page Text - Date Formatting */
{
	text-align: right;
  	font-weight: bold;
  	font-size: 12pt;
}

blockquote /* Block Quote Text */
{
	font-family: Verdana, Georgia, Arial, sans-serif;
	font-size: 13pt;
	color: black;
	text-align: left;
	margin-top: 0;
	font-style: italic
}

ul /* Bulleted List */
{
	font-family: Verdana, Georgia, Arial, sans-serif;
	font-size: 13pt;
	color: black;
	text-align: left;
	margin-top: 0
}

li /* List */
{
	font-family: Verdana, Georgia, Arial, sans-serif;
	font-size: 13pt;
	color: black;
	text-align: left;
	margin-top: 0
}

div /* Div */
{
	margin-top: 5px;
	margin-bottom: 15px
}

.style-right{
		float:right;
		border-width: 0;
		margin: 0px 0px 20px 20px;
}

.style-left {
		float:left;
		border-width: 0;
		margin: 0px 20px 20px 0px;
}

a
{
  color: #0033cc;
}

a:visited
{
  color: #0099ff;
}

a:hover, a:active, a:focus
{
  color:#c33;
}