﻿body
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #003366;
	font-family: Sans-Serif;
	background-color: white;
}
.TEXTBLOCK
{
	text-align: justify;
	font-size: 9pt;
}
.TEXTBLOCK_J
{
	text-align: justify;
	font-size: 9pt;
}
.PAGER
{
	font-size: 8pt;
}
.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}
H1
{
	font-weight:bold;
	font-size:x-large;
	padding-left: 5px;
	padding-top: 5px;	
}
H2
{
	font-weight:bold;
	font-size: large;
}