<style>
		         A:link {
		         	text-decoration: none;
		         }
		         A:active {
		         	text-decoration: none;
		         	color : Black;
		         }
		         A:visited {
		         	text-decoration: underline;
		         	color : Gray;
		         }
		         A:hover{background:yellow; }
		         BODY {
		         	font-family: verdana;
		         }

		         h2 {
		         	margin-left: 15px;
		         }

		         /*---- FORM classes ----*/
		         .button {
		         	font-size: 11px;
		         	font-family: arial;
		         	color: white;
		         	background-color: Gray;
		         	font-weight: bold;
		         	height: 25px}
		         .input {
		         	font-size: 12px;
		         	font-family: tahoma;
		         	color: Navy;
		         }
		         .select {FONT-SIZE: 12px; FONT-FAMILY: arial; color: black}
		         .textBox {FONT-SIZE: 14px; FONT-FAMILY: arial; color: black}

		         .cssBorder {
		         	BORDER-BOTTOM: black 1px solid;
		         	BORDER-LEFT: black 1px solid;
		         	BORDER-RIGHT: black 1px solid;
		         	BORDER-TOP: black 1px solid;
		         	PADDING-LEFT: 2px;
		         }
</style>
