/* dev section */


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em !important;
	color: #606060 !important;
}

a,
a:link,
a:visited,
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	
}
li {
	list-style-position: inside;
	margin-bottom: 6px;
	
}
ul li {
	/*list-style-image: url(../img/li.png);*/
	list-style-type: circle;
	margin-bottom: 6px;
}
ul,ol {
	margin-bottom: 6px;
}
h2 {
	font-size: 1.2em !important;
	padding-bottom: 9px !important;
	font-weight: bold !important;
}
h3 {
	font-size: 1.1em !important;
	padding-bottom: 6px !important;
	font-weight: bold !important;
}
p {
	padding-bottom: 6px !important;
}
img {
	border: none;
}
th {
	font-size: 1.1em !important;
	font-weight: bold !important;
}
td {
	vertical-align: top !important;
}
