.fake {}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #371F00;
}
.content2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #371F00;
	padding-left: 0px;
	margin-right:20px;
}

.b1 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	text-align:justify;
}
.b11 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 8px;
	margin-top:14px;
	color: #666666;
	text-align:justify;
}
.b12 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	margin-right:20px;
	text-align:justify;
}
.b2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	color: #5A5A5A;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	color: #DE830A;
}

/* Main Links*/	
.link {
	color: #DE830A;
	text-decoration: none;
	font-weight: bold;
}
a.link:hover {
	color: #000000;
	text-decoration: none;
}

.link2 {
	color: #91002B;
	text-decoration: none;
	font-weight: bold;
}
a.link2:hover {
	color: #000000;
	text-decoration: none;
}
	
/* Footer Styles*/
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	color: #7B7B7B;
	line-height: 12px;
}
.footerBold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #DE830A;
}
.footerBold2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #DE830A;
}
/* table Links*/	
td a:link
 {
	color: #DE830A;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td a:hover {
	color: #91002B;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td a:visited {
	color: #DE830A;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.cflite {
	width: 450px;
	font-family: arial;
}
.cflite_td {
	padding:0px;
	font-family:Arial, Helvetica, sans-serif; color:#666666; font-weight:normal; font-size:12px;
	font-size:12px;
}
.cflite p {
	padding:0px;
}
.cflite label {
	padding:0px;
}
label {
 padding-right:10px
}
.required {
 font-weight:bold;
}
.required_star {
 font-weight:bold;
 color:#F00;
}
.not-required {
 font-weight:normal
}


/* .................................................... Header Styles ...... */

#header{
    width: 850px;
    margin: 0 auto 0 auto;
}

#header ul{
    margin-top: -20px;
    margin-right: 13px;
}

#header ul li{
    display: block;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

#header ul li a{
    padding: 0 11px 0 13px;
    text-decoration: none;
    color: #9e9e9e;
    background-image: url("http://www.spidesign.net/images/bullet.gif");
    background-repeat: no-repeat;
    background-position: 0 4px;
}

#header ul li:last-child a{
    background-image: none;
}

.logo{
    margin-top: 35px;
}

#line{
    margin-top: 4px;
}

#header ul li a:hover, #header ul li a:active, #header ul li a.selected{
    color: #91002b;
}
