html{ height: 100%; }
body {
	background-color: #F1F4F7;
	background-image: url(../images/bg.gif);
	background-repeat:repeat-x;
	margin:0;
	font-size:1em;	
	height:100%;
	padding:0;
	position:absolute;
	bottom: 0;
}

.clsFloatLeft {
	float: left;
}
.clsFloatRight {
	float: right;
}
.clearAll {
	clear: both;
}
p {
	margin:0 0 1.5em 0;
	line-height:1.3em;
}
h1 {}
h2,h3,h4,h5 {margin:0; padding:0;}

td {
	font-weight:normal;
}
img {
border:0;
}
li {
	line-height: 2em;
}


a, #startTabs {
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

#startTabs {
	font-size:0.8em;
}

