body { font-size : 12px; font-family: "Trebuchet MS", Verdana, sans-serif; font-weight: 100; }
.title {
    border-style : dotted;
    border-bottom-width: 0px;
    border-top-width: 0px;
	border-left-width: 0px;
    border-right-width: 0px;
    border-color: #BEBEBE;
}
.underlinelight {
    border-style : solid;
    border-bottom-width: 1px;
    border-top-width: 0px;
	border-left-width: 0px;
    border-right-width: 0px;
    border-color: #BEBEBE;
}
.header { font-size: 20pt; font-family: "Times New Roman", Times; font-weight: 100; text-align: right; }
p {
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	text-align: justify;
	margin: 10px 0 20px;
	padding: 15px 15px 5px;
	font-weight : 100;

}
a {
	color : #662F2F;
	font-size : 12px;
	font-family : 'Trebuchet MS', Verdana, sans-serif;
	font-weight : 100;
	text-decoration : none;
}
a:link {
   color : #662F2F;
}
a:visited {
   color : #662F2F;
}
a:hover {
	text-decoration : underline;
}
