body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	background-color: #6c6e71;
	margin: 0px;
}
#PageContent
{
	width: 800px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	min-height: 500px;
}
#PageBranding
{
	background-color: #000066;
	text-align: right;
}
#PageBranding img
{
	padding-top: 25px;
	padding-bottom: 25px;
}

a
{
	color: #0066CC;
	text-decoration: none;
}
a:hover
{
	color: #6699CC;
}
.bodysmall
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
}
.DetailHeading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	font-weight: bold;
}
.DetailBody
{
	background-color: #E2EDFA;
}
.DetailTable
{
	table-layout: auto;
}

.NavBar
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	text-decoration: none;
}

.VacanciesTable
{
	width: 100%;
	text-align: left;
}

.VacanciesHeading
{
	text-align: left;
}
.VacanciesItem, .VacanciesAltItem
{
	color: #000066;
}

.ActionItem
{
	color: #ffffff;
	text-transform:uppercase;
	font-weight: bold;
}
.ActionList
{
	list-style-type: square ;
	list-style-image: none;
	color: #ffffff;
	margin-left: 25px;
}
.ActionList LI 
{
	margin-top: 10px;
}