body {
	 font-family: Tahoma;
	 color: #5A5A5A;	 
	 background-image: url(../images/back.png);
	 }
	 
a:link {
	    color: rgb(0,0,0);
		text-decoration:underline;
	   }

a:visited {
		   color: rgb(0,0,0);
		   text-decoration:underline;
		  }

a:hover {
		 color:rgb(100,100,100);
 		 text-decoration:underline;
		}

a:active {
		  color:rgb(100,100,100);
		  text-decoration:underline;
		 }
	 
hr {
   height: 1px;
   color: black;
   }
	 
.banner {
		border-right-width: 0px;
		border-top-width: 0px;
		border-left-width: 0px;
		border-bottom-width: 1px;
	    border-style: dotted;
        background-image: url(http://img519.imageshack.us/img519/4359/bannertv6.gif);
        background-position: center;
		}
	 
.page {
	  font-size: 11px;	
	  background-image: url(../images/main.png);  	  
	  }
	  
.footer {
		text-align: center;
		border-right-width: 0px;
		border-top-width: 0px;
		border-left-width: 0px;
		border-bottom-width: 0px;
	 	border-style: dotted;
        font-size: 11px;
		}
		
.rsuupdates {
			vertical-align: top;
			padding-left: 10px;
	  		padding-right: 10px;
	  		padding-top:10px;
	  		padding-bottom:10px;
			border-right-width: 0px;
			border-top-width: 0px;
		    border-left-width: 1px;
			border-bottom-width: 0px;
	  		border-style: dotted;
			}
			
.runescapeupdates {
				  vertical-align: top;
				  padding-left: 10px;
	  			  padding-right:10px;
	  			  padding-top:10px;
	  			  padding-bottom:10px;
				  border-right-width: 0px;
				  border-top-width: 0px;
				  border-left-width: 1px;
				  border-bottom-width: 0px;
	 			  border-style: dotted;
				  }
				  
.article {
		 vertical-align: top;
		 padding-left: 10px;
		 padding-right: 10px;
	  	 padding-top:10px;
	  	 padding-bottom:10px;
         width: 600px;
		 }
		 
.heading_news {
		 	  font-weight: bold;
		 	  color: black;
		 	  }
              
.heading {
		 font-weight: bold;
		 color: black;
	     }
         
.links {
       text-align: center;
       padding-left: 10px;
	   padding-right: 10px;
       padding-bottom: 6px;
       padding-top: 0px;
       border-right-width: 0px;
	   border-top-width: 0px;
	   border-left-width: 0px;
	   border-bottom-width: 1px;
	   border-style: dotted;
       font-size: 11px;
       }
       
.tabletitle {        
            font-size: 13px;
            font-weight: bold;
            }
            
.skilltable {
            border-right-width: 0px;
	        border-top-width: 0px;
	        border-left-width: 0px;
	        border-bottom-width: 0px;
            }
            
 .theading {
          text-align: center;
          background-color: #CDCDCD;
          color: #565353;
          }
          
.errorbox {
			  text-align: center;
			  height: 29px;
			  color: rgb(128,0,0);
			  border-color: rgb(128,0,0);
			  width: 450px;
			  border-style: groove;
	 		  border-left-width: 1px;
	  		  border-right-width: 1px;
	  		  border-bottom-width: 1px;
	  		  border-top-width: 1px;
			  font-size: 11px; 
			  background-color: rgb(255,130,130);
			  }
			  
.goodbox{
			  text-align: center;
			  height: 29px;
			  color: rgb(33,93,54);
			  border-color: rgb(33,93,54);
			  width: 450px;
			  border-style: groove;
	 		  border-left-width: 1px;
	  		  border-right-width: 1px;
	  		  border-bottom-width: 1px;
	  		  border-top-width: 1px;
			  font-size: 11px; 
			  background-color: rgb(77,158,66);
			  }
              
.white {
		 vertical-align: top;
		 padding-left: 10px;
		 padding-right: 10px;
	  	 padding-top:10px;
	  	 padding-bottom:10px;
         width: 600px;
         background-color: white;
		 }
         
.textbox {
         border-left-width: 1px;
	  	 border-right-width: 1px;
	  	 border-bottom-width: 1px;
	  	 border-top-width: 1px;
         text-align: center;
         background-color: #CDCDCD;
         color: #565353;
         border-color:black;
		 height: 15px;
		 font-size: 11px;
         }
         
.textboxa {
         border-left-width: 1px;
	  	 border-right-width: 1px;
	  	 border-bottom-width: 1px;
	  	 border-top-width: 1px;
         text-align: left;
         background-color: #CDCDCD;
         color: #565353;
         border-color:black;
         }
         
.button {
         border-left-width: 1px;
	  	 border-right-width: 1px;
	  	 border-bottom-width: 1px;
	  	 border-top-width: 1px;
         text-align: center;
         background-color: #CDCDCD;
         color: #565353;
         border-color:black;
         }
		 
.nopad {
		padding-left: 0px;
		padding-right: 0px;
		padding-top:0px;
		padding-bottom: 0px;
		}
