html, body 
 {
font-size:14px;	
margin: 0;
padding: 0;
border: none;
text-align: left;
font-family:Tahoma;
}

#wrapper 
{
  height :100%;
  margin: 0px;
  text-align: left;
  vertical-align: middle;
  width: 100%;
  min-width:800px;
}

input222 
{
 border-style:solid;
 border-width:1px;
 border-color:#42719C;
 
}
select222
{
 border-style:none;
 border-width:1px;
 border-color:#42719C;
 
}


.TableHeader
{
background-color:#DEE3EF;color:#42698C; font-weight:bold; border-top-width:1px; border-top-color:Gray;	
}
.BoldText
{
	color:#42698C; font-weight:bold;
	
}
body
{
	background-color: #FFFFFF;
	font-family:Tahoma;
	font-size:small;
}
.PageHeader
{
	font-size:large;
	color:White;
}

a
{
	color:black;

	
}

a.menu
{
	text-decoration:none; 	
	color:#31618C;

	
}
a.menu:hover
{
	text-decoration:underline; 		
	color:Red;
}