@charset "utf-8";
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #d2d2d2;
	background-image: url(images/pg-bg2.png);
	background-repeat: repeat-y;
	background-position: center;
}

a:link {
	color: #0F4A06;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #006600;
}
a:active {
	text-decoration: none;
}
.borderCS {
	border: 1px solid #D2DDE3;
}

.styleblue {
	color: #17177D;
	font-weight: bold;
}

.style2title {
	color: #666666;
	font-weight: bold;
}
.stylegrey {
	color: #333333;
	font-weight: bold;
}



.bodyborder {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A9A8A8;
	border-right-color: #A9A8A8;
	border-bottom-color: #A9A8A8;
	border-left-color: #A9A8A8;
	background-color: #FFFFFF;
}
.spec9darkgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
}

.spec8{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #777777;
}

.hrline {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.hrline2 {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}
.hrline3 {
	border-top-style: ;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	border-top-style: dotted;
}
.hrline4 {
	border-top-style: ;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #eeeeee;
	border-right-color: #eeeeee;
	border-bottom-color: #eeeeee;
	border-left-color: #eeeeee;
	border-top-style: solid;
}
.selectframe {
	border: 1px dotted #999999;
	width: 500px;
}
.tdcomm{
	color:#333333;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 6px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2DDE3;
}

.tdcontr{
	background:#E0E8EC url(img/td-contrast.gif) repeat-x 0 0;
	border-bottom:1px solid #E0E8EC;
}
tr.contr{
	background:#E0E8EC url(img/td-contrast.gif) repeat-x 0 0;
	border-bottom:1px solid #E0E8EC;
}
tr.bri{
	border-bottom:1px solid #D2DDE3;
	background:#F0F4F6 url(img/td-bright.gif) repeat-x 0 0;
}