.dummy{color: black}

BODY {
	margin: 0 0;
	background-color: transparent;
	scrollbar-arrow-color: #808080;
	scrollbar-face-color: #000000;
	scrollbar-shadow-color:   #808080;
	scrollbar-highlight-color:  #808080;
	scrollbar-3dlight-color:   #808080;
	scrollbar-darkshadow-color: #808080;
	scrollbar-track-color: #191919;
}

INPUT.textfield {
	width:100%;
}

A:link {
	color: #FF0000;
}

A:visited {
	color: #FF1111;
}

IMG {
	border: 1px solid #858585;
	width: 100;
}

FORM { 
	margin: 0 0;
}

TEXTAREA {
	width: 100%;
}

TABLE {
	width: 800px;
}

TABLE.admin {
	width: 565px;
}

TR.title {
	font-family:verdana;
	font-size:8pt;
	font-weight:bold;
	white-space:nowrap;
	color:gray;
}

TD.title {
	font-family:verdana;
	font-size:8pt;
	font-weight:bold;
	white-space:nowrap;
	color:gray;
}
   
TR.text {
	font-family:verdana;
	font-size:7pt;
	white-space:nowrap;
	font-weight:bold;
	color:darkgray;
	text-align:justify;
	vertical-align: top;
}

TD.text {
	font-family:verdana;
	font-size:7pt;
	font-weight:bold;
	white-space:nowrap;
	color:darkgray;
	text-align:justify;
	vertical-align: top;
}

TR.wrap {
	font-family:verdana;
	font-size:7pt;
	font-weight:bold;
	color:darkgray;
	text-align:justify;
	vertical-align: top;
}

TD.wrap {
	font-family:verdana;
	font-size:7pt;
	font-weight:bold;
	color:darkgray;
	text-align:justify;
	vertical-align: top;
}

TR.link {
	font-family:verdana;
	font-size:7pt;
	font-weight:bold;
	white-space:nowrap;
	color:darkred;
	text-align:justify;
}

TD.link {
	font-family:verdana;
	font-size:7pt;
	font-weight:bold;
	white-space:nowrap;
	color:darkred;
	text-align:justify;
}

TR.navigate {
	font-family:verdana;
	font-size:7pt;
	font-weight:bold;
	white-space:nowrap;
	color:red;
	text-align:justify:
}

TD.navigate {
	font-family:verdana;
	font-size:7pt;
	font-weight:bold;
	white-space:nowrap;
	color:red;
	text-align:justify;
}

TR.error {
	font-family:verdana;
	font-size:7pt;
	font-weight:bold;
	white-space:nowrap;
	color:white;
	text-align:justify:
}

TD.error {
	font-family:verdana;
	font-size:7pt;
	font-weight:bold;
	white-space:nowrap;
	color:white;
	text-align:justify;
}

TR {
	font-family:verdana;
	font-size:7pt;
	font-weight:bold;
	color:darkgray;
	text-align:justify;
}

TD {
	font-family:verdana;
	font-size:7pt;
	font-weight:bold;
	color:darkgray;
	text-align:justify;
}

.accent {
	font-family:tahoma;
	font-size:8pt;
	font-weight:bold;
	color:darkred;
}