BODY {
	background: #fdf9f4;
}
	BODY, P, TD{
	color: #000000;
	font-style: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size : 10pt;
}
#container {
}

#centercolumn {
	background: #fff;
margin-left:auto;
margin-right:auto;
text-align:left;
width:820px;
padding: 0px 20px 0px 20px;
}

	.title{
	color: #FF9933;
	font-weight: Bold;
	font-size : 12pt;
}
	.strapline{
	color: #666666;
	font-weight: Bold;
	font-size : 11pt;
}
	.subtitle{
	color: #FF9933;
	font-weight: Bold;
	font-size : 10pt;
}
	.boldtext{
	color: #333333;
	font-weight: normal;
	font-size : 10pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : underline;
}
	td.smalltext{
	color: #FF9933;
	font-size : 8pt;
}
	A:ACTIVE, A:LINK, A:VISITED {
		color: #bb3300;
		font-weight: bold;
		text-decoration : none;
	}
	A:HOVER {
		color: #bb3300;
		font-weight: bold;
		text-decoration : underline;
	}
	A.small:ACTIVE, A.small:LINK, A.small:VISITED {
		color: #BB3300;
		font-weight: bold;
		text-decoration : none;
		font-size : 8pt;
	}
	A.small:HOVER {
		color: #BB3300;
		font-weight: bold;
		text-decoration : underline;
		font-size : 8pt;
	}
