﻿body
{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	padding: 0px;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6 {color:white;}
/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
	margin-top:1em;
	font-size: 1.4em;
	font-weight: bold;
}
h2 {
	margin-top:1em;
	font-size: 1.3em;
	font-weight: bold;
}
h3 {
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: normal;
}
.h3contrast {
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: normal;
	color:black;
}

h4 {
	margin: 0.5em 0;
	font-size: 1.1em;
	font-weight: bold;
}
h5 {
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 0.5em 0;
	font-size: 0.8em;
	font-weight: bold;
}
.container {
	margin:5px;
	padding:0 20px 10px 20px;
	color:#F6F6F6;
	line-height: 16px;
}
.containercontrast {
	margin:5px;
	padding:0 20px 10px 20px;
	color:black;
	line-height: 16px;
}
.containercontrast a {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
}
.containercontrast a:hover {
	color:#000000;
	text-decoration:none;
}

.subscript {
	margin: 0.5em 0;
	font-size: 0.7em;
	font-weight: bold;
}
a
{
	text-decoration: underline;
	color:White;
}
a:hover
{
	text-decoration: none;
	color:#FCCC80;
}

.m_text
{
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	color: #E3E5E6;
}

.h_text
{
	font-family: Tahoma;
	font-size: 11px;
	line-height: 11px;
	color: #F6F6F6;
}

.h2_text
{
	font-family: Tahoma;
	font-size: 13px;
	line-height: 13px;
	color: #FFE400;
}

.h3_text
{
	font-family: Tahoma;
	font-size: 15px;
	line-height: 13px;
	color: #FFFFFF;
}

.m1_text
{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding: 0px;
	margin: 0px;
	line-height: 16px;
	color: #F6F6F6;
	letter-spacing: 1px;
}

#breadcrumbs
{
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
}

#breadcrumbs a {
	color:#000000;
	text-decoration:none;
}

#breadcrumbs a:hover
{
	text-decoration:underline;
	color:#000000;
}

.l_text
{
	font-family: Tahoma;
	font-size: 11px;
	line-height: 11px;
	color: #2E3B3E;
}

.c_text
{
	font-family: Tahoma;
	font-size: 11px;
	line-height: 11px;
	color: #FFFFFF;
}

.form
{
	width: 182px;
	height: 17px;
	border-color: #D6DADB;
	border-width: 2px;
	background-color: #AAB2B3;
}

.form_div
{
	height: 20px;
	margin-top: 3px;
}
