@charset "utf-8";
/* CSS Document */


#container #page .header-title {
	font-size:12pt;
	font-weight:bold;
	margin:10px 0 0 0;
}

#container #page {
	text-align:left;
	color:#333333;
}

#container #page a {
	color:#333333;
}

#container #page a:hover {
	text-decoration:underline;
}

#container #page p {
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	text-indent:0;
	/*border-bottom:1px dotted #B1B1B1;*/
}

#container #page div.content {
font:9pt Arial;
text-align:left;
}

#container #page .linesep { 
height:5px;
background-color:#f1f1f1;
margin:5px 0 15px 0;
}

