/* Default CSS Stylesheet for a new Web Application project */
body{
	background:#3c3c3c url('../images/bg_final2.gif') repeat-y center;
	margin-top:0;
	margin-left:0;
	margin-right:0;
	font-family:Tahoma;
	color:Silver;
	scrollbar-face-color:#6a6a6a;
	scrollbar-highlight-color:#8a8a8a;
	scrollbar-shadow-color:#2a2a2a;	
}

.t11silver { 
	font-family: tahoma;
	font-size: 11px;
	color: silver;
	text-decoration: none
}

A:link	{	
	text-decoration:	none;
	color:	#ff9900;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#ff9900;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#ff9900;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#ffcc33;
	}

a.stMenu:visited, a.stMenu:active, a.stMenu:link{
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
	text-decoration:none;
}

a.stMenu:hover{
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
	text-decoration:underline;
}
	
.menu{
	background: url('../images/menu.gif') repeat-x;
	height:33;	
}

.borderTop {
	BORDER-TOP: #000000 1px solid;
}

.borderBot {
	BORDER-BOTTOM: #000000 1px solid;
}

.hand{
	cursor:hand;
}

.menu{
	font-weight:bold;
	font-family:Tahoma;
	color:#2a2a2a;
}

.frm{
	font-family:Tahoma;
	font-size:9px;
	border-color:#3c3c3c;
	background-color:#6a6a6a;
	scrollbar-face-color:#6a6a6a;
}

.btn{
	font-family:Tahoma;
	font-size:10px;
	border-color:#3c3c3c;
	border-style:ridge;
	background-color:#ECE9D8;
	height:18px;	
}

.header{
	background: url('../images/header.gif') repeat-x;
}