
.button {
	background-color: #6666CC;
	border-width: 1;
	border-style: solid;
	border-color: black;
	cursor: pointer;
	text-decoration: none;
	color: white;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	line-height: 140%;
	padding-left: 20px;
	padding-right: 20px;
}

TABLE {
	font-family: verdana;
	font-size: 10pt;
	text-align: justify;
}

BODY {
	font-family: verdana;
	font-size: 10pt;
	text-align: justify;
}

TD.right_aligned {
	text-align: right;
}

INPUT.app_text_field {
	width: 100%;
}

