@charset "UTF-8";
/* siteCSS Document */

/*----------site_cat----------*/
body#misc_cat div#content h1
{
	margin-bottom:2px;
	width:750px;
	height:35px;
	border-bottom:4px solid #9e9e9e;
	text-indent:-9999px;
}

/*----------site----------*/
div.site h1{background: url(/pts/images/misc/h1_site.gif) no-repeat 0px 0px;}

div.site div.about
{
	width:750px;
	margin-bottom:10px;
}
div.site div.about h3
{
	background: #d7d5d0;
	padding:5px 10px;
}
div.site div.about p
{
	padding:5px 10px;
}
div.site div.about ol
{
	margin-left:1em;
	padding-left:1em;
}
div.site div.about li
{
	padding:5px 10px 5px 0px;
	list-style-type:decimal;
}
/*----------font----------*/

div.site div.about h3
{
	font-size: 80%;
	line-height: 1em;
	font-weight:bold;
}
div.site div.about p,
div.site div.about li
{
	font-size: 80%;
	line-height: 1.5em;
}
