body {
	background: #fff url("body_back.gif") repeat-x;
    min-width: 700px;
    margin: 10px 0 10px 0;
    padding: 0;
    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; }

img {
	border: 0;
}

.hide {
	display: none;
}

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

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

#tmenu {
	background: #B2C1C8 url("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("hdrTop.gif") 0 0 no-repeat;
}

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

.nav { color: #999; }

#tmenu li a, #tmenu li span {
	color: #333;
	display: block;
	float: left;
	padding: 1px 15px 1px 20px;
	background: url("hdrTabs.gif") 0 -50px;
	text-decoration: none;
	font-family: Verdana,Arial;
	font-size: 9pt;
}

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

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

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

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

.iframeBody
{
    margin: 0 0 0 0;
}

.btn {
        padding: 3px;
        color: #333333;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
        border-color: #eeeeee #91a484 #91a484 #eeeeee;
        background-color: #dee8d6; border-style: solid;
        border-top-width: 1px; border-right-width: 1px;
        border-bottom-width: 1px; border-left-width: 1px;
}

.btn:hover {
        border-color: #91a484 #eeeeee #eeeeee #91a484;
}

.fld {
        border-style: solid;
        border-width: 1px;
        border-color: #cccccc;
}

p,td {
	font-family: Arial, Verdana;
	font-size: 10pt;
    color: #555;
    line-height: 140%;
}

h1 {
	font-family: Arial, Verdana;
	font-weight: 200;
	font-size: 20pt;
	padding-top: 5px;
	color: #566c7a;
}

h2 {
	font-family: Arial, Verdana;
	font-weight: 200;
	font-size: 15pt;
	padding-top: 5px;
	color: #566c7a;
}
