﻿/* Default Styles */
body,
td {
	font: normal 10pt Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	line-height:1.4em;
}

h1, h2, h3, h4, h5, h6, p {
	padding:0;
	margin:0;
}

.pageheading {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #FFCC66;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28pt;
	font-weight:normal;
	display:block;
}

h1, headingBold {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #FFCC66;
	font: bold 13pt Georgia, "Times New Roman", Times, serif;
}

h2, .heading {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #FFCC66;
	font: normal 13pt Georgia, "Times New Roman", Times, serif;
}

span.heading. span.subheading { display: block; }


h3, .subheadingBold {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #FFCC66;
	font: bold 11pt Georgia, "Times New Roman", Times, serif;
}

h4, .subheading {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #FFCC66;
	font: normal 11pt Georgia, "Times New Roman", Times, serif;
}

h5 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #FFCC66;
	font: bold 10pt Georgia, "Times New Roman", Times, serif;
}

h6 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	font: normal 10pt Georgia, "Times New Roman", Times, serif;
}

ul {
	padding: 0 10px;
	margin: 10px 0;
}

li {
	font-weight: normal;
}

hr {
	height: 1px;
	border-top: 1px solid #EFE47A;
}

strong {
	font-weight:bold;
}

a,
a:link,
a:visited,
a:active {
	color:#E0E57E;
	text-decoration:none;
}

a:hover {
	color:#E0E57E;
	text-decoration:underline;
}

input {
	border: 1px solid #FFFFFF;
	font: normal 10pt Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	background-color:#EFE47A;
}

p {
	margin: 10px 0;
}

.altcolor {
	color: #FFFFFF;
	font-size:10pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

.EditorBackgroundColor { background-color:#000000; } 