	.textbox {
	height : 19px;
	font-size : 12px;
	border: 1 solid #000000;

	}
	.formfield {
		border-color : #666699 #666699 #666699 #666699;
		border-width : 1 1 1 1;
		color : Black;
		font-family : Courier New, Tahoma, Arial, sans-serif;
	}
	.button{
	color : Black;
	background-color : #eeeeee;
	height : 19px;
	font-size : 11px;
	border-color : #000000 #000000 #000000 #000000;
	border-width : 1 1 1 1;
	text-align: center;
	vertical-align: middle;


	}

	.title { font-family : Verdana, Arial, sans-serif; font-size : 18pt;color : #000000; font-weight : normal; }

A:link {
	color: #0000FF; 
	text-decoration: none
	}
A:visited {
color: #000066; 
text-decoration: none
}
A:hover {
	color: #0066FF;
	font-weight: normal;
	text-decoration: underline;

}
A:active { 
color: #CC9933;font-weight: normal;text-decoration:underline blink
}
.textfield {
	border: 1px solid #000000;


}
.comboBox {
	color : Black;
	background-color : #eeeeee;
	height : 19px;
	font-size : 11px;
	border-color : #000000 #000000 #000000 #000000;
	border-width : 1 1 1 1;
	text-align: center;
	vertical-align: middle;

}
.SomeLinks {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;

}
.borderAround {
	border: 1px solid #000000;
}
.borderBottom {
	border-top: 1px none #000000;
	border-right: 1px none #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px none #000000;

}
.borderTop {

	border-top: 1px solid #000000;
	border-right: 1px none #000000;
	border-bottom: 1px none #000000;
	border-left: 1px none #000000;
}

