/* Global Styles */

h1, .h1Class {
	font: 30px "Times New Roman", Times, serif;
	color: #004e7d;
}

h2, .h2Class {
	font: italic 24px "Times New Roman", Times, serif;
	color: #e08503;
}

h3, .h3Class {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #004e7d;
}

h4, .h4Class {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #004e7d;
	text-transform: uppercase;
}

h5, .h5Class, h6, .h6Class {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #004e7d;
	text-transform: uppercase;
}

address {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #004e7d;
	font-style: italic;
}

p {
	font: 14px/18px Arial, Helvetica, sans-serif;
	color: #004e7d;
}

ul, ol {
	font: 14px Arial, Helvetica, sans-serif;
	color: #004e7d;
}

a:link, a:active, a:visited {
	color: #e08503;
}

a:hover {
	color: #004e7d;
}

dl {
	margin: 15px 0;
	padding: 15px;
	border: 1px solid #dfdfdf;
	background-color: #e8f0f5;
}

dt {
	border-bottom: 1px dashed #91b0c4;
	font-size: 120%;
	font-weight: 800;
}

dd {
	margin:0;
	padding-bottom: 15px;
}

blockquote {
	border: 1px solid #ccc;
	background-color: #cedee8;
	margin: 20px;
	padding: 0 10px;
	font-weight: 800;
	font-style: italic;
}

table {
	margin: 20px 0;
	width: 100%;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	font: 14px Arial, Helvetica, sans-serif;
	color: #004e7d;
}

table th, table td {
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}

table th, table thead {
	background-color: #cedee8;
}

table thead td {
	font-weight: bold;
	text-align: left;
	font-size: 130%;
}
