body{
    background-color: white;
    text-align: center;    
    background: #999999;
}

body, div, td, th, h1, input, textarea, select {
    font-family: arial, Verdana, Tahoma, sans-serif;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
}

table{
    border-collapse: collapse;
    border: none;
}

img{
    border: none;
}

a:link {
	text-decoration: underline;	
	color: #00133A;
}

a:visited {
	text-decoration: underline;	
	color: #00133A;
}

a:hover {
	text-decoration: none;	
	color: #AF4741;
}

h1{
    color: #3978b1;
    font-size: 15px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}


div.menubar {
    padding:0px;
    margin:0px;
    border: none;
    white-space: nowrap;
/*
  border: 1px solid #A3A6B2;
  height: 22px;
  position: relative;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size:10px;
  */
}
