body {
	background: #fff url("../mgr/body_back.gif") repeat-x;
	min-width: 760px;
	margin: 0 0 10px 0;
	padding: 0;
}

#container {
	width: 740px;
	margin: 0 auto;
}

#header {
	clear: both;
	padding-top: 10px;
	position: relative;
} * html #header { padding-top: 10px; }

#tmenu {
	background: #B2C1C8 url("../mgr/hdrBtm.gif") 0 100% no-repeat;
	padding: 0 0 10px 0;
	overflow: auto;
	margin-bottom: 1em;
}

* html #tmenu {
	overflow: visible;
	height: 1px;
}

#tmenu ul, #tmenu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#tmenu ul {
	padding: 14px 12px 0px 12px;
	background: url("../mgr/hdrTop.gif") 0 0 no-repeat;
}

#tmenu li {
	float: left;
	background: url("../mgr/hdrTabs.gif") 100% -50px;
	padding-right: 5px;
	margin-right: 2px;
	border-bottom: 1px solid #91a484;
	margin-bottom: -10px;
}

#tmenu li a, #tmenu li span {
	font-family: verdana, sans-serif;
	display: block;
	float: left;
	padding: 1px 15px 1px 20px;
	background: url("../mgr/hdrTabs.gif") 0 -50px;
	color: black;
	text-decoration: none;
}

#tmenu li:hover {
	background-position: 100% -100px;
}

#tmenu li:hover a {
	background-position: 0 -100px;
}

#tmenu li.current {
	background: url("../mgr/hdrTabs.gif") 100% 0;
	border-bottom-color: white;
}

#tmenu li.current a, #tmenu li.current span {
	background: url("../mgr/hdrTabs.gif") 0 0;
	color: #999;
}

body {
	font-family: arial, verdana, sans-serif;
	color: #555;
	line-height: 140%;
}

a { text-decoration: none; }
a:link { color: #54763a; }
a:visited { color: #54763a; }
a:hover { color: #006699; }
a:active { color: #54763a; }

#pmd a { color: #555; }
#pmd a:hover { color:#006699; }
#pfi a { color: #555; }
#pfi a:hover { color:#006699; }

#header a { font-size: 9pt; }
#header a:visited { color: #000; }
#header a:hover { color: #373f6b; }

img {
	border: 0;
}

.hide {
	display: none;
}

p,li { font-size: 10pt; }

