/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .4em;
}
	
.modelinks 
{
	color: Black;
}
.modelinks: link
{
	color: Black;
}
.modelinks: hover
{
	color: Black;
}
.modelinks: active
{
	color: Black;
}
.modelinks: visited
{
	color: Black;
}
	.msg  {
			font-family:Tahoma,Verdana;
			font-size:10pt;
			color:#880000;
			}
	.msg2  {
			font-family:Tahoma,Verdana;
			font-size:10pt;
			color:#000000;
			}

	.hdr	{
			font-family:Tahoma,Verdana;
			font-size:18pt;
			color:#FF0000;
			}		
	
	.hdr2	{
			font-family:Tahoma,Verdana;
			font-size:12pt;
			color:#FF0000;
			font-weight:bold;
			}

	.tcol  {
			font-family:Arial;
			font-size:9pt;
			font-weight:bold;
			color:#000000;
			}

	.trow  {
			font-family:Arial;
			font-size:8pt;
			color:#000000;
			}

	.tcell  {
			font-family:Arial;
			font-size:8pt;
			color:#000000;
			}
	.tcast  {
			font-family:Arial;
			font-size:8pt;
			color:#000000;
			}

