/* reset */

html, body, div, table, tr, td, img 
{
/*	font-family:	"Trebuchet MS", Arial, Sans-serif; */
	border:		0;
	padding:	0;
	margin:		0;
}

/* ads */

div.fad
{
	margin-left:	auto !important;
	margin-right:	auto !important;
	text-align:	center !important;
/*	display:	table-row; */
	vertical-align:	center !important;
/*	border:		1px solid black !important; */
}

div.ad760x90	{width: 760px; 	height:	90px;}

div.ad200x300	{width: 200px;	height:	300px;}
div.ad200x200	{width:	200px;	height:	200px;}
div.ad200x150	{width:	200px;	height:	150px;}
div.ad200x60	{width:	200px;	height:	60px;}

div.ad240x400	{width:	240px;	height:	400px;}
div.ad240x200	{width:	240px;	height:	200px;}

div.ad234x60	{width:	234px;	height:	60px;}

div.ad468x60	{width:	468px;	height:	60px;}

div.adgreen	{background-color:#ccffcc; color:#000000;}
div.adgray	{background-color:#666666; color:#ffffff;}
div.addarkgray	{background-color:#333333; color:#ffffff;}

/* navigation */

/* resin 960 */

.r9
{
  max-width:		1260px;
  min-width:		960px;
  margin:		0;
  margin-left:		auto;
  margin-right:		auto;
  padding:		0;
  zoom:			1;
}

* html .r9 {
  // width:		expression(document.body.clientWidth > 1260 ? '1260px' : (document.body.clientWidth < 960? '960px' : 'auto') );
  zoom:			1;
}

