A:hover 
{
	color:#DD0000;
}

.leftgray 
{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EEEEEE;
}

.bottomgray 
{
	border: 1px solid #999999;

}

.leftbottomgray 
{
	border-bottom: 1px solid #EEEEEE;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EEEEEE;
	border-top-style: none;
	border-right-style: none;


}

.lbg 
{
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #EEEEEE;
	border-left-color: #EEEEEE;
}
.bg 
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
}

.fieldbasic 
{
	border: 1px outset #CCCCCC;
	background-color: #FFFFFF;
}

.bottomboldleft 
{
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.topboldleft 
{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EEEEEE;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.fieldgoforum 
{
	background-color: #FCEE9E;
	border: 1px solid #666666;
	cursor: hand;
	font-size: 9px;
}

.sendbutton 
{
	border: 1px solid #999999;
	background-color: #E2E2E2;
}
.fieldsearchword 
{
	background-color: #FCEE9E;
	border: 1px solid #999999;
	cursor: hand;
	font-size: 9px;
}

.deletedtopics 
{
	text-decoration: line-through;
}

.text-of-table-header 
{
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	font-weight: bold;
}
.bottombold 
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.findfield {
	background-color: #F6F6F6;
	border: 1px solid #666666;
	cursor: auto;
	font-size: 9px;
}

.findbutton 
{
	border: 1px none #999999;
	height: 20px;
	cursor: hand;
	background-color: #F6F6F6;
}

.border 
{
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.borderimg 
{
	border: 1px solid #999999;
}

.menu 
   { 
	color: black;	
      z-index:10; 
    }

pre
{
	background-color: #FBFDEA;
	padding: 5px 5px 5px 5px; 
	margin: 5px 5px 5px 5px;
	border: 1px dotted #DDDDDD;
	border-left: 1px dotted gray;
/*	white-space: normal; */
/*	word-wrap: break-word; */
	font-size: 13px;
	color: #000077;
}

span.cr { color: red; }
span.cg { color: #006600; }
span.cb { color: black; }

.menu A:hover {color: red;}
.menu A {text-decoration: none; color: black;}
