BODY 
/* Just image may vary to every pub*/
{
	margin: 0px;
	background-image:url(/images/layout/body-bg.gif);
}

.footerBG 
/* use in the table at footer, gives a border and background.  */
{
	background-color: #F7F3E4;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D7CFA8;
	border-right-color: #D7CFA8;
	border-bottom-color: #D7CFA8;
	border-left-color: #D7CFA8;
}



.centerContentBG 
/*Use it in the content area of the web page to create a thin border */
{
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D7CFA8;
	border-right-color: #D7CFA8;
	border-bottom-color: #D7CFA8;
	border-left-color: #D7CFA8;
}

.headerBG {
	background-image: url(/images/layout/header-bg.gif);
}

.searchBG 
/*Background of Search in the top of the page*/
{
	background-image: url(/images/layout/search-bg.gif);
}


.leaderboardBG
/* This class provides background to the 728 banner*/

{
background-image:url(/images/layout/leaderboard-bg.gif);
}

/* This Footer class is using to repersent the text and links in footer
as we are using another class i.e. footerBG in footer's main table so implement this class in all <td>
 */
.footer 
{
	 font-family : Arial, Helvetica, sans-serif;
     font-size : 12px;
	 color: #000000;
}

.footer a
{
	 font-family : Arial, Helvetica, sans-serif;
     font-size : 12px;
	 color: #000000;
	 text-decoration:underline;
}

.footer a:hover
{
	 font-family : Arial, Helvetica, sans-serif;
     font-size : 12px;
	 color: #000000;
	 text-decoration:none;
}



.leftNav 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
}

.pubs 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 20px;
	text-decoration: none;
}





FORM 
{
	margin-bottom : 0px;
}


.secondary 
{
	font-family : Verdana, Arial, Helvetica;
	font-size : 11px;
}

.inlinetablehdr 
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : White;
	font-weight : bold;
}

.pubbardiv 
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 10px;
	color : #FFFFFF;
	letter-spacing : 1px;
}

.sponsors
/* for sponsors in left column*/ 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.packageQuote 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

input 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.white 
/*whenever white color is required in content area*/
{
	color: #FFFFFF;
}