/* CSS Document */
/*
TAGNAME
{
	property:value;
}

#idSelector
{}

.classDefinition
{}

*/
A.highlight:link,A.highlight:visited,A.highlight:hover,A.highlight:active
{
	font-size:8pt;
	font-weight:normal;
	color:#616400;
}

BODY
{
	background-color:#B0B17F
}

.BODY,TABLE,TD
{
	margin:0px;
	font-family:Arial,sans-serif;
	font-size:8pt;
	font-weight:normal;
	color:#616400
}

.textfield
{	
border: 1px solid;
}	

A,A:VISITED {
font-family:   Arial;
font-size:    8pt;
font-weight:   normal;
color:     #636500;
text-decoration:  none;
}

A:ACTIVE
 {
	font-family:   Arial;
	font-size:    8pt;
	font-weight:   normal;
	color:     #636500;
	text-decoration:  none;
}

A:HOVER {
font-family:   Arial;
font-size:    8pt;
font-weight:   normal;
color:     #636500;
text-decoration:  none;
}



