/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-size:9pt;
	font-family:Tahoma;
	margin:0em 0em 0em 0em;	
	background-color:#E2E2E2;
}
TABLE
{
	font-size:9pt;
	font-family:Tahoma;
	margin:0em 0em 0em 0em;
}
table.main
{
	width:635px;
	height:100%;
	background-color:#ffffff;
}



td.menu
{
	height:26px;
	background-image:url(images/top.jpg);
	padding-left:1em;
	color:#ffffff;
}
td.top
{
	height:21px;
	background-image:url(images/menu.jpg);
	padding-left:.5em;
	padding-right:.5em;
	text-align:center;
}
td.text
{
	height:406px;
	background-image:url(images/blah_04.jpg);
	padding-left:.5em;
	padding-top:.5em;
	padding-right:.5em;
	text-align:justify;
}
td.foot
{
	height:21px;
	background-image:url(images/menu.jpg);
	padding-left:.5em;
	padding-right:.5em;
	font-size:8pt;
}

p
{
	margin:0em 0em 0em 0em;
}
p.list
{
	padding-left:1em;
}

A	{	
	text-decoration:	none;
	color:	#CC3300;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#993300;
	}
