/* Default CSS Stylesheet for a new Web Application project */

Body
{
	font-family: Arial, Helvitica, Sans-Serif 
}

.TextLarge
{
	FONT-SIZE: 12pt;
}

.TextLargeBold
{
	font-size: 12pt;
	font-weight: Bold;
}

.TextMedium
{
	FONT-SIZE: 10pt;
}

.TextMedium9
{
	FONT-SIZE: 9pt;
}

.TextMediumBold
{
	FONT-SIZE: 10pt;
	font-weight: Bold;
}

.TextSmall
{
	FONT-SIZE: 8pt;
}

.TextSmallBold
{
	FONT-SIZE: 8pt;
	font-weight: Bold;
}

.TextFooter
{
	font-size: 8pt;
	color: #009900;
}

.TextHeader
{
	font-size: 10pt;
	color: #000000;
	font-style: italic;
}


.ErrorMsg
{
	FONT-SIZE: 8pt;
	color: Red;
}

HR
{
	color: "#000000";
	height: 2;	
}

.HRThin
{
	color: "#CCCCCC";
	height: 1;
}



A:link	{	
	text-decoration:	underline;
	color:	#3333cc;
	font-family: Arial
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#3333cc;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	#3333cc;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}

.ASmall 
{
	color:	#3333cc;
	font-size: 8pt;
}

.ASmallBold
{
	text-decoration:	underline;
	color:	#3333cc;
	font-size: 8pt;
	font-weight: bold;
}

.AMedium 
{
	text-decoration:	underline;
	color:	#3333cc;
	font-size: 10pt;
}	

.ALarge
{
	text-decoration:	underline;
	color:	#3333cc;
	font-size: 12pt;
}	

.ALargeBold
{
	text-decoration:	underline;
	font-weight: bold;
	color:	#3333cc;
	font-size: 12pt;
}	

.ColumnHeader
{
	FONT-SIZE: 8pt;
	font-weight: Bold;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;	
}

.DatagridCell
{
	padding-left: 5px;
	padding-right: 5px;	
}

.LISomething
{
	padding-bottom: 5px;
	color: #3333cc;
}



