@charset "utf-8";
/* CSS Document */

#content a:link, #content a:visited, #content a:active {
	text-decoration:none;
	font-size: 11px;
	color: #006600;
	font-weight: bold;
}

#conten a:hover {
	text-decoration:none;
	color:#373737;
	font-size: 11px;
	font-weight: bold;
}

* { padding: 0; margin: 0; }

body,html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #373737;
	line-height: 20px;
}

hr {
	margin-bottom: 5px;
	margin-top:10px;
	height: 2px;
	width: 100%;
	border-top-color: #000000;
	border-right-style: none;
	border-left-style: none;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-color: #CCCCCC;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006600;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #373737;
	font-variant: small-caps;
}

.mceContentBody ul {
	margin-left: 18px;
	list-style-position: outside;
	list-style-image: url(../images/block_g.gif);
	padding-bottom:1px;
}

.mceContentBody ul li ul{
	margin-left: 20px;
}

hr {
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #006633;
}
