body	{

background-image:url(images/bg_fullscreen.jpg);
background-repeat:repeat;
}

a			{ color:#000000; }
a:hover		{ color:#000000; }
a:visited	{ color:#000000;}

.tableLayout	{
	background-color:#FFFFFF;
	overflow:hidden;
	border: 5px solid #FFFFFF;

}

.lineBottom		{
	border-bottom-width:1px;
	border-bottom-color:#999999;
	border-bottom-style:dotted;
}
.cellLayoutSolidBorder	{

	background-color:#FFFFFF;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	vertical-align: top;
	
}

.cellLayoutSolidContent	{
	background-color:#FAFAFA;
	border-color:#BBBBBB;
	border-style: Solid;
	border-width:1px;
	vertical-align: top;
	text-align:left;
	padding: 5px 8px;
}

.cellLayoutSolidHrzBanners	{

	background-color:#D9E8F0;
	border-color:#BBBBBB;
	border-style: Solid;
	border-width:1px;
	vertical-align: top;
	
	
}

.fontMenu {
	font-family: Impact;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.fontMenuHighlight	{
	font-family: Impact;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	color: #CC0000;
}
.fontHeading {
	font-family: Impact;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color:#CC0000;

}

.fontMiniHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color:#666666;
}

.fontStandard {
	font-family: sans-serif;
	font-size: 10px;
	font-style: normal;
	color:#444444;
}

.divContentA	{
	position:absolute;
	left:15px;
	top:139px;
	width:233px;
	height:415px;
	z-index:10;
	border: 1px solid #CECECE;
	overflow:hidden;
	background-color:#FFFFFF;
	padding: 4px;
}

.divContentB	{
	position:absolute;
	left:297px;
	top:139px;
	width:492px;
	height:415px;
	z-index:10;
	border: 1px solid #CECECE;
	overflow:hidden;
	background-color:#FFFFFF;
	padding: 4px;	
}

.divContentC	{
	position:absolute;
	left:837px;
	top:242px;
	width:152px;
	height:312px;
	z-index:10;
	border: 1px solid #CECECE;
	overflow:hidden;
	background-color:#FFFFFF;
	padding: 4px;
	
}

.borderGrey	{
	border: 1px solid #CECECE;
	vertical-align: top;
}
