BODY
{
    background-color: #FFFFFF;
    color: black;
    font-family: 'Arial';
	font-size: 10pt;
	margin: 0px 0px 0px 0px;
}

H1
{
    font-family: 'Arial';
    font-size: 18pt;
    font-weight: bold;
}
H2
{
    font-family: 'Arial';
    font-size: 15pt;
    font-weight: normal;
}

H3
{
    font-family: 'Arial';
    font-size: 12;
    font-weight: normal;
}


.menuLink
{
	text-decoration: none;
	color: #6A6969;
    font-family: 'Arial';
    font-weight:bold;
}

.buttonLink
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

.jobButton
{
	background-color: #FFE680;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.loginStep
{
	background-color: #EFEC64;
	font-family: 'Arial';
	color: #0355B7;
	font-size: 12pt;
	font-weight: bolder;
	text-align: center;
}

.loginHelp
{
	font-size: 10pt;
}

.required
{
	color: #FB0404;
}

.tableData
{
	color: #000000;
	font-family: 'Arial';
	font-size: 9pt;
}

.tableLink
{
	color: #AE1E21;
}

.tableEndRow
{
	background-color: #E7C572;
	font-weight: bold;
}

.tableEvenRow
{
	background-color: #EFEFEF;
}

.tableOddRow
{
	background-color: #FFFFFF;
}

.tableHeader
{
	color: #000000;
	font-family: 'Arial';
	font-weight: bold;
	text-align: left
}

.footerLink
{
	color: #0033cc;
	font-family: 'Arial';
	font-size: 8pt
}

.instructions
{
	font-style: italic;
}

.error
{
    color: #B03923;
    font-weight: bold;
}

.requiredDataLabel
{
	font-weight: bold;
    color: #B03923;
}

.small
{
	font-family: 'Arial';
	font-size: 10pt;
}

A
{
	color: #4F4A49;
	font-weight: bold;
	text-transform: none
}