/* CSS Document */
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.Style1 {
	margin-left: 10px;
}
.Style2 {
	margin-left: 10px;
	color: #FF0000;
	text-decoration: blink;
	font-weight: bold;
}
.Style2 a:link {
	margin-left: 10px;
	color: #FF0000;
	text-decoration: blink;
}
.Style2 a:visited{
	margin-left: 10px;
	color: #FF0000;
	text-decoration: blink;
}
.Style21 {
	color: #000000;
	font-size: 4px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
}

