/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.png);
	text-align:center;
	background-repeat: repeat;
}

.p{font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
line-height: 18px;
padding: inherit
}.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #666666;
}

.navigation{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:normal;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	display: block;
	padding: 6px;
	width:150px;
	text-align:left;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #999999;
}


.navigation:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:normal;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	padding: 6px;
	width:150px;
	text-align:left;
}

.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height:inherit;
	color: #666666;
	text-decoration: none;
	display: inline;
	}

.footernavigation{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height:inherit;
	color: #666666;
	text-decoration: none;
	display: inline;
	}


.footernavigation:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height:inherit;
	color: #0000FF;
	text-decoration: none;
	display: inline;
	}

.h1{font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#666666;
line-height: 18px;
padding:inherit;
font-weight: bold;
text-align:left;
}

.h2{font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#666666;
line-height: 18px;
padding:inherit;
font-weight: bold;
text-align:left;
}
.textnavigation{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height:inherit;
	color: #0000FF;
	text-decoration: none;
	display: inline;
	}


.textnavigation:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height:inherit;
	color: #FF0000;
	text-decoration: none;
	display: inline;
	}
