/* CSS Document */

body
{
	margin:0px;
	padding:0px;
	font-family:Tahoma;
	font-size:13px;
	line-height:17px;
	text-align: left;
	background-color:#ffb71b;
	color: #000000;
}



.bglogo
{
	background-image:url(../images/bg_header.jpg);
	background-repeat:repeat-x;
	height:149px;
	background-color: #FFFFFF;
}

.pad20
{
	padding: 0px 20px 0px 20px;
	text-align:justify;
}

.text
{
	text-align:justify;
	line-height:19px;
}
	
.footerbg
{
	background-image:url(../images/footer.jpg);
	height:58px;
	background-repeat:no-repeat;
	background-position:center top;
}
.font11 {
	font-size: 11px;
}
.red {
	color: #990000;
}
.greeb {
	font-size: 18px;
	color: #669900;
}
.lineheight24 {
	line-height: 24px;
}


.bottom:link
 {
	color:#000000;
	text-decoration:none;
 }
a.bottom:visited {
	color:#000000;
	text-decoration:none;
 }
a.bottom:hover {
	color:#000000;
	text-decoration: underline;
 }
a.bottom:active {
	color:#000000;
	text-decoration: underline;
 }
 
