body {
	background: url(../images/bg1.jpg);
	margin: 15px 0px 0px 0px;
	
}

h1	
{
	margin: 0px 0px 0px 0px;
	font-family: arial, sans-serif;
	color:#0066CC;
	font-size: 14px;
	font-weight: normal;
	line-height: 13px;
	letter-spacing: normal;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	}	

.texty{  
    font-family: arial, sans-serif;
	font-weight: normal;
	color: #777777;
	font-size: 11px;
    line-height: 18px;
	padding: 2px 2px 2px 7px;
}

.texty a {
	color: #0066CC;
	text-decoration: underline;
	font-size: 11px;
    line-height: 18px;
	padding: 2px 2px 10px 7px;
}
.texty a:visited {
	color: #0066CC;
	text-decoration: underline;
	font-size: 11px;
    line-height: 18px;
	padding: 2px 2px 10px 7px;
}
.texty a:active {
	color: #006699;
	text-decoration: underline;
	font-size: 11px;
    line-height: 18px;
	padding: 2px 2px 10px 7px;
}
.texty a:hover {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 11px;
    line-height: 18px;
	padding: 2px 2px 10px 7px;
}



.texty2{  
        font-family: arial, sans-serif;
		font-weight: normal;
		color: #FFF;
		font-size: 11px;
        line-height: 18px;
		padding: 2px 2px 10px 7px;
}

.texty2 a {
	color: #EFEFEF;
	text-decoration: underline;
}
.texty2 a:visited {
	color: #EFEFEF;
	text-decoration: underline;
}
.texty2 a:active {
	color: #EFEFEF;
	text-decoration: underline;
}
.texty2 a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.bg {
	background-image: url(/images/backing.gif);
	background-repeat: repeat;
}

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

.button {
	font-family : Verdana, Arial;
	font-size : 10px;
	line-height : 10px;
	color : #FFFFFF;
	font-weight : bold;
	background-color : #FC9B00;
	padding-top : 2;
	letter-spacing : 2;
}


