﻿BODY
{
	font-family: verdana;
	font-size: 8pt;
	line-height: 14pt;
	background-color:	    #ffffff;
	background-image:	    url("images/bg.gif");
	background-repeat:      repeat-x;
	background-position:    top center; 
} 
TD
{
	font-family: verdana;
	font-size: 8pt;
	line-height: 14pt;
}
A:link
{	
	text-decoration:	underline;
	color:	#275C9E;
	font-weight: bold;
}	
A:visited
{	
	text-decoration:	underline;
	color:	#275C9E;
	font-weight: bold;
}	
A:active
{	
	text-decoration:	none;
	color:	#275C9E;
	font-weight: bold;
}			
A:hover	
{	
	text-decoration:	none;
	color:	#4983BC;
	font-weight: bold;
}
 /* NAVIGATION BUTTONS *********************************************************************/
  .menuLink a:link, .menuLink a:visited
{
	text-decoration: underline;
	color:	#ffffff;
	font-weight: bold
}
 .menuLink a:hover, .menuLink a:active
{
	text-decoration: none;
	color:	#eeeeee;
	font-weight: bold
}
 .buttonStatic {
	background:url('images/button_off.gif') no-repeat;
	width:127;
	height:40;
	cursor:hand;
 }
 
 .buttonDynamic {
	background:url('images/button_off.gif') no-repeat;
	width:127;
	height:40;
 }
 
 .selected {
	  background:url('images/button_gray.gif') no-repeat;
	  width:127;
	  height:40;
}
 
 .hover {
	 background:url('images/button_gray.gif') no-repeat;
	 width:127;
	 height:40;	
	 border-top:solid 1px #ffffff 
}
 
 /*general		*/

.bold 
{
	text-decoration: none; 
	font-weight: bold; 
	font-size: 10pt; 
	color: Black; 
	font-family: verdana; 
	font-style:normal;
}
.boldText
{
    font-weight:700;
}
.redText {text-decoration:none; FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: Red; FONT-FAMILY: verdana;}
.messagebox
{
    border: dotted 1px navy;
    background-color: #d6f7f7;
    padding: 3px;
    color: Navy; 
    margin: 2px;
}
.textLink
{
	 color:Blue;
	 cursor:help;
}