html, body, form
{
	background-color: #fff;
	border: 0;
	margin: 0;
	padding:0;
	font-size: medium;
	font-family: Arial, Sans-Serif;
}
div 
{
	text-align: center;
}
.bold 
{ 
	font-size: medium;
	font-weight: bold;
	font-family: Garamond regular;
}

a
{
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	text-transform:inherit;
}

#container { }

label{
    display:inline-block;
    width:150px;
    text-align:right;
    font-size:smaller;
}


#banner 
{
	width: 100%;
	text-align: center;
}


p
{
    margin: 0;
	padding-top: 5px;
    padding-bottom: 5px;
	font-family: 'Times New Roman';
    font-size: 13pt;
}

.sub-header-1
{
	background-color: #C9CFDD;
}

.sub-header-3-container
{
	border-top-color:black;
    border-top-style:solid;
    border-top-width: thin;
	border-bottom-color:black;
    border-bottom-style:solid;
    border-bottom-width: thin;
    background-color: #C9CFDD;
}
.sub-header-3{
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: red;
    color: white;
}

#sub-header-1 {
	background-color: #C9CFDD;
	padding: 5px 0;
	color: #000;
}

#sub-header-2 {
	padding-top: 5px;
}

#sub-header-3 {
	background-color: #ff0000;
	color: #fff;
}