@font-face { font-family: "ITC Avant Garde CE Gothic Demi"; src: url("/font/ITC_AG_Demi.ttf"); }
@font-face { font-family: "ITC Avant Garde CE Gothic Book"; src: url("/font/ITC_AG_Gothic.ttf"); }


body { 
	background:#f6f6f6; 
	font-family: "ITC Avant Garde CE Gothic Book", "Century Gothic", sans-serif;
}	
a:visited { color: #000066; font-weight: bold; text-decoration: none;}
/*a:active { background: #ff0000; color: #ffff00;}*/
a:hover { color: #ff0000;}
a {text-decoration: none;}

.item {
	width:400px;
	margin-bottom:10px;	
}
.submenu {
	margin-right:40px;
	margin-left:10px;
	float:left;
}
.subtitle { 
	font-size: 2.0em;
	letter-spacing:-0.02em;
	font-weight: bold;
	line-height: 1.0em;
	margin-top:0.5em;
	margin-bottom:0.5em;
	margin-left:10px;
}

.subbody { 
	float:left;
}
.subbodyheader { 
	font-size:1.05em;
	font-weight:bold;
	padding-bottom:0em;
	border-bottom:1px solid black;
}
.subbodymain { 
	margin-left:20px;
	width:600px;
}





