@charset "ISO-8859-1";
a:link {
	color: #333
}
a:active { color: yellow; text-decoration: none }
a:visited {
	color: #333
}
a:hover {
	background-color: #333;
	text-decoration: none;
	color: #FFFF00;
    opacity:.60;
	filter:alpha(opacity=60);
	filter: "alpha(opacity=60)";
} 

.bottomLine {
	border-bottom-width: thin;
	border-bottom-style: double;
	border-bottom-color: #FFF;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 7px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	padding: 4px;
}
.titleBIG {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	letter-spacing: 7px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	padding: 4px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.sideBARtext {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
}
.bodyWIDE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	letter-spacing: 1px;
	line-height: 16px;
	font-weight: normal;
	word-spacing: 0em;
	list-style-type: none;
}
.bottomLineBLACK {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #000;
}
.mediumTEXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
.mediumBOLD {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}

