/* CSS Document */

body
{
	text-align: justify;
	BACKGROUND-IMAGE:  url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	MARGIN: 0px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.5em;
	text-align: left;
	padding-left: 1em;
	padding-right: 0.5em;
}
a:link {
	color: #777777;
}
a:visited {
	color: #777777;
}
a:hover {

}
.HomepageText {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: justified;
}

