A:hover {
	color:#990000;
	text-decoration:underline;
}
A:link {
	color:#79A7A7;
	text-decoration:none
}
A:link:hover {
	color:#990000;
	text-decoration:underline;
}
A:visited {
	color:#79A7A7;
	text-decoration:none
}
A:visited:hover {
	color:#990000;
	text-decoration:underline;
}
A:active {
	color:#79A7A7;
	text-decoration:none
}
A:active:hover {
	color:#990000;
	text-decoration:underline;
}
.head {
	font-family: arial, helvetica, sans-serif;
	font-size: 16pt;
	color: #000000;
	text-align: center;
	font-weight: bold;
	font-stretch: expanded;
	line-height: 160%;
}
.main {
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	text-align: left;
	font-weight: normal;
}
.lighttext {
	font-family: arial, helvetica, sans-serif;
	font-size: 11pt;
	color: #A4A49D;
	text-align: left;
	font-weight: bold;
	line-height: 160%;
}
.bottomtext {
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	color: #A4A49D;
	text-align: center;
	font-weight: bold;
	line-height: 150%;
}
.rightlink {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align: left;
	font-weight: normal;
}