/* Default CSS Stylesheet for a new Web Application project */

BODY, TABLE, TR, TD, INPUT, SELECT, TEXTAREA {
	margin: 0px 0px; 
	font-family: Verdana;
}

.formError
{
	text-decoration: none;
	font-size: 8pt; 
	color: RED;
}

.datagrid
{
	text-decoration: none;
	font-size: 8pt; 
	color: #000066;
}

.datagrid A
{
	color: #000066;
}

.text A
{
	color:#000066;
}

INPUT.submit
{
	cursor: hand;
	font-size:8pt;
	background-color: #CEEBFF; 
	border: 1 solid #0295FF;
	color:#000099;
	font-weight: bold;
}

INPUT
{
	font-size:8pt;
	background-color: #FFFFFF; 
	border: 1 solid #7F9DB9;
	color:#000066;
}

SELECT
{
	font-size:8pt;
	background-color: #FFFFFF; 
	color:#000066;
}

TEXTAREA
{
	font-size:8pt;
	background-color: #FFFFFF; 
	border: 1 solid #7F9DB9;
	color:#000066;
}

.aspbutton
{
	cursor: hand;
	font-size:8pt;
	background-color: #CEEBFF; 
	border: 1 solid #0295FF;
	color:#000099;
	font-weight: bold;
}

.treetd 
{
	border-top:1px Solid #CEEBFF;
}

.treetdsel
{
	border-top:1px Solid #CEEBFF;
	background-color: #CEEBFF;
}

.clanguage {
	font-size: 8pt;
	color: #000099;
	}
	
.clanguageA {
	font-size: 8pt;
	color: #FFFFFF;
	}	

.copyright	{	
	text-decoration:	none;
	font-size: 8pt; 
	color: #000066;
	}	
	
.text	{	
	text-decoration:	none;
	font-size: 8pt; 
	color: #000066;
	}	
	
.bodytext	{	
	text-decoration:	none;
	font-size: 8.5pt; 
	color: #000066;
	font-family: Verdana;
	}	
	
	
.tableheaderbold
{
	border-bottom:1px Solid #000099;
	font-style: normal;
	font-weight: bold;
}

.agenda	{	
	text-decoration:	none;
	font-family: Verdana;
	font-size: 12px; 
	font-weight: bold;
	color: #000066;
}		
		
.header	{	
	text-decoration:	none;
	font-size: 10pt; 
	font-weight: bold;
	color: #000099;
	}	
	
.subheader	{	
	text-decoration:	none;
	font-family: Verdana;
	font-size: 12px; 
	font-weight: bold;
	color: #000066;
	}
	
.column2
{
	text-decoration:	none;
	font-size: 8pt; 
	color: #000066;
	background-color: #CEEBFF;
}				
	
.paragraph	{	
	text-decoration:	none;
	font-family: Verdana;
	font-size: 10px; 
	font-weight: bold;
	color: #000066;
	}	
	
A.menutree 
{
	font-weight: bold;
	padding-left: 5px;
	color:#000066;
	font-family: Verdana;
	font-size:10px;	
}

A.menutrees
{
	padding-left: 5px;
	color:#000066;
	font-family: Verdana;
	font-size:10px;	
}

A:link	{	
	text-decoration:	none;
	}	
		
A:visited	{	
	text-decoration:	none; 
	}	
		
A:active	{	
	text-decoration:	none;
	}	
		
A:hover	{	
	text-decoration:	underline;
	}