/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 0.8em;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
}


.small_a
{
    font: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #4E4F50;
}


A:link
{
	text-decoration: none;
    color: #4E4F50;
}

A:visited
{
	text-decoration: none;
	color: #4E4F50;
}

A:active
{
	text-decoration: none;
	color: #4E4F50;
}


A:hover 
{
   COLOR: #0097D9;
}



.ParametersList
{
	font-family:Arial;
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 12pt;
}



