.Text {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #00539B;
}
.style1 {font-weight: bold}
a:link {
	color: #00539B;
	text-decoration: none;
}
a:visited {
	color: #00539B;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
body {
	background-image: url(../gfx/bg-home.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
}