

body {
  background: white;
  color: black;
  font-family: Arial
  position: relative;
  text-align: center;
}

small {
  font-family: Arial
}

.banner {
  color: black;
   text-transform: uppercase;
   font-weight:bold;
/*  background: #0000FF; */
  font-size:16pt
}

.headercolor {
  color: #0000FF;
  background: none
}

.basicbord {
 background-color: #003399; 
 /* background-color: #425A72; */
}

#nav
{
    FONT-SIZE: 13px;
    COLOR: white;
    FONT-FAMILY: arial;
    TEXT-DECORATION: none;
    font-weight:bold;
}
#nav:hover
{
    FONT-SIZE: 13px;
    COLOR: #cccccc;
    FONT-FAMILY: arial;
    TEXT-DECORATION: none;
    font-weight:bold;
}
.roundedLogin, .inner 
{ 
	color: #fff; 
	text-align: left; 
	font-family: verdana, arial, sans-serif;
}
			
#roundedLogin  
{ 
	float: center;
	position: relative; 
	width: 38em; 
	padding: 10px; 
	margin-left: auto;
	margin-right: auto;
	background: #003399; 
	top: 30px;
}
			
.warningText 
{  
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
}

.formTable 
{
	color: fff;
}
#logoWrapper
{
	width: 100%;
	text-align: left;
}
#logos
{ 
	height:70px;
	width: 99%;
	position:absolute; 
	bottom:0px;
	text-align: center;
 }
 .tableData
{
	text-align: center;
}
 .errorText
 {
	color: red;
	font-weight: bold;
 }
 #errorDiv
 {
	text-align: left;
	position:relative;
	width: 38em;
	float: center;
	margin-left: auto;
	margin-right: auto;
	top: 10;
 }