/* CSS Document */
body {
	font: 100%/1.6 verdana, arial, helvetica, sans-serif;
	margin:0 0 0 0;
	height:100%;
}
.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight:bold;
}
.whitetextbold {
	font-size: 0.85em;
	color: #FFFFFF;
	font-weight:bold;
}
.headertext {
	color: #FFFFFF;
	font-style: italic;
}
.normaltext {
	font-size: smaller;
	line-height:normal;
}
.seperator {
	clear:both;
	height:20px;
}
