A:link
{
    COLOR: #333333;
    TEXT-DECORATION: none
}
A:visited
{
    COLOR: #333333;
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: #0073BF;
    TEXT-DECORATION: underline
}
A:active
{
    COLOR: red;
    TEXT-DECORATION: none
}
SELECT
{
    BORDER-RIGHT: 1px;
    BORDER-TOP: 1px;
    BORDER-LEFT: 1px;
    COLOR: #333333;
    BORDER-BOTTOM: 1px;
}
.Nav {
	font-weight: bold;
	font-size: 10px;
	text-transform: capitalize;
	color: #ff5d00;
}
.INPUT1 {
	border-right: black 1px ridge;
	border-top: 1px ridge;
	font-weight: bold;
	font-size: 11px;
	border-left: 1px ridge;
	color: #ffffff;
	border-bottom: 1px ridge;
	background-color: #3399ff;
}
body, td, input, select, Textarea {
	font-size: 11px;
	color: #333333;
	line-height: 17px;
	font-family: Tahoma, Arial;
}
.line2 {
	font-size: 14px;
	line-height: 16pt;
}
h1 {
   font-family:  Arial, sans-serif;
   font-size: 10px;
   line-height: 5pt;
}
   h2 {
   font-family:  Arial, sans-serif;
   font-size: 13px;
   line-height: 5pt;
} 