@charset "utf-8";
/* CSS Document */

body   
{  
	background-color: #F3F3F4;
	margin-top:0;
	margin-left:0;
	width:100%;
	height:100%;
	margin-right:0;
	margin-bottom:0;
}

#Main_tble
{
  	border:0;
	text-align:center;
	width:950px;
	background-color:FFFFFF;
}

#Main_tble1
{
  	border:0;
	text-align:center;
	width:900px;
	background-color:FFFFFF;
	margin-left:0px;
}

#Retail_ProfileTitle
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:bold;
	color: #d0232a;
}

#Title_Hdr
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#d0232a;
	font-weight:bold;
}

#LTO_tble
{
  	border:0;
	text-align:center;
	width:900px;
	background-color:#d0232a;
	
}

#FTO_tble
{
  	border:0;
	text-align:center;
	width:900px;
	background-color:#336e33;
}

a
{
	color:#000000;
}


