body {
	background: url(images/lv_bg.jpg) repeat-x left top;
	background-color: #D9E7F2;
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica;
	color: #000000;
}
.hyperlink:link {
	font: 12px Trebuchet MS, Verdana, Arial, Helvetica;
	color: #61AE36;
}
.hyperlink:visited {
	font: 12px Trebuchet MS, Verdana, Arial, Helvetica;
	color: #61AE36;
}
.hyperlink:active {
	font: 12px Trebuchet MS, Verdana, Arial, Helvetica;
	color: #61AE36;
}
.hyperlink:hover {
	font: 12px Trebuchet MS, Verdana, Arial, Helvetica;
	color: #003366;
}
a:link {
	font: 12px Georgia, Times New Roman, Times, serif;
	color: #61AE36;
}
a:visited {
	font: 12px Georgia, Times New Roman, Times, serif;
	color: #61AE36;
}
a:active {
	font: 12px Georgia, Times New Roman, Times, serif;
	color: #61AE36;
}
a:hover {
	font: 12px Georgia, Times New Roman, Times, serif;
	color: #003366;
}
.border {
	border: thin solid #B0BF76;
}
.title {
	font: 14px Georgia, Times New Roman, Times, serif;
	color: #003366;
	font-weight: bold;
}