﻿body {
	cursor: default;
	font-family:arial;
	font-size:11;
	color:#53534C;
}

table 
{
	font-family:arial;
	font-size:11;
	color:#53534C;
}

a {
	color: black;
	text-decoration: none
}

a:hover {
	font-weight:bold;
}

.clHand 
{
	cursor: pointer;
	cursor: hand;	
}

.clButton {
    font-family: verdana;
    font-size: 7pt;
    cursor: hand;
    border: 1px solid #666666;
    background-color:#eef2e8;
}

.clTxt {
    font-family: verdana;
    color: black;
    font-size: 8pt;
    cursor: hand;
    border: 2px groove #666666;
}

.clText
{
	font-family:arial;
	font-size:10;
	font-weight:bold;
	position:relative;
	top:1px;
	color:#53534C;
}

.clCombo 
{
	font-family:arial;
	font-size:10;
	font-weight:bold;
	position:relative;
	top:1px;
	color:#53534C;
}
input {
	font-family:arial;
	font-size:8pt;
}
select {
	font-family:arial;
	font-size:8pt;
}
textarea {
	font-family:arial;
	font-size:8pt;
}