@charset "utf-8";
.image {
	position: relative;
	left: auto;
}
.image_right {
	float: right;
	border: thin solid #999999;
	clear: right;
	padding: 6px;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 12px;
	margin-left: 12px;
}

h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.1em;
	color: #333;
	font-weight: normal;
}
h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.2em;
	color: #900;
	letter-spacing: normal;
	font-weight: normal;
}
.image_left {
	float: left;
	border: thin solid #999999;
	clear: none;
	padding: 6px;
	margin-top: 6px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 6px;
}
.tablecentre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	margin-left: 10px;
	vertical-align: middle;
	margin-bottom: 10px;
	margin-top: 6px;
}

.twoColHybLtHdr #container #mainContent .tablecentre th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #990000;
	background-color: #CCCCCC;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.sidebartext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
}
h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #990000;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.boldertext {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #666666;
	line-height: 1.5em;
}
.flashcentre {
	margin-left: 40px;
}
.bold {
	font-weight: bold;
}
.textsmaller {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 100%;
	font-weight: normal;
	color: #666666;
}
p {
	font-size: 1em;
	color: #666666;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 1.5em;
}
.twoColHybLtHdr #sidebar1 h3, .twoColHybLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
}
.smallsidebartext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: center;
}
.paragraphClearRight {
	clear: right;
}
.image_rightNoClear {
	float: right;
	border: thin solid #999999;
	padding: 6px;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 12px;
	margin-left: 12px;
}
.H2clear {
	clear: right;
}
.tablecentre_clearright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	margin-left: 10px;
	vertical-align: middle;
	margin-bottom: 10px;
	margin-top: 6px;
	clear: right;
}
.italic {
	font-style: italic;
}
.image_right_clearboth {
	border: thin solid #999999;
	padding: 6px;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 12px;
	margin-left: 10px;
}
.spotlight {
	padding: 6px;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 12px;
	margin-left: 30px;
}
.image_left_noclear {
	float: left;
	border: thin solid #999999;
	clear: left;
	padding: 6px;
	margin-top: 6px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 6px;
}
