@import url(layout.css);

body
{
	font-family: 'Lucida Grande','Lucida Sans Unicode', Verdana, Arial, sans-serif;
}

img
{
	border: 0px;
	display: block;
}

.inline
{
	display: inline;
}

h1
{
	font-size: 120%;
	font-weight: bold;
	color: #000000;
	margin: 15px 0px;
}

a
{
	color: #660000;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #660000;
	font-weight: bold;
	text-decoration: underline;
}

h2
{
	font-size: 110%;
	color: black;
	margin: 8px 0px;
}

h3, h4, h5, h6, p
{
	font-size: 100%;
	font-weight: normal;
	margin: 8px 0px;
}

.print
{
	display: none;
}

p.smltest
{
	font-family: 'Lucida Grande','Lucida Sans Unicode', Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FF66FF; 
}

td
{
	font-size: 11px;
	color: black; 
}.right_floated_further_info {
	clear: right;
	float: right;
	width: 160px;
	margin-left: 15px;
	margin-bottom: 20px;
	margin-right: 0px;
	background-color: #DAE7E7;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 10px;
}
