/* CSS Document */

.subnav a{

   color:#627eb7;

   }

.subnav a:visited{

                  color:#627eb7;

				  text-decoration:none;

				  }

.subnav a:hover{

        color:#0066FF;

		text-decoration:underline;

		}

.footer{

        position:relative;

		top:750px;

		width:700px;

		height:30px;

		border:0px;

		margin:auto;

		padding:0px;

		color:#627eb7;

		font-family:Arial, Helvetica, sans-serif;

		}

.footer2{

         background-image:url(../images/footer.jpg);

		 background-repeat:no-repeat;

		 text-decoration:none;

		 border:0px;

		 margin:0px;

		 padding:0px;

		 width:700px;

		 height:20px;

		 }

.subshow{

         position:relative;

		 left:0px;

		 top:0px;

		 border:0px;

		 margin:0px;

		 padding:0px;

		 width:400px;

		 height:15px;

		 font-size:12px;

		 text-align:left;

		 text-decoration:none;

		 font-weight:bold;

		 }

.subshow2{

          position:absolute;

		  left:400px;

		  top:0px;

		  width:300px;

		  height:15px;

		  font-size:12px;

		  text-align:right;

		  text-decoration:none;

		  border:0px;

		  margin:0px;

		  padding:0px;

		  font-weight:normal;

		  }

.subnav{

        position:absolute;

		left:0px;

		top:15px;

		width:700px;

		height:12px;

		font-size:12px;

		text-align:center;

		margin-top:2px;

		}