


a
{
	text-decoration: none;
	font-weight:bold;	
}
a:hover
{
	text-decoration: underline;	
}

A.formbutton {
	text-decoration: none;
}
A.formbutton:hover {
	text-decoration: none;
	BACKGROUND-COLOR: #d0d0d0
}
A.formbutton:visited {
	text-decoration: none;
}

A.menubutton {
	text-decoration: none;
}
A.menubutton:hover {
	text-decoration: none;
	BACKGROUND-COLOR: #d0d0d0
}
A.menubutton:visited {
	text-decoration: none;
}

.menubutton 
{
	background-color: #E0473C;
	border: 2px solid #E0473C;
	font-weight: bold;
	color: #FFFFFF;
	
	BORDER-RIGHT: #bdbdbd 1px solid; 
	PADDING-RIGHT: 9px; 
	BORDER-TOP: #ffffff 1px solid; 
	DISPLAY: block; PADDING-LEFT: 9px; 
	PADDING-BOTTOM: 0.25em; 
	BORDER-LEFT: #ffffff 1px solid; 
	WIDTH: 100%;
	PADDING-TOP: 0.25em; 
	BORDER-BOTTOM: #bdbdbd 1px solid; 
	TEXT-DECORATION: none; 
}

.header 
{
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 24px;
 	font-weight:bold;
	color: #696969;
	padding-left: 25px;
	padding-top:5px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}

#content {
	padding-left: 25px;
	padding-right: 10px;
}
#print {
	padding-left: 25px;
	padding-right: 10px;
	width: 630px;
}

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  14px;
	color: #333333;
}
p {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size:  14px;
}
td {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size:  14px;
	vertical-align:top;
}
th {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size:  14px;
	vertical-align:top;
	text-align:left;
}
th.right 
{
	text-align:right;
}

h1 {
	font-size: 18px;
	margin-bottom: 8px;
}
h2 {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 8px;
}

.txt {
	background-color: #E7E8E3;
	border: 1px solid #696969;
	font-size: 15px;
	width:150px;
}
.cbo {
	font-size: 15px;
	width:150px;
}
.req {
	background-color: #E7E8E3;
	border: 1px solid #333333;
	font-size: 15px;
}
.rec {
	background-color: #E7E8E3;
	border: 1px solid #333333;
	font-size: 15px;
}
.firstcolumn 
{
	width: 200px;
}
td.number 
{
	width: 80px;
	text-align:right;
}

.cmd {
	padding: 0.25em 9px;
    background-color: #696969;
	    font-weight: bold;
	    color: #FFFFFF;
	
	    BORDER-TOP: #ffffff 1px solid; 
	    DISPLAY: block; 
	    BORDER-LEFT: #ffffff 1px solid; 
	    BORDER-RIGHT: #ffffff 1px solid; 
	    BORDER-BOTTOM: #bdbdbd 1px solid; 
	    TEXT-DECORATION: none;
    height: 30px;
}

cmd:hover {
	BACKGROUND-COLOR: Red
}
.noprint
{
	visibility:visible;
}



.creditmenu {
	padding-left: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
}

ul.menu 
{
    margin: 0;
    padding: 0;
    list-style-type:none;
    width: 500px;
}

ul.menu li
{
    display:inline;
}