<style>
	
	bgImage	{
			background-image: url(images/nav_bg_01.gif);
		}		
	body
		{	
			
			font-family:tahoma;
			font-size:11px;
		}
	table		
		{
			font-family:tahoma;
			font-size:11px;
		}
	.generalContent
		{
			font-family:tahoma;
			font-size:11px;
		}
	.thickBorder
		{
		background-color:#DFEBF2;
		}
	.thinBorder
		{
		background-color:#CED8DE;
		}
	.menuSelected	
		{
		background-color:white;
		}
	.colorText
		{
		color:#DDE7ED;
		font-family:tahoma;
		font-size:9px;
		}
	.input
		{
			border-top: solid #c3c3c3 1px;
			border-left: solid #c3c3c3 1px;
			border-right: solid #000000 1px;
			border-bottom: solid #000000 1px;
			background-color:whitesmoke;
			foreground-color:red;
		}	
	.tableHeader
		{
		background-color:#CCCCCC;
		}
	.tableHeader.a
		{
		font-size:21px;
		}
	.alt_row
		{
		background-color:whitesmoke;
		}
		
</style>