.maintable {
	border: 1px solid black;
	width: 760px;
	background-color: white;
}

.content_cell {
	padding: 10px 30px;
}

/* HEADER & FOOTER MENUS *************************/

.title_area {
	color: #CB261D;
	font-size: 11pt;
	padding-top: 0.4em;
	margin-bottom: 0.6em;
}

.headermenu, .footermenu {  
	margin: 20px 20px 0px 20px;
	letter-spacing: 1px; word-spacing: 1px;
	line-height: 1.5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.footermenu {  
	text-align: center;
	margin-bottom: 1em;
}

.headermenu A, .footermenu A {  
	margin-left: 0.4em;
	margin-right: 0.4em;
}

.headermenu A:link, .headermenu A:visited, .footermenu A:link, .footermenu A:visited {  
	color: #999999;
	text-decoration: none
}

.headermenu A:hover, .footermenu A:hover {  
	color: #FF7E00;
	text-decoration: none;
}

/* GENERAL **************************************/
body {  
	background-color: white; 
	background-image: url(/images/montage.gif);
}

td {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt}

h1 {  font-size: 16pt; color: #CB261D; font-weight: normal}
h2 {
	font-family: Arial, Helvetica, sans-serif; font-size: 14pt; color: #CB261D; font-weight: normal;
	margin-left: auto; margin-right: auto;
	text-align: center;
}
h3 {
	font-weight:normal;
}

A:link, A:visited {  
	color: #0080D2;
	text-decoration: none
}

A:hover {  
	color: #CB261D;
}

.titletext {
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

li {
  margin-bottom: 0.5em; /* a little spacing between list items */
}

.colouredtext {
	color: #CB261D;
}

HR {
	height: 1px;
	border-bottom: 1px solid black;
}

.bigtext {
	font-size: 120%;
}

.lastupdated {
	font-size: 8pt;
	color: #CCC;
}

/*** ILLUSTRATIONS ************************/
.ill_left, .ill_right {
	position: relative;
	margin-bottom: 1em;
}
.ill_left {
	float: left;
	margin-right: 1em;
}

.ill_right {
	float: right;
	margin-left: 1em;
}

.ill_left IMG, .ill_right IMG {
	border: 1px solid #666;
}

/** TABLES ***************************************/
.invisible_table TD {
	border: none;
}

.invisible_table {
	border: none;
	border-collapse: collapse;
}

/** TABLES ***************************************/

.bordered_table { 
	border: 2px solid black;
	border-collapse: collapse;
	margin-top: 0;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
}

.bordered_table TD {
	padding: 5px;
}

.horizlined_table TD {
	padding: 5px;
	border-bottom: 1px solid #DFDFDF;
}

table P {  /* Sometimes a P slips in, sometimes TDs don't have a P */
	margin-top: 0;
	margin-bottom: 0.5em;
}

.major_heading {
	padding: 5px;
	text-align: center;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: black;
	font-weight: bold;
	font-size: 130%;
	color: white;
}

TABLE.horiz_lines_table TD {
	border-bottom: 1px solid #DFDFDF;
	border-left: none;
	border-right: none;
}

/*** LINED TABLES *****/

.lined_table {
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border: 2px solid black;
	margin-bottom: 1em;
}
.lined_table TD {
	padding: 3px 10px;
	border-bottom: 1px solid #DFDFDF;
}

.lined_table TH {
	padding: 4px 8px;
	background-color: #E6E6E6;
	color: black;
	border-top: 1px solid black;
	border-bottom: 1px solid #666;
	font-size: 11pt;
}

/*** INVISIBLE TABLES *****/

.invisible_table TD {
	border: none;
}

.invisible_table {
	border: none;
	border-collapse: collapse;
}