﻿/* GENERAL FORMATTING */

body {
	margin-top: 2px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #454448;
}


.DropCap {
	font-size: 81px;
	font-family: serif;
	color: #6b8eba;
	font-weight: normal;
	float: left;
	line-height: 81px;
	margin-top: -8px;
	margin-left: -2px;
	margin-right: -2px;
	margin-bottom: -8px;
}

img {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-family: serif;
	color: #4b6e9d;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 5px;
}

h2 {
	font-family: serif;
	color: #4b6e9d;
	font-size: 25;
	font-weight: normal;
	letter-spacing: 3px;
}


h3 {
font-family: serif;
	color: #4b6e9d;
	font-size: 19px;
	font-weight: normal;
	letter-spacing: 2px;

}

h4 {

	color: #4b6e9d;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 2px;
}

h5 {
	color: Black;
	font-weight: lighter;
	font-size: 13px;
}

h6 {
	color: Black;
	font-weight: lighter;
	font-size: 11px;
}


.SmallCaps {
	font-variant: small-caps;
}


.SideBarText {

	font-size: 13px;
	line-height: 18px;
}

.SmallHeader {
	font-family: serif;
	color: #4b6e9d;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 18px;
}

.Footer {
	font-variant: small-caps;
	color: #bfa38f;
	font-size: 14px;
	font-family: serif;
	letter-spacing: 2px;
}

.Footer  a:link {
	color: #a58569;
}

.Footer  a:hover{
	color: #4b6e9d;
}

.Footer  a:active{
	color: #4b6e9d;
}

.Footer  a:visited{
	color: #a58569;
}




/* LINKS */

a img {border:none; }

a:link {
	text-decoration: none;
color: #20354f;
}

a:visited {
	text-decoration: none;
color: #20354f;
} 

A:active {
	color: #356894;
	text-decoration: none;
}

A:hover {
color:  #356894;
	text-decoration: underline;
}