

.left-menu				{ float: left; width: 250px; font-size: 14px; }
.left-menu ul 			{ list-style-type: none; padding: 0;}
.left-menu ul li 		{ margin: 0; line-height: normal; list-style-image: none; padding: 0; }
.left-menu ul li a:hover 	{ background-color: #F2F2F2; }
.left-menu ul li a		{ text-decoration: none; display: block; padding: 7px 5px; border-bottom: 1px solid #dddddd; margin: 0px; color: black; }

.right-content 			{ float: right; width: 625px; margin-left: 20px;}

h1		{ position: static; font-size: 22px; }
h2		{ font-size: 16px; font-weight: bold; color: #7bd035;}
h3		{ margin-left: 10px; font-size: 14px; font-weight: bold; }
.block		{ width: 100%; margin: 15px 0; }
.img		{ float: left; line-height: 15px; padding-right: 15px; padding-bottom: 15px;}

.cont		{ line-height: 15px;  }

.clear		{ clear: both; }
.center		{ text-align: center; }
.top		{ float: right; text-decoration: none; color: gray; font-weight: bold; font-size: 10px; }
.top:hover	{ text-decoration: underline; }

li.select-action	{ font-size: 14px; color: #2B3D61; font-weight: bold; }
.imgTable		{ width: 100%; }
.imgTable td	{ text-align: center; vertical-align: middle; border: 0 none; }

.right-content p, .right-content li { text-align: justify;  line-height: normal; margin: 13px 0; }

img.fleft	{ float: left; margin: 10px 20px 10px 0; }
