/* CSS Document */
body {
  background:#666666;
	}
body, td {
  font:14px Tahoma, Verdana, Arial, sans-serif;
	font-weight:normal;
	color:#333333;
	}
a {
  color:#333333;
	}
a:hover {
  text-decoration:none;
	color:#CC0000;
	}
input, textarea {
  font:12px Tahoma, Verdana, Arial, sans-serif;
	font-weight:normal;
	color:#333333;
	}
#content {
  background:#FFFFFF;
	}
#content .header {
  background:url(images/img-1.gif) no-repeat top;
	}
#content .footer {
  background:url(images/img-2.gif) no-repeat bottom;
	padding-bottom:10px;
	}
#content h2 {
  font: 20px "Trebuchet MS", Verdana, Arial;
	font-weight:bold;
	text-transform: uppercase;
	color:#CC0000;
	display:block;
	border-bottom:1px solid #333333;
	}

/********** TAB NAV MENU **********/
.tab_menu td {
  background:url(images/tab_menu.gif) no-repeat;
	width:97px;
	height:36px;
	text-align:center;
	}
.tab_menu a {
  color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	}
.tab_menu a:hover {
  color:#CC0000;
	}

/********** BOX STYLES **********/
#box td{
  -moz-border-radius:8px 8px 8px 8px;
	color: #EEEEEE;
	background:#666666;
	padding:8px;
	vertical-align:top;
	line-height:1.2;
	}

/**********ADVERT STYLES **********/
.ad {
  font-size:11px;
	}
/********** FOOTER STYLES **********/
#footer {
  color:#EEEEEE;
	padding:5px;
	font-size:11px;
	}
#footer a {
  color:#EEEEEE;
	text-decoration:none;
	}
#footer a:hover {
  color:#FF0000;
	text-decoration:underline;
	}