body{
	margin-top:0px;
	color:#3e5d5d;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color:#339a99;
}
img{
	border:none;
}
a{
	color:#3e5d5d;
}
a:hover{
	color:#000000;
}
h1{
	display:inline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
}
td.menu_inactive_left{
	background-image:	url(../img/tab_inactive_left.jpg);
	background-repeat:no-repeat;
	width:3px;
	height:48px;
}
td.menu_inactive_right{
	background-image:url(../img/tab_inactive_right.jpg);
	background-repeat:no-repeat;
	width:5px;
	height:48px;
}
td.menu_inactive{
	background-image:url(../img/tab_inactive_center.jpg);
	background-repeat:repeat-x;
	height:48px;
}
td.menu_active_left{
	background-image:	url(../img/tab_active_left.jpg);
	background-repeat:no-repeat;
	width:7px;
	height:48px;
}
td.menu_active_right{
	background-image:url(../img/tab_active_right.jpg);
	width:8px;
	height:48px;
}
td.menu_active{
	background-image:url(../img/tab_active_center.jpg);
	background-repeat:repeat-x;
	height:48px;
}