body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a:link {text-decoration:none}
a:visited {text-decoration:none}
a:hover {text-decoration:underline}
a:active {text-decoration:none}

/* following classes defines look of "title" links (beneath main navbar) */
.t_base {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	color:#000000;
	font-weight:bold;
	font-size:12px;
	vertical-align:middle
}

.t_words a:link {
	color:#FFFFFF;
}

.t_words a:visited {
	color:#FFFFFF;
}

.t_words a:hover {
	color:#FFFF00;
	text-decoration:none;
}

.t_words a:active {
	color:#FFFFFF;
}

/* This is for the table cell which forms the main left sidebar */
#left_bar {
	width:150px;
	vertical-align:top;
	background-color:transparent;
	padding:0px;
	border:none;
	margin:0px;
}

/* next 3 are for the top div in leftbar for background colour */
/* the top one is clear, the second is the same but with the   */
/* potential for a different top padding, and the lower one is a light green */
.left_div_clear_1 {
	text-align:center;
	width:150px;
	padding:5px 0px 0px 0px;
	background-color:#FFFFFF;
	border:none;
	margin:0px;
}

.left_div_clear_2 {
	text-align:center;
	width:150px;
	padding:5px 0px 0px 0px;
	background-color:#FFFFFF;
	border:none;
	margin:0px;
}

.left_div_clear_3 {
	text-align:center;
	width:150px;
	padding:0px 0px 0px 0px;
	background-color:#FFFFFF;
	border:none;
	margin:0px;
}

.left_div_green {
	text-align:center;
	width:150px;
	background-color:#D7FFD7;
	padding:0px;
	border:none;
	margin:0px;
}

/* These are for the "fixed" buttons on the left      */
/* hand side.                                         */
.left_fixed_button {
	width:150px;
	height:30px;
	border:none;
	margin:0px;
	padding:0px;
}

/* These set the default width and vertical spacing   */
/* for main image links on the left hand side.        */
/* There is a bottom padding of 5 pixels to provide   */
/* spacing between them.                              */
.left_img_link {
	padding:0px 0px 5px 0px;
	width:150px;
	border:none;
	margin:0px;
}

/* next is for the div in rightbar for background colour */
/* which is yellow in some cases and clear in others     */
.right_div_yellow {
	background-color:#FEFF99;
	text-align:center;
	width:160px;
	float:right;
	padding-bottom:5px;
}

.right_div_clear {
	text-align:center;
	width:160px;
	float:right;
	padding-bottom:5px;
}