a:link, a:visited, a:active {
	text-decoration: underline;
	color: #999999;
}

a:hover {
	text-decoration: underline;
	color: #738fb6;
}

body {
	background-image: url("images/bg.gif");
	background-repeat: repeat;
	background-color: #ffffff;
	margin: 0 0 0 0;
}

h1 { 
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #777777;
	font-weight: bold;
	line-height: 19px;
	letter-spacing: 1px;
}

p { 
	font-family: "Open Sans", sans-serif;
	font-size: 11px;
	color: #777777;
	font-weight: normal;
	line-height: 19px;
	letter-spacing: 1px;
}

p.quote {
	color: #ffffff;
	text-align: left;
}

td.line {
	background-image: url("images/line.gif");
	background-repeat: repeat;
}
