@charset "utf-8";
/* CSS Document */

*{
	padding: 0;
	margin: 0;
	border: none;
}
html{
	background-image: url(images/i/bg_tile2.jpg);
	background-repeat: repeat;
	
}

body {
	text-align: center;
	background-image: url(images/i/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family:Arial, Helvetica, sans-serif;
}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #666666;
}
.navText {
	font:10px Arial, Helvetica, sans-serif;
	color: #26354A;
	letter-spacing:.1em;
	line-height:16px;
	}
