body,p,td,a,p { font-family: Garamond, Times; font-size:14px; }

a:hover { text-decoration:underline; }
h1 {
	font-family: Swis721 BT,Arial,Helvetica,sans-serif; 
	font-weight:bold; 
	font-size:22px; 
	margin:2px 0 2px 0; 
	border-top:1px solid grey; 
	border-bottom: 1px solid grey; 
	padding:8px 0 8px 0;
}
h2 { font-size:26px; color:#865; font-style: italic; font-weight: normal;margin-bottom:4px; }
h3 { font-size:20px; }
a.windowlist { font-weight:normal;font-size:9px;color:#000000; }
a.windowlist:hover { color:#222299; text-decoration:underline; }
small .windowlist, .windowlist small { font-size:9.4px }

img {
	border:none;
}

#menu_outer {
	width:120px;
	border-width:1px;
	border-color:#9ab;
	border-style:solid;
	background:#d8d8d8;
	margin-bottom: 10px;
	font-weight:bold;
}

#menu {
	list-style: none;
	padding-left: 0px;
	margin-bottom:-1px;
	margin-top:0px;
}

#menu li {
}

#menu a {
	font-family: Swis721 BT,Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size:13px;
	text-decoration: none;
	color:#000000;
	display:block;
	padding:2px;
	border-top:1px solid #eee;
	border-bottom:1px solid #888;
}

#menu a:hover {
	background:#bcd;
	text-decoration: none;
}

#menu a.active {
	background:#9ac;
	border-bottom:1px solid #abc;
	border-top:1px solid #8ab;
}




#software_menu {
	list-style: none;
	padding-left: 0px;
	margin-bottom:-1px;
	margin-top:0px;
}

#software_menu li {
}

#software_menu a {
	color:#000000;
	display:block;
	height:32px;
	width:32px;
	padding:8px;
	margin-right:1px;
	margin-bottom:1px;
	float:left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#software_menu a:hover {
	background:#bcd;
}

#software_menu a.active {
	background:#9ac;
}

