body
{
	margin: 0px;
}
body, TABLE
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 11px;
	padding-bottom: 0px;
	margin: 0px;
	border-top-style: none;
	padding-top: 0px;
	font-family: Verdana;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
IMG
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.ListItem
{
	BACKGROUND-POSITION-Y: bottom;
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	height: 25px;
}
.ListItemVert
{
	BACKGROUND-POSITION-X: right;
	background-image: url(../images/lineVert.gif);
	background-repeat: repeat-y;
}
.SelectedListItem
{
	BACKGROUND-POSITION: bottom;
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	padding-bottom:5px;
	padding-top:5px;
	color:#FF5A00;
	font-weight : bold;
	height: 25px;
	background-color:whitesmoke;
}
.ListItem TD, .SelectedListItem TD
{
	padding-bottom:5px;
	padding-top:5px;
	height: 25px;
	
}
TD.ListItemNoPad 
{
	padding-bottom:0px;
	padding-top:0px;
}
A
{
	color: #F38428;
	text-decoration: none;
}
A:HOVER
{
	color: #d76a00;
}
INPUT, SELECT, input.file
{
	font-size: 11px;
	color: #748899;
	font-family: Verdana;
}