body{
	font-family: Arial;
	font-size: 12px;
}

.LgtBlueLink, a.LgtBlueLink
{
	color: #ffffff;
	text-decoration: none;
}
a.LgtBlueLink:hover
{
	color: #9ee3fa;
}
.Title
{
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #00a1de;
}
.BlueText
{
	color: #00a1de;
}
.GoBack, a.GoBack
{
	background-image: url('../Design/GoBack_0.png');
	background-position:left center;
	background-repeat: no-repeat;
	width: 11px;
	height: 7px;
	cursor: pointer;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #afaeae;
}
a.GoBack:hover
{
	background-image: url('../Design/GoBack_1.png');
	background-position:left center;
	background-repeat: no-repeat;
	width: 11px;
	height: 7px;
	cursor: pointer;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #595959;
}