.TextTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bolder;
	color: #FFFFFF;
}
.TextDefault {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
.PageDefault {
	background-attachment: fixed;
	background-image: url(images/background5.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	padding: 10px 20px;
}
a:link {
	color: #99CCFF;
	text-decoration: none;
}
a:visited {
	color: #99CCFF;
	text-decoration: none;
}
a:hover {
	color: #99CCFF;
	text-decoration: none;
	position:relative;
	top:1px;
	left:1px;
}
a:active {
	color: #3399FF;
	text-decoration: none;
	position:relative;
	top:1px;
	left:1px;
}
.TableBackground {
	width: 100%;
	border: 0px;
}
.TextBoldDefault {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.TextSmallDefault {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
