body {
	color:#ffffff;
      font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background:url(../images/back.gif);
}
a:link {
	text-decoration: none;
	color:#ffcc99;
}
a:visited {
	text-decoration: none;
	color:#ffcc99;
}
a:hover {
	text-decoration: underline;
	color:#ffcc99;
}
a:active {
	text-decoration: none;
	color:#ffcc99;
}
.headlogo{
	color:#003399;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}
.copyright {
	font-size:11px;
}
.error {
	color:#cccc00;
}
a.headlogo:link, a.headlogo:active, a.headlogo:visited, a.headlogo:hover {
	color:#003399;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-decoration: none;
}
a.anounce:link, a.anounce:active, a.anounce:visited, a.anounce:hover 
{
	text-decoration: underline;
	font-family: Tahoma;
	font-size: 14px;
	color: #8e8982;
}
.anounce
{
	font-family: Verdana;
	font-size: 10px;
	color: #ff3300;
      font-weight:bold;
}
.digit {
	color:#ffffff;
	font-family:Tahoma,Arial;
	font-size:11px;
	font-weight:bold;
}
.digs {
	color:#ffffff;
	font-family:Tahoma,Arial;
	font-size:18px;
}
.digg {
	color:#ffffff;
	font-family:Tahoma,Arial;
	font-size:11px;
}
.bottomlinks {
	font-size:10px;
}
.subline {
	font-size:11px;
	color:#ffcc99;
}
.comdigs {
	font-size:11px;
	color:#999999;
	font-weight:bold;
}
.comline {
	font-size:11px;
	color:#999999;
}
.green {
	color:#009900;
}
.opacityit
{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	-moz-opacity: 0.3;
}
/* Thumbnails */

a.linkloco b {
position:absolute;
visibility:hidden; /* hide the image */
}

a.linkloco:hover {
text-decoration:none;  
z-index:1000;
background:url(../images/linkpic_shadow.gif) no-repeat;
}

a.linkloco:hover b {
visibility:visible; /* make the image visible */
z-index:500;
border:solid 0px #ffffff;
}
a.linkloco:hover b img {
margin:0px;
}

.submit-button {
    clear: both color: #660000;
    background: #660000;
    border: #ffcc99 solid 1px;
    color: #ffcc99;
}

.input-box {
    color: #be4300;
    background: #ffffff;
    border: #660000 solid 1px;
}

.showstate{ /*Definition for state toggling image */
cursor:hand;
cursor:pointer;
float: right;
margin-top: 5px;
}

