div{font:12px Arial}

body {
	margin:0;
	padding:0;
	border:0px none;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%

}
a {
	color:#369;
}

h1{
border-bottom:1px solid #6E6EBB;
color:#4A4A9E;
font:bold 20px Arial,Helvetica,sans-serif;
}
h2{
clear:both;    /* so it makes a clean start under the 3 central columns */
padding-top: 8px;
border-bottom:1px solid #6E6EBB;
color:#4A4A9E;
font:bold 20px Arial,Helvetica,sans-serif;
}  /* the same style as H1 but allows h1 to be used only once so better for seo  */

h3{
color:#800080;
font:bold 14px Arial,Helvetica,sans-serif;
}
h4{
page-break-before:always;
color:#800080;
font:bold 14px Arial,Helvetica,sans-serif;
}
h5{
color:#4A4A9E;
text-align:center;
font:bold 16px Arial,Helvetica,sans-serif;
}
h6{
display:none;
}

#table td, th
{
font-family: Arial, Helvetica, sans-serif;
font-size: 7pt;
}

p {
	margin:.4em 0 .8em 0;
    line-height: 150%;
	padding:0;
}



.bold{
font-weight:bold;
}

/* ---------Menu block ---------- */
p.menublock{
display:none;}
.menublock a{
display:none;
}

#col3{
display:none;
}

p.right{
display:none;
}
.newsletter{
display:none;
}


/* ---------Header styles ---------- */
#header {
display:none;
}

#header-image{
display:none;
}

#header-title{
display:none;

}
#footer{
display:none;

}


#topspace{
height: 20px;
}

