@charset "utf-8";
/* CSS Document */
body
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align:left;
	padding:0px;
	margin: 0px;
	background-color:#fff;
}

#pgheader {
	width: inherit;
	height: auto;
	border: 0px solid #fff;
	margin: 0px;
	background-color:#e3e3e7;
}

#pgheader .menubox {
	width: auto;
	height:30px;
	border-top: 0px solid #fff;
	background-color:#00529c;
}

#pgheader .menu{
	font-size: 1.2em;
	text-decoration:none;
	color:#fff;
	font-weight:bolder;
	margin: 0px 0px;
	line-height:30px;
	}
	 
#pgbox {
	width: 900px;
	height: auto;
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
	/*background-color:#0099FF;*/
}

#pgbox .rb {
	width: 600px;
	height: auto;
	float: left;
	padding:6px;
	margin: 20px 10px 0px 5px;
}

#pgbox .lb {
	width: 200px;
	height: auto;
	float: left;
	margin: 20px 10px 0px 5px;
	border-right: 1px dashed #000;
	padding: 6px;
}

#pgbox .lbcap {
	background-color: #3cb802;
	width: auto;
	height: 25px;
	display:block;
}

#pgfooter {
	width: inherit;
	height: 70px;
	border: 0px solid #fff;
	margin-top: 30px;
	text-align:center;
	border-top: 1px dotted #000;
	padding-top: 10px;
}

.clearfloat {
	clear: both;
	height:0;
    font-size: 1px;
    line-height: 0px;
}

.mhr {
	width: auto;
	display: block;
	border-top: 1px dashed #000;
	margin-bottom:10px;
}
/*---------*/

h2 {
	padding:0px;
	margin: 0px;
	font-size:16px;
}

h1 {
	padding:0px;
	margin: 0px;
	font-size:22px;
}

table {
 border:1px solid #000;
 }
 
 td {
 border: 1px solid #000;
 vertical-align:top;
 }
 
 .dlink {
 text-decoration:none;
 font-size:14px;
 color:#00529c;
 font-weight:bolder;
 }
 
 .cili {
 list-style-image:url(images/icon_pdf.gif);
 }