a {
	color : Navy;
	text-decoration: none;
}

a:hover {
	color : Gray;
}
a:visited {
	color : Blue;
}

.title {
	color : Black;
	font-size : 20px;
	font-family : "Courier New", Courier, monospace;
	font-weight: bold;
}
.botton {
	color : #5B5B5B;
	font-size : 12px;
	font-family : "Courier New", Courier, monospace;
	font: bold;
}

.textNormal, p, td {
	color : #000000;
	font-size : 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.textSmall {
	color : #000000;
	font-size : 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.textBigger {
	color : #000000;
	font-size : 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.textForm {
	color : #000000;
	font-size : 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.textTitle  {
	color : #000000;
	font-size : 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

.inputShort {	
   FONT-SIZE: 9pt;
	WIDTH: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #DCDCDC;
}


