bgcolors
{
	background-color: pink;
	background-color: rgb(192,192,192);
	background-color: rgb(200,200,210);
	background-color: rgb(200,200,180);
	background-color: rgb(200,180,180);
}
div 
{	margin: 0 0 0 0; border-width: 1 1 1 1; padding: 0 0 0 0;
	border-style: none;
	background-color: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
div.wrapper
{ position: relative; 
	float: left;
	margin 0 auto 0 auto; 
	text-align: left; 
	width: 90%;
}
div.colMain
{	float: right;
	width: 75%;
}
div.colMain_fl
{	float: left;
	width: 75%;
}
div.colLeft
{	float: left;
	width: 180px;
}
div.header
{	height: 120px;
	margin:  0 0 0 20; border-width: 1 1 1 1; padding: 3 3 3 3;
	font-size: 27px;
	text-align: center;
}
div.body
{	margin:  0 0 0 20; border-width: 1 1 1 1; padding: 3 3 3 3;
	font-size: 15px;
	text-align: left;
}
div.footer
{	margin:  0 0 0 20; border-width: 1 1 1 1; padding: 3 3 3 3;
	font-weight: bold;
	text-align: center;
}
div.tlcnr
{	margin:  0 0 0 0; border-width: 1 1 1 1; padding: 3 3 3 3;
	height: 120px;
	text-align: center;
}
div.tlcnr_ie
{	width: 100px;
	height: 200px;
	font-size: 12px;
	text-align: left;
}
div.lnav
{	margin: 0 0 0 0; border-width: 1 1 1 1; padding: 3 3 3 3;
	font-size: 16px;
	text-align: left;
}
div.sponsor
{	margin: 0 0 0 0; border-width: 1 1 1 1; padding: 3 3 3 3;
	border-style: solid;
	font-size: large;
	text-align: center;
}
div.slideshow
{	margin: 0 0 0 0; border-width: 1 1 1 1; padding: 3 3 3 3;
	height: 170px;
	font-size: large;
	text-align: center;
	vertical-align: middle;
}
div.tile
{	float: left;
	margin: 1 1 1 1; border-width: 1 1 1 1; padding: 0 0 3 0;
	width: 20px; height: 20px;
	background-color: red;
	text-align: center;
	vertical-align: middle;
	color: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 20;
	font-weight: 900;
}
td
{	background-color: white;
}
td.redbg
{	background-color: red;
	color: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 195%;
	font-weight: 900;
	text-align: center;
}
td.greenbg
{	background-color: green;
	color: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 195%;
	font-weight: 900;
	text-align: center;
}
td.small
{		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: small
}
p
{
}
p.left
{	font-size: medium;
	text-align: left;
}
p.right
{	font-size: medium;
	text-align: right;
}
p.large
{	font-size: large;
	text-align: center;
}
a
{	text-decoration: none;
}
a:link
{	color: #666666;
}
a:visited
{	color: #333333;
}
a:hover
{	text-decoration: underline overline;
	color: #000000;
}
a:active
{	text-decoration: underline overline;
	color: red;
}

