* 
{
	padding: 0;
	margin: 0;
}

html, body 
{
	font-family: Segoe UI,Arial,Verdana,Helvetica,sans-serif;
	color: White;
}

a 
{
	color: rgb(155,245,255);
}
a.anchor
{
	color: White;
}

div.body 
{
	width: 768px;
}

div.header 
{
	width: 768px;
	height: 126px;
	background: url(../images/header.jpg) top left no-repeat;
}
.headerTitle
{
	position: absolute;
	top: 30px;
	left: 30px;
	font-size: 16pt;
	color: White;
}
#progressBackground 
{
	position: absolute;
	top: 80px;
	left: 30px;
	height: 10px;
	width: 302px;
}
#progressForeground20,
#progressForeground40,
#progressForeground60,
#progressForeground80,
#progressForeground100 
{
	position: absolute;
	top: 81px;
	left: 31px;
	height: 8px;
}
#progressForeground20 
{
	width: 60px;
}
#progressForeground40 
{
	width: 120px;
}
#progressForeground60 
{
	width: 180px;
}
#progressForeground80 
{
	width: 240px;
}
#progressForeground100 
{
	width: 300px;
}
.ddlLanguage 
{
	position: absolute;
	top: 140px;
	left: 670px;
	z-index: 1;
}

div.content 
{
	width: 708px;
	height: 430px;
	padding: 50px 30px 0px 30px;
	font-family: Segoe UI,Arial,Verdana,Helvetica,sans-serif;
	font-size: 10pt;
	color: white;
	text-align: justify;
	background: url(../images/background.jpg) no-repeat 0px 126px fixed;
	position: fixed;
	overflow: auto;
	overflow-x: hidden; /* if known by browser */
}

ul.list
{
	margin-left: 25px;
}
ol.list 
{
	margin-left: 35px;
}
ul.menulist
{
	list-style: none;
}
ul.menulist li
{
	float: left;
}
ul.menulist li.first
{
	margin-right: 40px;
}

table 
{
	border-spacing: 0px;
	background: #213148;
}
table tr#headerRow
{
	text-align: left;
	font-weight: bold;
	padding: 0.1em 0.5em;
	border: 0px;
	border-bottom: 1px solid #9999aa;
}
table tr#headerRow td 
{
	text-align: center;
	font-weight: bold;
	color: white;
	border-left: 1px solid #9999aa;
}

table td 
{
	text-align: right;
	border: 0px;
	border-bottom: 1px solid #9999aa;
	border-left: 1px solid #9999aa;
	padding: 0.1em 0.5em;
}
table tr.Even
{
	background-color: #76808a;
}
.btnDeleteRow 
{
}

.row 
{
	clear: both;
}
.labels
{
	float: left;
	width: 150px;
}
.redText
{
	color: Red;
}
.error 
{
	color: Red;
	font-weight: bold;
}

div.logos 
{
	margin-left: 100px;
	margin-top: 20px;
	margin-bottom: 20px;
}
div.logos img 
{
	margin-right: 70px;
}

.footnote 
{
	font-size: 10px;
}

div.footer 
{
	margin-top: 480px;
}
div.footer img
{
}