.sub-bnr {
	font-family: "Trebuchet MS";
	font-size: 24px;
	color: #FFFF99;
	background-image: url(../theme/bnr-frame.gif);
	text-align: center;
	height: 37px;
	background-position: center;
	background-repeat: no-repeat;
}

a:link
{
	color: rgb(255, 204, 0);
}

a:active
{
	color: rgb(102, 153, 153);
}

a:visited
{
	color: rgb(102, 204, 153);
}

body {
	background-attachment: fixed;
	background-image: url(../theme/img-bg-tile.gif);
	background-repeat: repeat;
	background-color: #003333;
}

h1 {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-style: normal;
	font-size: 24pt;
	color: rgb(204, 204, 102);
}

h2 {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-style: normal;
	font-size: 18pt;
	color: rgb(204, 204, 102);
}

h3 {
	font-family: "Trebuchet MS";
	font-style: normal;
	font-size: 14pt;
	color: rgb(204, 204, 102);
	font-weight: bold;
}

h4 {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-style: normal;
	font-size: 12pt;
	color: rgb(204, 204, 102);
}

h5 {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-style: normal;
	font-size: 10pt;
	color: rgb(204, 204, 102);
}

h6 {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-style: normal;
	font-size: 8pt;
	color: rgb(204, 204, 102);
}

p {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-style: normal;
	color: #FFFFCC;
}

td {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-style: normal;
	color: #FFFFCC;
}
ul {
	list-style-image: url(../theme/blt-24x16-teal.gif);
	font-weight: bold;
  margin-bottom: 0;
}
.ul2 {
	list-style-image: url(../theme/blt-24x16-amber.gif);
	font-weight: normal;
}
.ul3 {
	list-style-image: url(../theme/blt-24x16-blue.gif);
	font-weight: normal;
}
.ul4 {
	list-style-image: url(../theme/blt-24x16-brown.gif);
	font-weight: normal;
}
