@charset "UTF-8";
/* CSS Document */

.boarder{
    width: 873px;
	height:auto;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-style: italic;
	color: #006;
text-align: right;;
}

.statement{
    width: 873px;
	height:30px;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-style: italic;
	color: #006;
	text-align: right;
}

.nav{
    width: 873px;
	height:30px;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-style: italic;
	color: #006;
	text-align: center;
}

.header{
    height: 256px;
    text-align:right;
}

.body{
    width: 873px;
	height:auto;
    background-color: #FFF;
	text-align: left;
	background: no-repeat;
}

.quicklink{
    max-height: 10px;
    background-color: #F00;
	text-align: center;
	background: no-repeat;
}

