body
{
	font-family: "Times New Roman", Times, serif;
}

P
{
	display: block;
	color: black;
	position: static;
	text-align: justify;
}

.AAWSecureButton
{
	border-right: rosybrown thin outset;
	border-top: rosybrown thin outset;
	border-left: rosybrown thin outset;
	width: 150px;
	border-bottom: rosybrown thin outset;
	background-color: rosybrown;
}

SPAN.Bold
{
	display: block;
	font-weight: bolder;
	font-size: larger;
	color: black;
	font-family: Tahoma, Sans-Serif;
	position: static;
	text-align: justify;
}

SPAN.Emphasize
{
	display: block;
	font-weight: bolder;
	font-size: larger;
	color: darkred;
	font-style: italic;
	font-family: Tahoma, Sans-Serif;
	position: static;
	text-align: justify;
}

SPAN.Required
{
	color: darkred;
}

P.Bold
{
	display: block;
	font-weight: bolder;
	color: black;
	font-family: Georgia, Sans-Serif;
	position: static;
	text-align: justify;
}

P.Emphasize
{
	display: block;
	font-weight: bolder;
	font-size: larger;
	color: darkred;
	font-style: italic;
	font-family: Georgia, Sans-Serif;
	position: static;
	text-align: justify;
}

H1
{
	font-weight: bold;
	font-size: xx-large;
	color: black;
	font-family: 'Times New Roman';
}

body.secure
{
	background-color: "#c08080";
	margin-bottom: 0;
	margin-left: 10;
	margin-right: 10;
	margin-top: 0;
}

TD.LabelRight
{
	text-align: right;
	font-family: Georgia;
	font-weight: bolder;
}

.AAWSecureLongTextBox
{
	border-right: mistyrose thin inset;
	border-top: mistyrose thin inset;
	border-left: mistyrose thin inset;
	width: 400px;
	color: black;
	border-bottom: mistyrose thin inset;
	font-family: Arial, Sans-Serif;
	background-color: mistyrose;
}

.AAWSecureCommentsTextBox
{
	border-right: mistyrose thin inset;
	border-top: mistyrose thin inset;
	border-left: mistyrose thin inset;
	width: 750px;
	color: black;
	border-bottom: mistyrose thin inset;
	font-family: Arial, Sans-Serif;
	height: 250px;
	background-color: mistyrose;
}

.AAWSecureErrorText
{
	font-weight: bolder;
	color: darkred;
	font-style: italic;
	font-family: Georgia, Serif;
}

.AAWSecureWarnLabel
{
	font-weight: bold;
	color: darkred;
	font-style: italic;
	font-family: Georgia, Serif;
	width: 750px;
}
