a:link    { text-decoration: none; color: #cc0000; }
a:visited { text-decoration: none; color: #000000; }
a:active  { text-decoration: none; color: #ff0000; }
a:hover   { text-decoration: none; color: #ff0000; }

body {SCROLLBAR-FACE-COLOR: #ffffff; 
SCROLLBAR-HIGHLIGHT-COLOR: #000000; 
SCROLLBAR-SHADOW-COLOR: #000000; 
SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
SCROLLBAR-ARROW-COLOR: #000000; 
SCROLLBAR-TRACK-COLOR: #ffffff; 
SCROLLBAR-DARKSHADOW-COLOR: #ffffff} 

.text6   {  font-family: Arial, Helvetica sans-serif; font-size:  6pt; font-weight: normal; color: #000000}
.text6b  {  font-family: Arial, Helvetica sans-serif; font-size:  6pt; font-weight: bold;   color: #000000}
.text7   {  font-family: Arial, Helvetica sans-serif; font-size:  7pt; font-weight: normal; color: #000000}
.text7b  {  font-family: Arial, Helvetica sans-serif; font-size:  7pt; font-weight: bold;   color: #000000}
.text8   {  font-family: Arial, Helvetica sans-serif; font-size:  8pt; font-weight: normal; color: #000000}
.text8b  {  font-family: Arial, Helvetica sans-serif; font-size:  8pt; font-weight: bold;   color: #000000}
.text9   {  font-family: Arial, Helvetica sans-serif; font-size:  9pt; font-weight: normal; color: #000000}
.text9b  {  font-family: Arial, Helvetica sans-serif; font-size:  9pt; font-weight: bold;   color: #000000}
.text10  {  font-family: Arial, Helvetica sans-serif; font-size: 10pt; font-weight: normal; color: #000000}
.text10b {  font-family: Arial, Helvetica sans-serif; font-size: 10pt; font-weight: bold;   color: #000000}
.text12  {  font-family: Arial, Helvetica sans-serif; font-size: 12pt; font-weight: normal; color: #000000}
.text12b {  font-family: Arial, Helvetica sans-serif; font-size: 12pt; font-weight: bold;   color: #000000}
.text14  {  font-family: Arial, Helvetica sans-serif; font-size: 14pt; font-weight: normal; color: #000000}
.text14b {  font-family: Arial, Helvetica sans-serif; font-size: 14pt; font-weight: bold;   color: #000000}
.text16  {  font-family: Arial, Helvetica sans-serif; font-size: 16pt; font-weight: normal; color: #000000}
.text16b {  font-family: Arial, Helvetica sans-serif; font-size: 16pt; font-weight: bold;   color: #000000}


.text8grey   {  font-family: Arial, Helvetica sans-serif; font-size:  8pt; font-weight: normal; color: #c0c0c0}

.text12rot  {  font-family: Arial, Helvetica sans-serif; font-size: 12pt; font-weight: normal;   color: #CC0000}
.text12brot  {  font-family: Arial, Helvetica sans-serif; font-size: 12pt; font-weight: bold;   color: #CC0000}



/* Apply CSS to any UL (Unorderd List) with the class name 'menu' */
.menu
{
	border: 1px solid #dedede;
	margin: 0px;
	padding: 5px;
	list-style-type: none;
	width: 150px;
}
/* Collapse the List Item Tags */
.menu li { display: inline; }

/* Make the links block elements and give them padding and some style */
.menu a, .menu a:visited
{
	color: #000000;
	font: 12px Verdana;
	text-decoration: none;
	background-color: #dedede;
	display: block;
	padding: 2px;
	border-left: 1px solid #000000;

}

/* Specify the rollover style for the links */
.menu a:hover
{
	border-left	: 1px solid #dedede;
	background-color: #000000;
	color: #dedede;
}
