/* CSS Document */

		/* Default Text */
		table, input, body, div, td, span {
			font: 11px Verdana,Arial,Sans;
			color: #444;
			line-height: 15px;
		}
		body{
		  margin: 0px;
		}
		/* rgb(128,0,0) */
		a {
		  color: #153473;
		  text-decoration: none;
		}
		a:hover {
			border-bottom: dotted 1px #aaa;
		}
		.buttons {
			width: 50px;
			font-size: 8pt;
			font-family: Arial;
		}
		#header {
			height: 50px;
			background: #efefef url(top_back.jpg) left;
			border-bottom: 1px solid #aaa;
		}
		div#mainWrapper {
		  margin: 5px;
    }
    #tableWrapper {
      margin-left: 10px;
      width: 100%;
    }
    html>body #tableWrapper {
      width: auto;
    }
	#mainTable {
	  border: 1px solid #ccc;
	  border-collapse: collapse;
	  width: 100%;
    }
    #mainTable #toolbar td, #instructions .title {
      background: #0055aa url(toolbar_back.gif);
      text-transform: uppercase;
      font-size: 9px;
      font-weight: bold;
      color: #fff;
    }
    
    #maintable .highlight {
      background-color: #f5f5f5;
    }
    #maintable .normal {
      background-color: none;
    }
    #mainTable #toolbar img{
      border: none;
      margin-left: 3px;
    }
    #title {
      margin: 20px;
      font: 28px 'Franklin Gothic Medium',Helvetica, Arial;
    }
	
