@charset "UTF-8";
/* CSS Document */

.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: justify;
	color: #CCCCCC;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	text-align: justify;
	color: #CCCCCC;
}
.imageleft {
	padding-right: 10px;
	padding-bottom: 1px;
}
.imageright {
	padding-bottom: 1px;
	padding-left: 10px;
}
