/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

.forms_Button, .button
{
	border: none;
	line-height:32px;
	height:32px;
	text-align:left;
	padding-left:15px;
	background:url(images/buttonBg.gif) no-repeat;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	cursor:hand;
	vertical-align: middle;
}

.TB
{
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

A:link	{	
	text-decoration:	none;
	color:	#000066;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#0000cd;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#000066;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#ff0000;
	}
	
.Phand
{
	cursor:hand;
}
