html {
	height: 100%;
}
body {
	font-family: Georgia, 'Times New Roman', Times, serif;
	/*font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;*/
	font-size:14px;
	background-color:#FFFFFF;
	margin:0px;
	height: 100%;
}
table.layout {
	width:100%;
	height:100%;
}
td.header {
	text-align:right;
	vertical-align:top;
	height:330px;
}
td.background {
	width:100%;
}
td.content {
	vertical-align:text-top;
	width:600px;
	text-align:left;
	padding:0px 40px 0px 40px;
	height:100%;
}
a.blue {
	text-decoration:none;
	background-color:#00ffff;
	color:#FFFFFF;
}
a.blue:hover {
	background-color:#ff0000;
	color:#FFFFFF;
}
span.blue {
	background-color:#00ffff;
	color:#FFFFFF;
}
div {
	margin:10px 0px 0px 0px;
}
div.title {
	margin:35px 0px 0px 0px;
}
div.samples {
	text-align:center;
	width:100%;
}
div.samples table {
	margin-left: auto;
	margin-right: auto;
}
div.footer {
	margin:20px 0px 0px 0px;
}
a img {
	border:none;
}
li {
	list-style-image:url(li.gif);
}

