/* Default CSS Stylesheet for a new Web Application project */

.ListView			{color:#000000; font-size:8pt; font-family: arial} 
A.ListView:LINK		{Text-Decoration: none; color:#000000; font-size:8pt; font-family: arial} 
A.ListView:VISITED	{Text-Decoration: none; color:#000000; font-size:8pt; font-family: arial} 
A.ListView:HOVER	{Text-Decoration: none; color:#4682b4; font-size:8pt; font-family: arial}

.Table
{
	font-size: 8pt;
	font-family: Arial;
	background-color: #d2d1c2;
}

.HeadingText
{
	font-weight: bold;
	font-size: 8pt;
	color: white;
	background-color: #96867b;
	text-align: center;
}

.Label
{
	font-weight: bold;
	font-size: 8pt;
	color: white;
	background-color: #96867b;
	text-align: left;
}

.Textbox
{
	font-weight: normal;
	font-size: 8pt;
	color: white;
	background-color: #96867b;
	text-align: left;
}
