/*************************************
** Window 1
**************************************/
table.win1 {
	/*background-color:#00FF00;*/
	border:none;
	width:100%;
	margin-bottom:10px;
}

/*table.win1 td.win1_heading {
	padding:2px 0px 2px 4px;
	text-align:left;
	background-image:url(../images/lmenu_grad_under.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	font-weight:bold;
}*/


table.win1 td.win1_heading {
	vertical-align:top;
	width: 100%;
/*	height: 37px;*/
	background-image:url(../images/left_heading_back.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	
	color:#298EAA;	/* Turquoise */
	color:#21419b;	/* Royal Blue */
	color:#737373;	/* Light Gray */
	
/*	border-bottom:1px dotted #737373;*/

	white-space:normal;
	font-size:14px;
/*	font-weight:bold;*/
	padding:10px 0px 0px 12px;
	text-transform:uppercase;
}
	

table.win1 td.win1_content {
	padding:2px 14px 2px 14px;
	font-size:11px;
}

table.win1 td.win1_content_no_padding {
	padding:0px 0px 2px 0px;
	font-size:11px;
}