/* CSS Document */
body {
	background-color: #505b4a;
}
.bodytxt {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}
.bodytxt2 {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
.footer {	font-family: Verdana;
	font-size: 9px;
}
.style1 {font-style: italic}
.lines{
	border-right-color:#e3e5cf;
	border-right-width:thin;
	border-right-style:solid;
	border-left-color:#e3e5cf;
	border-left-width:thin;
	border-left-style:solid;
	}
.sasalink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a.sasalink:link {
	text-decoration: none;
}
a.sasalink:hover {
	text-decoration: none;
	color: #FF0000;
}