/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Tahoma, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

BODY.GREYBG
{
    BACKGROUND-COLOR: #a9a9a9;
    FONT-FAMILY: Tahoma, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

A.FOOTER:link	{	
	text-decoration:	none;
	color:	#a9a9a9;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	}	
		
A.FOOTER:visited	{	
	text-decoration:	none;
	color:	#a9a9a9;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	}	
		
A.FOOTER:active	{	
	text-decoration:	none;
	color:	#a9a9a9;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	}	
		
A.FOOTER:hover	{	
	text-decoration:	underline;
	color:	#000000;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	}
	
A.BODY:link	{	
	text-decoration:	underline;
	color:	#3333CC;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	}	
		
A.BODY:visited	{	
	text-decoration:	underline;
	color:	#3333CC;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	}	
		
A.BODY:active	{	
	text-decoration:	underline;
	color:	#3333CC;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	}	
		
A.BODY:hover	{	
	text-decoration:	none;
	color:	#3333CC;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	}
	
A.FAKELINK
{
	text-decoration:	underline;
	color:	#3333CC;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	cursor: hand;
}
	
TD
{
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 10pt;
}

TD.HEADER
{
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

TD.DETAIL
{
	border: solid 1px #000000;
}

TD.LISTHEADER
{
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

INPUT.BUTTON	
{
	font-size: 10pt;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	cursor: hand;
	background-color: #FFFFFF;
	width: 60px;
	height: 30px;
}

INPUT.TEXTBOX
{
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFFF;
}

SPAN.CHECKBOX
{
	cursor: hand;
}

SPAN.BOLD
{
	font-weight: bold;
}

SPAN.ERROR
{
	font-weight: bold;
	color: Red;
}
