@charset "utf-8";
/* CSS Document */
a:link { color: #6a6e71; text-decoration: none;}
a:visited { color: #fff; text-decoration: none; }
a:hover { color:#fff; text-decoration: none; }
a:active { color: #fff; text-decoration: none; }

body {background-color:#6a6e71;
      font-family:Georgia, "Times New Roman", Times, serif;
	  }
#header {
	position:absolute;
	left:199px;
	top:19px;
	width:651px;
	height:114px;
	z-index:2;
}
#nav1 {
	position:absolute;
	left:227px;
	top:154px;
	width:600px;
	height:30px;
	z-index:102;
}
#nav2 {
	position:absolute;
	left:40px;
	top:189px;
	width:154px;
	height:1030px;
	z-index:103;
}
.p1 {margin-left: 75px;
     margin-right:75px;
	 font-size: 17px;
	 color: #fff;}
	
.p2 {margin-left: 5px;
     margin-right:5px;
	 color: #666666;
	 font-size: 14px;	 
		 }
.p3 {margin-left: 45px;
     margin-right:45px;
	 color: #666666;
	 font-size: 12px;	 
		 }

.navtext {color: #fff; 
     font-size: 18px; 
	 font-style: normal}
.largetext {color: #6a6e71; font-size: 16px}
.smtextbold {
	font-size: 14px;
	color: #6a6e71;
	font-weight: bold;
}
.smtext{
	font-size: 12px;
	color: #6a6e71;
	
}
.xsmtext{
	font-size: 14px;
	color:#6a6e71;
	
}
.vheader{
	font-size: 36px;
	color:#6a6e71;
	}
.nav{
	font-size: 12px;
	color:#6a6e71;
	font-weight: bold;
}	
