/* CSS Document */

.menu_column {
	background-color: #E2C6FF;
	width: 130px;
	padding: 0px;
	margin: 0px;
}
.menu_content {
	font: normal 10pt Arial, Helvetica, sans-serif;
	color: #000066;
	text-align: justify;
	padding: 5px 10px;
	height: 20px;
}
.menu_content a:link {color: #000066; text-decoration: none;}
.menu_content a:visited {color: #000066; text-decoration: none;}
.menu_content a:hover, .menu_content a:focus {
	color: #0000FF;
	font-weight: bold;
	text-transform: uppercase;
	border-top: 1px solid #000066;
	border-bottom: 1px solid #000066;
}
.breadcrumbs {
	font: normal 9pt Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
	background-color: #000066;
	text-transform: none;
	padding: 10px;
}
.breadcrumbs a:link {color: #FFFFFF;}
.breadcrumbs a:hover {color: #FFFF00;}
.breadcrumbs a:visited {color: #FFFFFF;}
.content_heading {
	font: bold 14pt Arial, Helvetica, sans-serif;
	color: #000066;
	text-align: center;
	background-color: #E2C6FF;
	text-transform: uppercase;
	padding: 10px;
	vertical-align: top;
}
.content_column {
	background-color: #E6E6FF;
	padding: 0px;
	margin: 0px;
	width: 440px;
	height: 1100px;
}
.content_text {
	font: normal 10pt Arial, Helvetica, sans-serif;
	color: #000066;
	text-align: justify;
	padding: 5px 10px;
}
.content_centred {
	text-align: center;
}
.content_bullet {
	text-indent: 40px;
	list-style-type: square;
	list-style-position: outside;
}
.content_subheading {
	font-size: 12pt;
	font-weight: bold;
}
.content_subheading_centred {

	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}
.content_table {
	text-align: left;
	padding: 0;
}
.content_table_header {
	text-align: center;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000066;
	font-weight: bolder;
}
.content_table_numeric {
	text-align: right;
}
.sidebar_column {
	background-color: #E2C6FF;
	width: 190px;
	padding: 0px;
	margin: 0px;
}
.sidebar_heading {
	font: bold normal 10pt Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: justify;
	padding: 5px 10px;
	height: 20px;
	background-color: #660066;
}
.sidebar_subheading {
	font-weight: bold;
	text-align: left;
}
.sidebar_subheading_centred {
	font-weight: bold;
	text-align: center;
}
.sidebar_content {
	font: normal 10pt Arial, Helvetica, sans-serif;
	color: #000066;
	padding: 5px 10px;
	height: 20px;
	text-align: justify;
}
.sidebar_content_centered {
	text-align: center ;
}
.sidebar_links {
	font: normal 10pt Arial, Helvetica, sans-serif;
	color: #000066;
	padding: 5px 10px;
	height: 20px;
	text-align: left;
}
.sidebar_small {
	font-size: 80%;
}
.sidebar_small_centered {
	font-size: 80%;
	text-align: center;
}
.menu_local {

	font: normal 10pt Arial, Helvetica, sans-serif;
	color: #000066;
	text-align: center;
	padding: 5px 10px;
}
.images_1_centered {
	text-align: center ;
}
.images_2_per_line {
	text-align: center;
	width: 50%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.table_header {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000066;
	text-align: center;
	vertical-align: top;
	padding: 5px;
}
.table_row {
	text-align: left;
	vertical-align: top;
	font-size: 9pt;
	border-top: 1px solid #000066;
	border-right: 2px solid #000066;
	border-bottom: 1px solid #000066;
	border-left: 1px solid #000066;
}
.table_cell_leftalign_leftborder {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-styles: solid;
	border-bottom-color: #000066;
	border-left-color: #000066;
	border-right-color: #000066;
	padding: 5px;
}
.table_cell_leftalign_leftborder_bold {
	font-weight: bold;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-styles: solid;
	border-bottom-color: #000066;
	border-left-color: #000066;
	border-right-color: #000066;
	padding: 5px;
	border-right-style: solid;
}
.table_cell_leftalign_rightborder {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-styles: solid;
	border-bottom-color: #000066;
	border-left-color: #000066;
	border-right-color: #000066;
	padding: 5px;
	border-right-style: solid;
}
.table_cell_centre_rightborder {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-styles: solid;
	border-bottom-color: #000066;
	border-left-color: #000066;
	border-right-color: #000066;
	padding: 5px;
	border-right-style: solid;
	text-align: center;
}
