/* CSS Document */
@charset "UTF-8";
.bluetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 19px;
	color: #0057BF;
	padding-left: 23px;
	padding-top: 10px;
}
.headerblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 19px;
	color: #0057BF;
	font-weight: bold;
}
.positions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 27px;
	color: #0057BF;
	padding-left: 40px;
	padding-top: 10px;
}
.headerpost {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 19px;
	color: #0057BF;
	font-weight: bold;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 19px;
	color: #999999;
	padding-left: 20px;
	padding-top: 10px;
}
.historycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 22px;
	color: #0057BF;
	padding-left: 5px;
}

body
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}


h2
{
    padding-left: 8px;
	font-size: 16px;
    font-weight: bold;
	color: #f26d2c;
}

.requiredfield
{
    color: #ffec03;
    font-weight: bold;
    padding-left: 8px;
}

#headerapply 
{
    background: url(images/headerapply.jpg);
    height: 138px;
    width: 784px;
    margin: 0 auto;
}

#frmapplication
{
    font-size: 13px;
}

#frmapplication td
{
    padding-left: 10px;
}

.label
{
    width: 400px;
    background-color: #0061cc;
    color: #ffffff;
}

.evenstrip 
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #333333;
	background-color: #E0E0E0;
	height: 30px; 
	padding-left: 5px; 
	border-top-width: 1px; 
	border-bottom-width: 1px; 
	text-align: center;
}

.oddstrip
{  
	font-family: Arial, Helvetica, sans-serif; 
	color: #2333333; 
	font-size: 12px; 
	height: 30px; 
	padding-left: 5px; 
	text-align: center;
}

.leftside
{
	display:block;
	float:left;
	text-align:right;
	white-space:nowrap;
	width:50%;
}

.rightside
{
	display:block;
	float:right;
	text-align:left;
	white-space:nowrap;
	width:50%;
}
