/* Default CSS Stylesheet for a new Web Application project */

TD
{
	font-family: Arial;
	font-size: 9pt;
	color: #163168;
}

.InputBox
{
	font-family: Arial;
	font-size: 9pt;
	color: #054189;
	border-bottom: solid 1px #163168;
	border-top: solid 1px #163168;
	border-left: solid 1px #163168;
	border-right: solid 1px #163168;
}

.InputButton
{
	font-family: Arial;
	font-size: 9pt;
	color: #054189;
	border-bottom: solid 1px #163168;
	border-top: solid 1px #163168;
	border-left: solid 1px #163168;
	border-right: solid 1px #163168;
}