body
	{
	background-color: white;
	margin-left : 0;
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 0;
	padding : 0;
	margin : 0;
	padding-bottom : 0;
	padding-left : 0;
	padding-right : 0;
	padding-top : 0;
	font-family: arial;
	font-size: 9pt;
	color:#484848;
	}
	
	
td
	{
	font-size: 9pt;
	}	

.focusMenu
	{
	color: #009999;
	font-weight:bold;
	}

.focusText
	{
	color: #009999;
	}
	
a.menu
	{
	color: #484848;
	text-decoration: underline;
	}	

a.menu:hover
	{
	color: #000000;
	text-decoration: underline;
	}	
	
a.menu_bottom
	{
	font-size: 8pt;	
	color: #484848;
	text-decoration: underline;
	}	


a.menu_bottom:hover
	{
	font-size: 8pt;	
	color: #000000;
	text-decoration: underline;
	}	
	
.bottomMenu
	{
	font-size: 8pt;	
	color: #009999;
	}

a.content
	{
	color: #000000;
	text-decoration: underline;
	}	

a.content:hover
	{
	color: #484848;
	text-decoration: underline;
	}
		
.formLabel
	{
	padding-right:10px;
	text-align:right;
	}
	
	
	
table.outlined
	{
	background-color: #99cccc; /* 225 - 225 - 225 */
	border-width : 1px;
	border-color : black;
	border-style : solid;
	border-left-width : 1;
	border-right-width : 1;
	border-top-width : 1;
	border-bottom-width : 1;
	}
	