﻿body
{
	padding: 0px;
	margin: 0px;
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	background-color: #FFF7EA; 

}
h1, h2, h3, h4, h5, h6 	
{
	/* Style for the headlines */
    color: Black;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-weight: normal;
    margin-top: 0.9em;
}

h1 {
    font-size: 200%;
    margin-left: 0.8em; 
}

h2 {
    font-size: 180%;
    margin-left: 0.89em; 
}

h3 {
    font-size: 160%;
    margin-left: 1.0em; 
}

h4 {
    font-size: 140%;
    margin-left: 1.14em; 
}

h5 {
    font-size: 120%;
    margin-left: 1.33em; 
}

h6 {
    font-size: 100%;
    margin-left: 1.6em; 
}

ul_old { 
    list-style-image: url("/images/BulletRed.png"); 
    margin-top: 1em;
    margin-bottom: 1em;
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;	 
	margin-left: 0.43em;
}

li {
	background-image:  url(images/BulletRed.png); 
	background-repeat: no-repeat;
	background-position: 0em 0.43em; 
	padding-left: 1.1em;
}

.payoff
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #D50000;
}
.menuButton
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #003366;
	border-style: none solid solid solid;
	border-width: 0px 1px 1px 1px;
	border-color: #D50000;
	background-color: #F0E9E3;
}
.tabHeader
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #003366;
	border-style: solid solid none solid;
	border-width: 1px;
	border-color: #D50000;
	background-color: #F7F3F0;
	position: absolute;
	left: 24px;
	text-align: center;
	width: 118px;
	height: 14px;
}

.contentHolder
{
	border-style: none;
	margin: 0px;
	padding: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	height: 100%;
	width: 100%; 
}

