body, html
{
	margin: 0px;
	width: 100%;
	height: 100%;
	font-family: arial, helvetica;
	height: 100%;
	font-size:10pt;
}

form
{
	margin-bottom: 0px;
}


.heading
{
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
	padding-top: 20px;
	padding-bottom: 20px;
}

.form_error
{
	border: 1px solid red;
	color: red;
	font-family: arial;
	padding: 2px 6px 2px 6px;
}

.main-cell
{
	height: 100%;
	vertical-align:top;
	padding-left: 14px;
	padding-top: 0px;
	margin-top: 0px;
}

h2
{
	margin-top: 20px;
	color:#ce002b;
	font-size: 16px;
}

form .label
{
	text-align: right;
	vertical-align: top;
}

form .required
{
	color:#ce002b;
	vertical-align: top;
}

form .action
{
	text-align: right;
}

table.listing
{
	border-collapse: collapse;
}

table.listing td
{
	border: 1px solid #ce002b;
	padding: 3px; 
}

div.document-title
{
	font-weight: bold;
}
a:link, a:visited {
	font-family:arial, helvetica;
	font-size:10pt;
	color:#d90201;
	text-decoration:none;
}
a:hover, a:active {
	text-decoration:underline;
}