body	{
	background-color: #F7F4ED;
}

a			{ color:#000000; }
a:hover		{ color:#CA0000; }
a:visited	{ color:#000000;}

.tableLayout	{
	background-color:#EEB42F;
	overflow:hidden;
	border: 1px solid #7E7E7E;

}

.lineBottom		{
	border-bottom-width:1px;
	border-bottom-color:#999999;
	border-bottom-style:dotted;
}
.cellLayoutSolidBorder	{
	background-color:#FFFFFF;
	border-color:#BBBBBB;
	border-style:solid;
	border-width:1px;
	vertical-align: top;
	
}

.cellLayoutSolidContent	{
	background-color:#FFFFFF;
	border-color:#BBBBBB;
	border-style: Solid;
	border-width: 1px;
	vertical-align: top;
	text-align:left;
	padding: 5px 8px;
}

.cellLayoutSolidHrzBanners	{
	background-color:#EEB42F;
	border-color:#BBBBBB;
	border-style: Solid;
	border-width:1px;
	vertical-align: top;
	
	
}

.fontMenu {
	font-family: Verdana;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.fontMenuHighlight	{
	font-family: Verdana;
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
	color: #CA0000;
}
.fontHeading {
	font-family: Verdana;
	font-size: 18px;
	font-style: normal;
	font-weight: 700	;
	color:#6F4E01;

}

.fontMiniHeading {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color:#666666;
}

.fontStandard {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color:#444444;
}

.fontMini {
	font-family:"MS Sans Serif";
	font-size: 8px;
	font-style: normal;
	color:#444444;
}

.fontContent {
	font-size: 2;
}

.divContentA	{
	position:absolute;
	left:15px;
	top:139px;
	width:233px;
	height:415px;
	z-index:10;
	border: 1px solid #CECECE;
	overflow:hidden;
	padding: 4px;
}

.divContentB	{
	position:absolute;
	left:297px;
	top:139px;
	width:492px;
	height:415px;
	z-index:10;
	border: 1px solid #CECECE;
	overflow:hidden;
	padding: 4px;	
}

.divContentC	{
	position:absolute;
	left:837px;
	top:242px;
	width:152px;
	height:312px;
	z-index:10;
	border: 1px solid #CECECE;
	overflow:hidden;
	padding: 4px;
	
}

.borderGrey	{
	border: 1px solid #CECECE;
	vertical-align: top;
}

.fillGrid	{

	background-color:	#F1E0BA;
	background-image:url(images/fill_grid.gif);
	padding-top: 3px;
	padding-left:1px;
	padding-right:1px;
	padding-bottom:3px;
	border-style:solid;
	border-width:1px;
	border-color:	#AAAAAA;
}
