/* CSS Document */

BODY {margin-top: 0px;
      margin-bottom: 0px;
	  margin-left: 0px;
	  margin-right: 0px;
	  
	  background: #545C5F;
	  background-image: url(../images/backgrounds/mbg_top340.jpg);
	  background-repeat: repeat-x;
	  
	  color: #CCCCCC;
	  }

.header {font-family:Verdana, Arial, Helvetica, sans-serif;
         font-size:12px;
		 color:#FF9900;
		 font-style:inherit;
		 }
.normal {font-family:Verdana, Arial, Helvetica, sans-serif;
         font-size:12px;
		 color:#CCCCCC;
		 font-style:inherit;
		 }
		 
form {font-size: 11px; color: #CCCCCC; font-family: verdana; margin-bottom: 0px; margin-top: 0px;}
input {background-color: #242C2F; color: #CCCCCC; font-size: 11px; font-family: verdana; border: 1px #646C6fF solid; margin-top: 0px;}
select {background-color: #242c2f; color: #CCCCCC; font-size: 11px; font-family: arial; border: 1px #646C6fF; solid margin-top: 0px;}
textarea {background-color: #242C2F; color: #CCCCCC; font-size: 11px; font-family: verdana; border: 1px #646C6fF solid; margin-bottom: 0px; margin-top: 0px;}