BODY {
	font-family: Verdana, Arial, Tahoma;
	font-size: 10px;
	background:white;
	margin: 0px;
}

TABLE {
	border: 0px;
}

TABLE.border {
	width: 887px;
	/*border: 1px solid #000000;*/
	border-top: 0;
	border-bottom: 0;
	background-color: white;
	height: 100%;
}

TABLE.fulltable{
	width: 100%;
	height: 100%;
}

TD {
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	color:black;
}

TD.footer,TD.menu {
	
	background:#4f0641;
	color: white;
	height:20;
	font-size: 11px;
}

TD.grayback {
	height:20px;
	color: white;
	background-image:url(../www/layout/images/orangebar.gif);
	font-weight:bold;
	
}

TD.header {
	background: #4f0641;
	color: white;
	height:20;
	font-size: 10px;
}

A {
	color: black;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

A.menu{
	color:white;
}
A.menu:hover{

}

HR{
	color:black;
	height:1px;
}

P {
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	color: black;
	line-height:14px;
}

INPUT{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	border:1px solid black;
	color: black;
}

select{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	border:1px solid black;
	color: black;
}