body {
	font-family:Helvetica,Verdana;
	font-size:14px;
	line-height:1.3em;
}

a:link {text-decoration: none; color:#808080;}
a:visited {text-decoration: none; color:#808080;}
a:hover { color:#FFFF00 ;text-decoration: underline overline;}

th.activebuttonleft a:link {text-decoration: none; color:#808080;}
th.activebuttonleft a:visited {text-decoration: none; color:#808080;}
th.activebuttonleft a:hover { color:#FFFF00 ;text-decoration: underline overline;}

dl.spaced dd, dl.spaced dt{	line-height:1.6em; }

dl.spacedfett dd, dl.spacedfett dt{ line-height:1.6em; font-weight:bold; }

h2 {
	text-decoration:none;
}

table.center {
	margin-left:auto;
	margin-right:auto;
}

table.main {
	margin-left:auto;
	margin-right:auto;
	width:94%;
}

table.menu {
	margin-left:auto;
	margin-right:auto;
}

th.buttonleft{
	background-image:url('design/button_left.jpg');
	background-repeat: no-repeat;
	height:37px;
	padding:0px;
	padding-left:10px;
	font-family:Helvetica,Verdana;
	font-size:12px;
	vertical-align:middle;
}

th.buttonright{
	background-image:url('design/button_right.jpg');
	background-repeat: no-repeat;
	width:6px;
	height:37px;
}

th.activebuttonleft{
	background-image:url('design/active_button_left.jpg');
	background-repeat: no-repeat;
	height:37px;
	padding:0px;
	padding-left:10px;
	font-family:Helvetica,Verdana;
	font-size:12px;
	vertical-align:middle;
}

th.activebuttonleft a{
	color:yellow;
}

th.activebuttonright{
	background-image:url('design/active_button_right.jpg');
	background-repeat: no-repeat;
	width:6px;
	height:37px;
}


td.content{
	padding-top: 1em;
	padding-left: 4em;
	padding-right: 4em;
	vertical-align:top;
}


