/* Start of CMSMS style sheet 'MainStyleSheet' */
body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #538d84;
	text-decoration: underline;
}
.transparent
{
	filter: alpha(opacity=50);filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);-moz-opacity: .5;opacity:0.5;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.gentext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #538d84;
	text-align: justify;
	line-height: 18px;
}

.gentext00 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #538d84;
}

.gentext01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.gentext02 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8d8b8b;
}

.bbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.bbold00 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.bbold01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.brder {
	border-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	border-color: #cccccd;
}

.brder00 {
	border-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	border-color: #d5d6da;
	background-color: #eff3f2;
}

a.mlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 54px;
	width: 94px;
	background-image: url(images/bg_link.gif);
	display: block;
}

a.mlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #538d84;
	text-decoration: none;
	line-height: 54px;
	width: 94px;
	background-image: url(images/bg_link_mo.gif);
	display: block;
}

a.mlink00 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-left: 24px;
}

a.mlink00:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #538d84;
	text-decoration: none;
	padding-left: 24px;
}

a.morelk {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

a.morelk:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #538d84;
	text-decoration: none;
}

a.morelk01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #538d84;
	text-decoration: none;
}

a.morelk01:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

a.morelk02 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #538d84;	
	cursor: hand;
	text-decoration: underline;
}

a.morelk02:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	cursor: hand;
	text-decoration: none;
}



/* Form elements */

select.flat, textarea.flat, input.flat, 
select.error, textarea.error, input.error,
textarea.code { 
	border-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

select.flat, textarea.flat, input.flat,
textarea.code { 
	border-color : #cecece;
	background : #ffffff;
}

select.error, textarea.error, input.error { 
	border-color : #cecece;
}

select.flat, textarea.flat, input.flat, 
textarea.code, textarea.code-gray {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px; 
	line-height: 12px; 
	color: #5f5e5c;
	text-indent: 2px;
}

textarea.code-gray {
	border-style: solid;
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px;
	color: #5f5e5c;
}
/* End of 'MainStyleSheet' */

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
width: 100%;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background:  url(../images/bullet.gif) no-repeat left center;
list-style-type: none;
padding-left: 22px;
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background:  url(../images/bullet.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

.Butt
{
	COLOR: white; 
	BACKGROUND-COLOR: #538d84;
}