@charset "utf-8";
/* CSS Document */
body, html{width:100%;
           margin:0;
		   padding:0;
		   background-color:#FFFFFF;
		   font-family: Helvetica, Arial, sans-serif;
		   font-size:11px;
		   }
		   
html{ background-image:url(images/top_bg.gif);
		   background-position: top;
		   background-repeat:repeat-x;
		   }
		   
#wrapper{ width:850px;
          /*height:600px;*/
		  margin:20px 0 0 20px;
		  background:none;
		  }
		  
img{border:none;
    background:none;
	}

.top{width:100%;
     height:110px;
	 text-align:left;
	 margin:0;
	 background:white;
	 }
		   
.container{width:100%;
           margin:0;
		   text-align:left;
		   line-height:12px;
		   }
		   
.menu{ width:120px;
        color:#999999;
		line-height:14px;
		float:left;
		}
		
.colum{ width:250px;
        color:#999999;
		line-height:14px;
		float:left;
		margin-left:5px;
		}
		
.colum p{ width:95%;
          margin-top:30px;
		  }
		
.display{ width:460px;
          color:#999999;
		  line-height:14px;
		  float:left;
		}
span{color:#000000;
     margin-right:6px;
	 }

.footer{width:95%;
        margin:auto;
		color:#999999;
		float:right;
		margin-top:50px;
		font-size:10px;
		}

ul{margin-top:30px}
        
li{ list-style:none;
    margin:0 }

p{font-size:11px}

.container a{color: #666666;
  text-decoration:none;
  width:100%;
  font-size:11px;
  font-family:helvetica;
  padding:1px 3px 1px 3px;
  }
  
.container a:link, a:visited{text-decoration:none;
							   background:none;
							   }

.container a:hover{text-decoration:none;
					background-color:#CCCCCC;
					color:#FFFFFF;
					 }
					 
					 
a{color:#999999;
  text-decoration:none;
  width:100%;
  font-size:10px;
  font-family:helvetica;
  }
  
a:link, a:visited{text-decoration:none;
							   background:none;
							   }

a:hover{text-decoration:none;
		background-color:#CCCCCC;
		color:#FFFFFF;
					 }
		 
	 