.button {
	cursor: pointer;
	background:transparent;
}
.text {
	font-size: 10px;
	margin: 0px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fdfdfd;
	font-weight: normal;
	padding: 2px;
	height: 20px;
	width: 100px;
	border: 1px solid #D4D0C8;
}
.select {
	border: 1px solid #D4D0C8;
	font-size: 10px;
	margin: 0px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fdfdfd;
	padding: 2px;
	height: 100px;
	width: 100px;
	font-weight: normal;
	list-style-type: none;
}
.tableHR {
	border-top: 0px none #333333;
	border-right: 0px none #333333;
	border-bottom: 1px solid #333333;
	border-left: 0px none #333333;
}
.h50{
	height: 50px;
}
.h100{
	height: 100px;
}
.h150{
	height: 150px;
}
.h200{
	height: 200px;
}
.w15 {
	width: 15px;
}
.w25 {
	width: 25px;
}
.w50 {
	width: 50px;
}
.w60 {
	width: 50px;
}
.w75 {
	width: 75px;
}
.w100 {
	width: 100px;
}
.w150 {
	width: 150px;
}
.w200 {
	width: 200px;
}
.w250 {
	width: 250px;
}
.w300 {
	width: 300px;
}
.redBorder {
	border-color: #FF0000;
}
.transparent {
	background-color: transparent;
	border-width: 0px;
}
.button {
	background-color: transparent;
	cursor:pointer;
}
.verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
} 
.bold {
	font-weight: bold;
} 
.small {
	font-size: 10px;
}
.clasic {
	font-size: 12px;
}
.big {
	font-size: 16px;
}
.red {
	color: #FF0000
}
body {
	background-color: #eeeeee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td {
	font-size: 12px;
}
th {
	font-size: 14px;
	text-align: left;
}
