body
{
	font-size: 10px;
	color: black;
	font-family: Arial;
}

td { font-size: 10px; }

.propertyRow
{
	font-size: 10px;
	font-family: Arial;
	background-color: #ffffff;
	background-image: url(img/ui/bottomShadow2part.jpg);
}

.propertyRowAlternate
{
	background-color: #ffffff;
}

.mainText
{
	font-size: 10px;
	color: black;
	font-family: Arial;
}

.mainTitle
{
	padding-top: 20px;
	font-family: Arial;
	font-size: 20px;
	color: #005197;
	font-weight: bold;
	margin-bottom: 10px;
}

.subTitle
{
	text-align: center;
	font-family: Arial;
	font-size: 16px;
	color: #005197;
	font-weight: bold;
}

.countries
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 9px;
	background-image: url(img/ui/countries-shade.jpg);
	padding-bottom: 5px;
	color: #005197;
	padding-top: 5px;
	font-family: Arial;
}


.mainTitleInBox2
{
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #005197;
	font-weight: bold;
}


.imagePanel
{
	vertical-align: middle;
	text-align: center;
}

.mainPanel
{
	
	width: 760px;
	margin-left:auto;
	margin-right:auto;
	margin: 10px 10px 10px 10px; 
}


.menu
{
	font-size: 12px;
	font-family: Arial;
	text-decoration: none;
}

.subMenu
{
	padding-right: 3px;
	padding-left: 15px;
	font-size: 11px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: Arial;
	text-decoration: none;
}

.menuHead
{
	font-weight: bold;
	font-size: 12px;
	height: 20px;
	font-family: Arial;
	text-decoration: none;
	color: #005197;
}

.menuItem
{
	display: block;
	font-size: 11px;
	font-family: Arial;
	text-decoration: none;
	color: #005197;
	line-height: 14px;
	margin-bottom: 6px;
}

.menuLink
{
	font-weight: bold;
	line-height: 20px;
	
	color: #005197;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 12px;

	font-family: Arial;
	text-decoration: none;
}

a
{
	font-weight: bold;
	line-height: 20px;
	
	color: #005197;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 10px;

	font-family: Arial;
	text-decoration: none;
}

.checklist {
    border: none;
    list-style: none;
    height: 20em;
    overflow: auto;
    width: 16em;
}

.checklist, .checklist option { margin: 0; padding: 0; }

.checklist label {
	font-weight: bold;
	font-size: 12px;
	height: 20px;
	font-family: Arial;
	text-decoration: none;
	color: #005197;
}


.checklist label:hover { background: #005197; color: #fff; }
.checklist label:checked { background-color:Black; }



li 
{
	margin-left: 15px;
	padding-left: 5px;
	list-style: square;
}

strong
{
	color: #005197;
	font-size: 11px;
}


