/* Default CSS Stylesheet for a new Web Application project */

BODY
{
FONT-FAMILY: Arial, sans-serif;
/*font-family:Book Antiqua;
font-weight:bold;*/
}

a.view
{
text-decoration:underline;
color:#4A3C8C;
font-family:Verdana;
font-size:XX-Small;
}

a.view:visited
{
text-decoration:underline;
color:maroon;
font-family:Verdana;
font-size:XX-Small;
}

.normal
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 9pt;
	color: maroon;
}

.dropdown
{
text-decoration:none;
font-family:Verdana;
font-size:XX-Small;
}

.textfield
{
border-style: solid;
font-family:Verdana;
font-size:XX-Small;
}

.smalltext
{
text-decoration:none;
font-family:Verdana;
font-size:XX-Small;
}

