html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body { 
	background-color: #EBE3D3;
	margin-left: 9px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	}
	
/* CSS for the box starts here */
	.box {
		margin-left: auto;
		margin-right: auto;
		width:910px;
		padding:0 32px 0 0;
		background:#EBE3D3 /*url(images/borders.jpg)*/ 100% 0 repeat-y;
	}
	.bi {
	padding:0 0 0 32px;
	background:#EBE3D3 /*url(images/borders.jpg)*/ 0 0 repeat-y;
	text-align: center;
	}
	.bt {
		height:32px;
		margin:0 -32px;
		background:url(images/box.jpg) 100% 0 no-repeat;
	}
	.bt div {
		width:32px;
		height:32px;
		background:url(images/box.jpg) 0 0 no-repeat;
	}
	.bb {
		height:32px;
		margin:0 -32px;
		background:url(images/box.jpg) 100% 100% no-repeat;
	}
	.bb div {
		width:32px;
		height:32px;
		background:url(images/box.jpg) 0 100% no-repeat;
	}
	.box h1 {
	margin:0;
	padding:0.3em 9px;
	background:#efece6;
	font-family: Sans-Serif;
	}
	.box h2 {
	margin:0;
	padding:0.3em 9px;
	background:#efece6;
	font-family: Sans-Serif;
	}
	.box p, .box ul {
		margin:0;
		padding:4px 9px;
		background:#EBE3D3;
	}
	.box li {
		margin:0 0 0 2em;
		padding:0;
	}
.tfvHighlight
		{	
	font-family: sans-serif;
	font-size: 9px;
	font-weight: bold; 
	color: red;
	}
.tfvNormal
		{}