/* Default CSS Stylesheet for a new Web Application project */
body
{
  
  font-family: verdana; 
  font-size:11px;
  color:#3F3F3F; 
  background-image: url(images/background.jpg);
  background-color:#A8B0C5;
  background-repeat:repeat-x;  
 
  
}



A:link	{	
	text-decoration:	none;
	color:	#080C43;
	font-family:arial;
	font-size:9pt; 
	font-weight:bold;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#080C43;
	font-family:arial;
	font-size:9pt; 
	font-weight:bold;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#080C43;
	font-family:arial;
	font-size:9pt; 
	font-weight:bold;
	}	
		
A:hover	{	
	text-decoration:  none;
	color:	#BB1336;
	font-family:arial;
	font-size:9pt; 
	font-weight:bold;
	}

.textbox {width:60px}
.listbox	{font-family:arial;font-size:8pt}
.swnu	{font-family:tahoma,sans-serif;font-size:11px;color:#ffffff;text-decoration:none}
.sb		{font-family:tahoma,sans-serif;font-size:11px;color:#003366}
.bnu	{font-family:tahoma,sans-serif;color:#000099;font-size:13px;text-decoration:none}
.sbnu	{font-family:tahoma,sans-serif;font-size:11px;color:#000099;text-decoration:none}
.snub	{font-family:tahoma,sans-serif;font-size:11px;color:#000099;text-decoration:none}
.snu	{font-family:tahoma,sans-serif;font-size:11px;text-decoration:none}
.sw		{font-family:tahoma,sans-serif;font-size:11px;color:#ffffff}
.s		{font-family:tahoma,sans-serif;font-size:11px}
.swnub	{font-family:tahoma,sans-serif;font-size:11px;font-weight:BOLD;color:#FFFFFF;text-decoration:none}
.sbnub	{font-family:tahoma,sans-serif;font-size:11px;font-weight:BOLD;color:#003366;text-decoration:none}
.sbd	{font-family:tahoma,sans-serif;font-size:11px;font-weight:BOLD}
.swb	{font-family:tahoma,sans-serif;font-size:11px;font-weight:BOLD;color:#FFFFFF}
.sbbd	{font-family:tahoma,sans-serif;font-size:11px;font-weight:BOLD;color:#104A7B}
.fwnu	{font-family:tahoma,sans-serif;color:#ffffff;text-decoration:none;font-size:11px}
.fnu	{font-family:tahoma,sans-serif;color:#000099;text-decoration:none;font-size:11px}
.fw		{font-family:tahoma,sans-serif;color:#ffffff;font-size:11px}
.f		{font-family:tahoma,sans-serif;font-size:11px}
.flb	{font-family:tahoma,sans-serif;font-size:24px;font-weight:BOLD;color:#000000}
.flbs	{font-family:tahoma,sans-serif;font-size:11px;font-weight:BOLD;color:#104A7B}
.Tdom	{font-family:tahoma,sans-serif;font-size:11px;font-weight:BOLD;color:#104A7B}
.pbnu	{font-family:tahoma,sans-serif;font-size:11px;color:#000099;text-decoration:none}
.title	{font-family:tahoma,san-serif;font-size:13px;color:#104A7B;font-weight:BOLD}
.Wf		{font-family:tahoma,sans-serif;font-size:12px}
.ns4Wf	{font-family:tahoma,sans-serif;font-size:13px}
.menu	{font-family:tahoma,sans-serif;font-size:11px;color:#000066;font-weight:BOLD;text-decoration:none}
.menu2	{font-family:tahoma,sans-serif;font-size:14px;color:#000066;font-weight:BOLD;text-decoration:none}

.menuItem2{font-family:verdana;font-size:10pt;}
.menuItem3{font-family:arial;font-size:7pt; font-weight:bold;}
.Item {font-family:tahoma,sans-serif;font-size:10pt;color:#2b418c;font-weight:normal ;text-decoration:none}
.ItemTitle {font-family:tahoma,sans-serif;font-size:10pt;color:#000066;font-weight:normal;text-decoration:none}

TR.H	{BACKGROUND-COLOR: #C3D6E6}

.menuItem{font-family:Verdana; font-size:8pt; color:#2F4B7D;}


.HeaderItem{font-family:Verdana ; font-weight:bold; font-size:10pt; color:#2F4B7D;}

.TableGaryBorder{ background-color:#ededf3; border-top-color:Gray; border-bottom-color:Gray; border-style:solid ;  border-width:1px;  }

.TablePageTitle{ background-color:#c0c8d8; border-left-color:Gray; border-right-color:Gray; border-top-color:Gray; border-left-width:1px; border-right-width:1px; border-top-width:1px; border-left-style:solid; border-right-style:solid; border-top-style:solid; }

.TableRightBorder{ background-color:#c0c8d8;  border-right-color:Gray;border-right-width:1px;  border-right-style:solid; }

.TableBlueBorder{ background-color:#ededf3; border-color:#2A2C4E; border-style:solid ;  border-width:1px;  }

.BlueBox {BORDER-RIGHT: #000066 1px solid; BORDER-TOP: #000066 1px solid; BORDER-LEFT: #000066 1px solid; BORDER-BOTTOM: #000066 1px solid; background-color:#DDDFE4; }


.button{font-family:arial;font-size:8pt; font-weight:bold; color:White ; height:22px;  border-width: 1px; border-style:solid;     margin-right:0; margin-top:0; 
	padding-top:0;   padding-right:2px; padding-left:2px; 
	 background-color:#D3D4D6; background-image: url(images/butBack.gif); }


.button:hover {
background:url(images/butBack.gif);
border:1px;
height:22px;  border-width: 1px; 
border-style:solid; 
  margin-right:0; 
  margin-top:0; padding-top:0;   padding-right:2px; padding-left:2px; 
  background-color:#D3D4D6;
}




