/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	FONT-WEIGHT: 500; 
	FONT-SIZE: 8pt; 
	COLOR: black; 
	LINE-HEIGHT: 10pt; 
	FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif" 
}
TD
{ 
	FONT-WEIGHT: 500; 
	FONT-SIZE: 8pt; 
	COLOR: black; 
	LINE-HEIGHT: 10pt; 
	FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif" 
	}
	.rightTEXT 
{ 
	TEXT-ALIGN: right;
	color : red;	
	}
	.HeaderStyle
{
	font-size: 8pt;
	font-family: Verdana, Arial;
	font-weight: bold;
	background-color: #c4d0ee;
	color: #000000;
	border-bottom: solid thin #336699;
}

.RowStyle
{
	font-size: 8pt;
	font-family: Verdana, Arial;
	font-weight: bold;	
	color: #000000;
}
.gText
{
	font-size: 8pt;
	color: #696969;
	font-family: Verdana, Arial, Sans-Serif, Helvetica;
	font-weight: bold;
	text-decoration: none;
}
.bText
{
	font-size: 8pt;
	color: black;
	font-family: Verdana, Arial, Sans-Serif, Helvetica;
	font-weight: bold;
	text-decoration: none;
}
.white_Text
{
	font-size: 8pt;
	color: white;
	font-family: Verdana, Arial, Sans-Serif, Helvetica;
	font-weight: bold;
	text-decoration: none;
}
.small_Text
{
	font-size: 7pt;
	color: black;
	font-family: Verdana, Arial, Sans-Serif, Helvetica;
	text-decoration: none;
}
A:link
{
	color: #0066ab;
	font-weight: bold;	
	text-decoration: none;
}
A:active
{
	color: #0066ab;
	font-weight: bold;
	text-decoration: none;
}
A:visited
{
	color: #0066ab;
	font-weight: bold;
	text-decoration: none;
}
A:hover
{
	font-weight: bold;
	color: red;
	text-decoration: underline;
}