
<style type="text/css">
<!--
body 
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-style: normal;
    color: #FF8600;
    font-weight: normal;
    background-color: #FF8600;
}


h1 
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 22px;
    font-weight: bolder;
	color: #FF8600;
    text-align: center;
}

h2 
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 16px;
    font-weight: bolder;
	color: #FF8600;
    text-align: center;
}

h3 
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    font-weight: bolder;
	color: #FF8600;
    text-align: center;
}

h4 
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
	color: #FF8600;
    text-align: center;
}

h5 
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
	color: #FF8600;
    text-align: center;
}

.black
{
    color: #000000;
}
p
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
	color: #FF8600;
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
	
}
.box 
{
 	width: 800px; 
	background: white; 
	padding: 10px; 
	text-align: center;
    margin-left: auto;
    margin-right: auto;
	border-width: 2px;
	border-style: solid;
	border-color: black;
}




.clear 
{ /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button 
{
    background: transparent url('bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span 
{
    background: transparent url('bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.button:active 
{
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span 
{
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 
-->
</style>

