﻿body
{
	font-size: 8pt;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    color: #000000;
    margin-top: 0px;
    margin-left: 0px;
}
.clsCatHeading
{
	background-color: #dcdcdc;
}
.clsLeftCol
{
	width: 60%;
}
.clsRightCol
{
	text-align: right;
}
.clsNoBorder
{
	text-align: right;
	border-right: 0px solid;
	border-top: 0px solid;
	border-left: 0px solid;
	border-bottom: 0px solid;
	width: 90px;
	cursor: default;
}
.clsUserInput
{
	text-align: right;
	border-right: red 1px solid;
	border-top: red 1px solid;
	border-left: red 1px solid;
	border-bottom: red 1px solid;
	width: 90px;
}
.clsUserInputLongLeft
{
	text-align: left;
	border-right: red 1px solid;
	border-top: red 1px solid;
	border-left: red 1px solid;
	border-bottom: red 1px solid;
	width: 90px;
}
.clsSpanLink
{
	cursor: hand;
	color: #0D2C5A;
	text-align: center;
	border-right: red 1px solid;
	border-top: red 1px solid;
	border-left: red 1px solid;
	border-bottom: red 1px solid;
	width: 70px;
}
SELECT
{
	width: 65px;
}
