body {
	color: #FFFFFF;
}
A:link {
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

A:hover, A:active {
	COLOR: #FFFF99;
	TEXT-DECORATION: underline overline;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

A:visited {
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

A.thumb:hover img {BORDER: 1px dashed #7FF248}
A.thumb img {BORDER: #FFFFFF 1px solid}  
/*--------------------------------------*/
.tfill {
	background-image: url(ts_tfill.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.bell {
	background-image: url(ts_bell.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.t04 {
	background-image: url(ts_t04.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 5px;
}
.topt {
	background-image: url(ts_t.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.bfill {
	background-image: url(ts_b.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.lfill {
	background-image: url(ts_l.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.rfill {
	background-image: url(ts_r.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.bltop {
	background-image: url(ts_t.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.blbtm {
	background-image: url(ts_b.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

/*------------------------------------*/
ul#navlist
{
	margin: 0 0 0 0px;
	padding: 0;
	width: 100%;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;	
}

#navlist li
{
list-style-type: none;
color: #daa520;
text-align: center;
padding: 0.1em;
margin-bottom: 0.1em;
}

#navlist li a
{
text-decoration: none;
display: block;
color: #000000;
}

#navlist li a:hover
{
background-color: #FFFFFF;
color: #000066;
}
/*------------------------------------*/
A.bltlink:link{
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #FFFFFF;
}
A.bltlink:hover, A.bltlink:active{
	TEXT-DECORATION: underline;
	color: #FFFF00;
	
}
A.bltlink:visited{
	TEXT-DECORATION: line-through;
	color: #CCCCCC;
	font-size: 16px;	
}
