html, body {
	margin: 0;
	padding: 0;
	background-image: url(../images/bg.gif);
	font-family: Trebuchet MS;	
}
a:link, a:active, a:visited {
	color: #0D59AB;
	text-decoration: none;
}
a:hover {
	color: #0D59AB;
	text-decoration: underline;
}
h1 {
	font-size: 12pt;
	color: #0D59AB;
}
.text {
	font-size: 10pt;
	color: #0D59AB;
}
.small {
	font-size: 8pt;
	color: #0D59AB;
}
.linetop {
	background-image: url(../images/linetop.gif);
}
.linebottom {
	background-image: url(../images/linebottom.gif);
}
.lineleft {
	background-image: url(../images/lineleft.gif);
}
.lineright {
	background-image: url(../images/lineright.gif);
}