﻿/* This Style Sheet is for styles that pertain to all media types */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #717775;
}

a {
	color: #717775;
}

div.IntroPara {
	font-size: 16px;
	line-height: 18px;
}

div.IntroPara p {
	margin-bottom: 20px;
}

h1 {
}

h2 {
	font-family: Georgia, Times New Roman, Serif;
	font-size: 26px;
	font-weight: normal;
	color: #4a5351;
}

div.TopNavHolder h2 {
	margin: 10px 0 0 10px;
	color: #fff;
	letter-spacing: 1px;
}

h2 span {
	font-size: 20px;
	margin: 0 2px;
}

h2 span.L3Title {
	margin: 0;
	font-family: Georgia, Times New Roman, Serif;
	color: #224a87;
}

h3 {
	font-family: Georgia, Times New Roman, Serif;
	font-size: 20px;
	font-weight: normal;
	color: #224a87;
}

h4 {
	margin-bottom: 5px;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 13px;
	font-weight: bold;
	color: #224a87;
}

h5 {
	font-size: 12px;
	font-weight: bold;
}

h6 {
	margin-bottom: 15px;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	color: #4a5351;
}

img {
	border: none;
}

p {
	margin-bottom: 12px;
	line-height: 16px;
}

p.IntroPara {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 18px;
}

p.IntroPara02 {
	margin-bottom: 35px;
	font-family: Georgia, Times New Roman, Serif;
	color: #9c9e9d;
	font-size: 18px;
	line-height: 22px;
}

p.IntroPara02 span {
	color: #4a5351;
}

.crapahol {
	font-size: 12px;
}

