body
{
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
  color: #000000;
}  	
.bodyText
{
  font-size: 80%;
  font-weight: normal;
}	
.bodyTextSmall
{
  font-size: 70%;
  color: #666666;  
}
.bodyTextBold
{
  font-size: 75%;
  font-weight: bold;
}
.headerTextBoldWhite
{
  font-weight: bold;
  color: #ffffff;
  font-size: 75%;
}
.headerTextBoldWhiteSmall
{
  font-weight: bold;
  color: #ffffff;
  font-size: 70%;
}
.codeText
{
	color: #000000;
  font-family: courier new;	
	font-size: 80%;
}
.globalNavText
{
	color: #666666;
	font-weight: bold;
	font-size: 75%;
}

a:link, a:visited
{
	color: #003366;
	text-decoration: underline;
}
a:active, a:hover
{
	color: #5280b1;
	text-decoration: underline;
}
a.globalNavLinks:link, a.globalNavLinks:visited
{
	cursor: hand;
	color: #666666;		
	text-decoration: none;	
}
a.globalNavLinks:active, a.globalNavLinks:hover
{
	color: #5280b1;
	text-decoration: underline;
}
.globalNav
{
  color: #666666;
  font-size: 70%;
  text-align: right;
}
.tableHeader
{
  background: #5280b1;
  padding-left: 15px; 
  padding-right: 4px;     
}
.menuTable
{
  padding-top: 10px;
  padding-bottom: 10px;
}
.detailTable
{
  background-color: #f0f5fa;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
td.sidebar
{
  background: #5280b1;
  width: 4px;
}
td.bottomBar
{
  background: #5280b1;
  height: 4px;
  font-size: 4px;
}
.inputTextBox
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 75%;
  margin: 2px 0px 2px 0px;
}
img
{
  border: none;
}
.buttonGrey
{
  color: #ffffff;
  font-family: arial;
  font-weight: bold;
  background-color: #999999;
  font-size: 80%;
  width: 90px;
}
.logoImg 
{
  background-color: Transparent; 
  height: 60px; 
  width: 350px;
}