body{
font-family:Arial, Helvetica, sans-serif;
color:#fff;
}

html,body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
table.centerBoth {
  border-spacing: 0;
  border-collapse: collapse;
  height: 100%;
  width: 100%;
}
table.centerBoth,table.centerBoth td {
  padding: 0;
  margin: 0;
  border: 0 none;
}
table.centerBoth td {
  text-align: center; /* IE/Win bug fix */
}

h1{
font-size:23px;

}

.smallH{
font-size:23px;
line-height:26px;
font-weight:bold;
margin:0 0 -5px 0;
}

.secondMenu{
 padding-left:10px;
 font-size:15px;
 font-weight:bold;
}

#menuOuter{
 font-size:19px;
 font-weight:bold;
}

#footer{
position:relative;
left:5px;
 font-size:10px;}

#mainContent, .mainContent{
font-size:14px;
}

#mainLong{
	width:574px;
	height:300px;
	overflow:auto;
	padding: 0 0 0 8px;
}

table.centerBoth td.tdLeft{
text-align:left;
}

a:link       {color: white; text-decoration: none;}
 a:visited    {color: white; text-decoration: none;}
  a:active     {color: white; text-decoration:none;}
  a:hover      {color: #333333; text-decoration: underlined;}
