.cssBoton {
	border-left: gray 1px solid;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-bottom: gray 1px solid;
	font-weight: bold;
	font-size: normal;
	cursor: hand;
	font-family: arial;
	color: #ffffff;
	background: #2B408A;
}

.cssInput {	
	border-right: dimgray 1px solid;
	border-top: dimgray 1px solid;
	border-left: dimgray 1px solid;
	border-bottom: dimgray 1px solid;
	font-size: 10px;
	color: black;
	font-family: arial;
	height: 20px;
	background-color: white;
} 

.cssNumInput {	
	border-right: dimgray 1px solid;
	border-top: dimgray 1px solid;
	border-left: dimgray 1px solid;
	border-bottom: dimgray 1px solid;
	font-size: 10px;
	color: black;
	font-family: arial;
	height: 20px;
	background-color: white;
	text-align: right;
} 

.cssLblNormal {
	font-family: arial;
	font-size: small;
	color: black;
}

.cssLblBold {
	font-family: arial;
	font-size: small;
	font-weight: bold;
	color: black;
}

.cssLblMini {
	font-family: arial;
	font-size: x-small;
	color: black;
}

.cssLblTitle {
	font-family: arial;
	font-size: medium;
	font-weight: bold;
	color: black;
}

.cssLblAlert {
	font-family: arial;
	font-size: small;
	font-weight: bold;
	color: red;
}

.cssLblMark {
	font-family: arial;
	font-size: small;
	font-weight: bold;
	color: green;
}

.cssLink {
	font-family: arial;
	font-size: small;
	font-weight: bold;
	color: navy;
	text-decoration: none;
}

.cssMiniLink {
	font-family: arial;
	font-size: x-small;
	font-weight: bold;
	color: navy;
	text-decoration: none;
}
