@charset "utf-8";

/* hide from ie mac\*/
html,body { height:100.1% }
/*end hide */

.pagetitle {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding-top: 20px;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: scroll;
	background-image: url(../images/bg-bar.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.bigbg {
	background-image: url(../images/bg-big.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.contentbg {
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat;
	background-position: left top;
	background-attachment: fixed;
}
.content {
	line-height: 22px;
	background-color: #FFFFFF;
}
h1 {
	font-size: 22px;
	line-height: 24px;
	color: #597e62;
}
.table {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #666666;
}

a:link {
	color: #597e62;
}

a:visited {
	color: #999999;
}

a:hover {
	color: #87d0b6;
}

