/* CSS Document */

.Title {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

.TxtContent {
	font-family: Arial;
	font-size: 12px;
}

.Sublinks {
	text-decoration: none;
	font-family: Arial;
	font-size: 9px;
	text-align: center;
}

.imgleft {
	float: left;
}

.imgRight {
	float: right;
}

.Bold {
font-family: Arial;
font-size: 24px;
font-weight: bold;
}