/* CSS Document */

body{

	background: url(images/h_bg.jpg) top repeat-x #FFFFFF;

	margin:0;

	font-size: 12px;

	color:#FFFFFF;

	font-family:Arial;

}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	
	
}

/*background*/

.bgwhite {

	background-color:#FFFFFF;

}

/*end background*/



/*positions*/

#floatnav {

	width: 206px;

	position:absolute;

	top:223px;

	margin-left:745px;

	text-align:left;

	z-index:5;

}

p {

	margin-top:15px;

	margin-bottom:15px;

}

/*end positions*/



/*for links*/

a {

	color: #FFFFFF;

	text-decoration: underline;

}

a:hover {

	color: #79A5E6;

	text-decoration:none;

}

/*end links*/



/*contents*/

.contacttxt {

	color:  #98AEAF;

	font-family: Verdana; 

	font-size: 9px;

}

/*end contents*/



/*footer*/

.footertxt {

	color: #000000; 

	font-family: Tahoma;

	font-size:11px;

}

.footertxt a{

	color:#3e4246;

	text-decoration: underline;

}

.footertxt a:hover{

	color: #1d63b7; 

	text-decoration:none;

}

/*end footer*/