body {
	background:#E3E3E3;
	margin:0;
	padding:0;
	top:0;
	left:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-align:center;
}

.bar_text {
	background:url('../_images/layout/bar_middle.jpg') repeat-x;
	padding-top:15px;
	white-space:nowrap;
}

.bar_search {
	background:url('../_images/layout/bar_middle.jpg') repeat-x;
	padding-top:10px;
	white-space:nowrap;
}

.bar_search_red {
	background:url('../_images/layout/bar_middle_red.jpg') repeat-x;
	padding-top:12px;
	white-space:nowrap;
}

.top_menu_link, .top_menu_link:visited {
	padding-left:2px;
	padding-right:5px;
	color:#0000FF;
	font-weight:bold;
	text-decoration:none;
	display:block;
}

.top_menu_link:hover {
	color:white;
	text-decoration: underline overline;
}

.top_menu_selected {
	padding-left:2px;
	padding-right:5px;
	color:#0000FF;
	font-weight:bold;
	text-decoration:none;
	display:block;
}

.bar_text_red {
	background:url('../_images/layout/bar_middle_red.jpg') repeat-x;
	padding-top:15px;
	color:black;
	font-weight:bold;
	white-space:nowrap;
}

.blog_top_middle {
	background:url('../_images/layout/blogbg_top.jpg') repeat-x top left;
	padding-top:8px;
	color:black;
	font-weight:bold;
	font-size:120%;
	white-space:nowrap;
}

.blog_bottom_middle {
	background:url('../_images/layout/blogbg_bottom.jpg') repeat-x top left;
	padding-top:5px;
	color:black;
	font-weight:bold;
	font-size:75%;
	white-space:nowrap;
}

.blog_middle_left {
	background:url('../_images/layout/blogbg_middle_left.jpg') repeat-y top left;
}

.blog_middle_right {
	background:url('../_images/layout/blogbg_middle_right.jpg') repeat-y top left;
}

/* used for body link which shouldn't change colour after visit */
.menu_link, .menu_link:visited {
	color:blue;
	font-weight:bold;
	text-decoration:none;
}

.menu_link:hover {
	text-decoration:underline;
}




a {
  color:#0000FF;
  font-weight:bold;
  text-decoration:none;
}

a:visited {
	color:#7695a5;
}

a:hover {
  text-decoration:underline;
}
/*
.menu a:hover {
	text-decoration:underline overline;
}
*/
/*
.submenu {
	color:black;
	font-size:8pt;
	margin-top:3px;
}

.submenu a, .submenu a:visited {
	color:#FF0000;
	font-size:8pt;
}

.submenu a:hover {
	text-decoration:underline;
}
*/

/* ----------------------------------------------- */
.cell_page_header {
	background:url('../_images/layout/bg_header.jpg') no-repeat;
	padding-top:0px;
	height:103px;
	padding-left:285px;
}

.cell_page_menu {
	background:url('../_images/layout/bg_middle.jpg') repeat-y;
	padding-top:5px;
	padding-left:15px;
	padding-bottom: 0px;
		
	/*
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;	
	font-size:10pt;
	


	*/
}
.cell_page_body {
	background:url('../_images/layout/bg_middle.jpg') repeat-y;
	padding-left:15px;

}


.cell_page_footer {
	background:url('../_images/layout/bg_footer.jpg') no-repeat bottom left;
	text-align:center;
	vertical-align:top;
	height:20px;
}

/*
.cell_page_footer {
	background:url('../_images/layout/bg_footer.jpg') no-repeat;
	text-align:center;
	padding-top:40px;
	padding-right:95px;
	padding-left:25px;
	height:60px;
	font-size:8pt;
}
*/
/* ----------------------------------------------- */

.table_silver_underline td {
	border-bottom: solid #E3E3E3 1px;
}

.section_title {
	background:#E3E3E3;
	border:solid silver 1px;
	padding:2px;
	margin-top:25px;
	margin-bottom:10px;
	font-weight:bold;
	width:416px;
}

/* ----------------------------------------------- */

.blog_entry_table {
	width:670px;
	margin-bottom:15px;
}

.blog_entry_table tr td {
	padding-left:25px;
}


.blog_entry_top_row {
	background:url('../_images/layout/blog_top.jpg') top left no-repeat;
	height:70px;

}

.blog_entry_middle_row {
	background:url('../_images/layout/blog_middle.jpg') top left repeat-y;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:20px;
	padding-left:20px;
}

.blog_entry_bottom_row {
	background:url('../_images/layout/blog_bottom.jpg') top left no-repeat;
	height:22px;
}

/* ------------------------------------------ */

.blog_index {}

.blog_index_year {
	margin-bottom:20px;
	margin-left:20px;
	margin-top:5px;
}

.blog_index_month {

	margin-bottom:10px;
}

/* ------------------------------------------- */

.stroke_highlight {
	border-left:solid white 1px;
	border-top:solid white 1px;
	border-right:solid black 1px;
	border-bottom:solid black 1px;
}
/* --------------------------------------------*/
.hintsClass {
	padding:10px;
	background:#f7f4ab;
	border:solid #a8a898 1px;
	width:500px;
	text-align:left;
}
	