body
{
	margin:	0px 0px 0px 0px;
	padding: 0px;
	font-family: Arial; 
}

.td_menu_item
{
	font-weight: bold;
	font-size: 13px;
	border-top-color: white;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: white;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	padding-right: 9px;
	padding-left: 0px;
	background-color: '#8DB9D4';
/*	width: '16.66%';  /* because there are 6 menu items */
}

.td_menu_item_over
{
	font-weight: bold;
	font-size: 13px;
	border-top-color: white;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: white;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	padding-right: 9px;
	padding-left: 0px;
	background-color: '#8DD4E3';
/*	width: '16.66%';  /* because there are 6 menu items */
	cursor: 'hand';
}

.e_td_menu_item
{
	font-weight: bold;
	font-size: 13px;
	border-top-color: white;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: white;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	padding-left: 11px;
	padding-right: 0px;
	background-color: '#8DB9D4';
/*	width: '16.66%';  /* because there are 6 menu items */
}

.e_td_menu_item_over
{
	font-weight: bold;
	font-size: 13px;
	border-top-color: white;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: white;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	padding-left: 11px;
	padding-right: 0px;
	background-color: '#8DD4E3';
/*	width: '16.66%';  /* because there are 6 menu items */
	cursor: 'hand';
}

.footer_table
{
	border-width: 1px;
	border-style: solid;
	border-top-color: white;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: white;
}

.main_area      /* the content of the page */
{
	border-width: 1px;
	border-style: solid;
	border-top-color: white;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: white;
}

.title_td
{
	border-width: 1px;
	border-style: solid;
	border-top-color: white;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: white;
	padding-right: 18px;
	padding-top: 8px;
	padding-bottom: 10px;
}


.e_title_td
{
	border-width: 1px;
	border-style: solid;
	border-top-color: white;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: white;
	padding-left: 18px;
	padding-top: 8px;
	padding-bottom: 10px;
}




a:link { color: #490B0E; text-decoration: none }
a:visited { color: #490B0E; text-decoration: none }
a:active { color: #490B0E; text-decoration: underline }
a:hover { color: #5A340E; text-decoration: underline }


#searchbox
{
	background-color: #8DB9D4; 
	width:210px;
	height:90px;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
}


.class1
{

	font-size: 12px;
}


.a_link
{
	cursor: hand;
	color: #490B0E;
}

.a_link_over
{
	cursor: hand;
	color: #5A340E;
	text-decoration: underline;
}

