body {
	font-family: helvetica, arial;
	color: #cccccc;
}

.textsize {
	font-size: 10px;
}

.textsizebigger {
	font-size: 12px;
}

.titlebarright { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold; 
	color: #000000; 
	font-style: normal
}
	
.titlebarindex { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #000000; 
	font-weight: 900; 
	font-style: normal; 
	letter-spacing: 1px
}



.input {
	FONT-WEIGHT: bold;
	FONT-SIZE: 9px;
	COLOR: #000000;
	FONT-FAMILY: "small fonts", helvetica, arial;
	BACKGROUND-COLOR: #999999;
	border: inset;

}

.searchbutton {
	FONT-WEIGHT: bold;
	FONT-SIZE: 9px;
	COLOR: #000000;
	FONT-FAMILY: "small fonts", helvetica, arial;
	BACKGROUND-COLOR: #999999;
	border: inset;

}


SELECT {
	FONT-WEIGHT: bold;
	FONT-SIZE: 9px;
	COLOR: #000000;
	FONT-FAMILY: "small fonts", helvetica, arial;
	BACKGROUND-COLOR: #BFBFBF;
	border: inset;

}


.webby {
	font-family: helvetica, arial;
	font-size: 10px;
	color: #BFBFBF;
}

.borderbody {
	border: 6px solid #000000;
}

.borderright {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.borderleft {
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 1px solid #000000;

}
.bordertop {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}




A { text-decoration: none}
A:hover { Text-Decoration: none}
A:visited { Text-Decoration: none}

A.set1:link { color: #ffffff; Text-Decoration: underline; }
A.set1:visited { color: #999999; Text-Decoration: underline;}
A.set1:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

} 

A.set2:link { color: #000000; text-decoration: none; }
A.set2:active { color: #000000; text-decoration: none;}
A.set2:visited { color: #000000; text-decoration: none; }
A.set2:hover { color: #FF0000; text-decoration: none; } 

A.set3:link { color: #000000; text-decoration: none; font-weight: bold; }
A.set3:active { color: #000000; text-decoration: none; font-weight: bold; }
A.set3:visited { color: #666666; text-decoration: none; font-weight: bold; }
A.set3:hover { color: #FF0000; text-decoration: none; font-weight: bold; } 

.underline {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCCFF;
	border-right-color: #FFCCFF;
	border-bottom-color: #66ff00;
	border-left-color: #FFCCFF;
}
.border {
	border: 1px solid #999999;
}
.red {
	color: #00FF00;
}
