/* CSS Document */

.paragraph {
	color: #777777;
	font-family: _sans;
	font-size:11px;
}
.header1 {
	color: #555555;
	font-family: _sans;
	font-size: 11px;
}
.header2 {
	color: #555555;
	font-family: _sans;
	font-size: 11px;
}
a:link {
	color: #999999;
	font-family: _sans;
	font-size:11px;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	color: #777777;
	text-decoration: none;
}
a:active {
	color: #777777;
	text-decoration: underline;
}

