/* CSS Document */
body { 
	background-color: #000;
	background-image: url(../images/bgtile.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
.bg-left {
	background-image: url(../images/bg-l.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bg-right {
	background-image: url(../images/bg-r.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.contentbg {
	background-image: url(../images/t-mid.jpg);
}
.contentbg2 {
	font-family: "Georgia", serif;
	font-size: 11px;
	color: #000;
}
.contentbg3 {
	background-image: url(../images/bg-mlow.jpg);
	background-repeat: no-repeat;
	font-family: "Georgia", serif;
}
.copyright {
	font-family: "Georgia", serif;
	font-size: 10px;
	color: #182029;
}
.componentheading {
  font-family: "Georgia", serif;
  font-size         : 16px;
  font-weight       : bold;
  color             : #000;
}
.contentheading {
  font-family: "Georgia", serif;
  font-size         : 16px;
  font-weight       : bold;
  color             : #000;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #CCC;
	text-decoration: none;
}

a.copyright:link {
	color: #333;
	text-decoration: none;
}
a.copyright:visited {
	color: #333;
	text-decoration: none;
}
a.copyright:hover {
	color: #999;
	text-decoration: none;
}
a.copyright:active {
	color: #666;
	text-decoration: none;
}

td, tr, p, div {
}