A
{
    COLOR: blue;
    TEXT-DECORATION: none
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
INPUT
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: #464646;
    FONT-FAMILY:  Tahoma, Arial, Helvetica;
    BACKGROUND-COLOR: white;
		BORDER-TOP: 1px solid silver;
		BORDER-BOTTOM: 1px solid silver;
		BORDER-LEFT: 1px solid silver;
		BORDER-RIGHT: 1px solid silver;
}
SELECT
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: #464646;
    FONT-FAMILY: Tahoma, Arial, Helvetica;
    BACKGROUND-COLOR: white;
		BORDER-TOP: 1px solid silver;
		BORDER-BOTTOM: 1px solid silver;
		BORDER-LEFT: 1px solid silver;
		BORDER-RIGHT: 1px solid silver;
}
SELECT.CASEDETS
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 7pt;
    COLOR: #464646;
    FONT-FAMILY: Tahoma, Arial, Helvetica;
    BACKGROUND-COLOR: white;
}
TEXTAREA
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: #464646;
    FONT-FAMILY:  Tahoma, Arial, Helvetica;
    BACKGROUND-COLOR: white;
		PADDING: 3px;
		BORDER-TOP: 1px solid silver;
		BORDER-BOTTOM: 1px solid silver;
		BORDER-LEFT: 1px solid silver;
		BORDER-RIGHT: 1px solid silver;
}
