.menu{
		background-color:white;
	}
	.menu_c{
		padding-left:1px;
	}
	
	.header{
		background-image: url(gfx/h_middle.gif);
		background-repeat: repeat-x;	
		color:#FCB44E;
		font-weight:bold;
		font-family: Tahoma, Trebuchet MS, Arial;
		font-size: 10px;
	}



	.title_dotted{
		color:#2E9EBD;
		font-family: Tahoma, Trebuchet MS, Arial;
		font-size: 11px;
		font-weight:bold;
		border-bottom:1px dotted #C0C0C0;		
		height:15px;
		line-height:16px;
		padding-bottom:5px;
		margin-bottom:10px;
	}

	

	.link A, .link A:hover{
		font-family: Tahoma, Trebuchet MS, Arial;
		font-size: 9px;
		color:#7B7B7B;
		text-decoration:none;
		line-height:16px;
	}	

	.bottom{
		background-image: url(gfx/bottom_bk.gif);
		background-repeat: repeat-x;	
		height:26px;
		color:#FFFFFF;
		font-family: Tahoma, Trebuchet MS, Arial;
		font-size: 9px;
		padding-top:7px;
		padding-left:20px;
		width:900px;
	}

	.bottom A, .bottom A:hover{
		font-family: Tahoma, Trebuchet MS, Arial;
		font-size: 9px;
		color:#FFFFFF;
		text-decoration:none;
	}

	.search_mid{
		background-image: url(gfx/search_mid.gif);
		background-repeat: repeat-x;	
		padding-bottom:8px;
	}

	.top{
		background-color:white;
		height:20px;
		padding-top:3px;
		color:#979797;
		width:800px;
	}

	.top A, .top A:hover{
		font-family: Tahoma, Trebuchet MS, Arial;
		font-size: 9px;
		color:#979797;
		text-decoration:none;
	}
	.pageHeading { font-family: Verdana, Arial, sans-serif; font-size: 18px; color: #727272; font-weight: bold; }

/* data table */
.dataTableHeadingRow { background-color: #C9C9C9; }
.dataTableHeadingContent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; }
.dataTableRow { background-color: #F0F1F1; }
.dataTableRowSelected { background-color: #DEE4E8; }
.dataTableRowOver { background-color: #FFFFFF; cursor: pointer; cursor: hand; }
.dataTableContent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }
