


html {
}

* {
	margin:        0;
	padding:       0;
}

body {
	font-size:     100%;	/* set scalable 16px for ie6 */
		background-image: url(images/raster24px.gif);
	}

.content
{
	position:relative;
}

html>body {
	font-size:     16px;
}


p {
	line-height:   1.5em;
	font-size:     1em;
	margin-bottom: 1.5em;
}

li, dd, dt
{
	line-height:   1.5em;
	font-size:     1em;
}


h1 
{ 
	font-size:     1.5em;	/* 24 px */
	line-height:   1em;	/* 24 px */
	margin-top:    1em;	/* 24 px */
	margin-bottom: 1em;	/* 24 px */
}

.topspacing-h1 
{  padding-top:6em;
}
h2 
{ 
	font-size:     1.125em;	/* 18 px */
	line-height:   1.3333em;	/* 24 px */
	margin-top:    1.3333em;	/* 24 px */
	margin-bottom: 1.3333em;	/* 24 px */
}

.topspacing-h2 
{  padding-top:6.9999em;
}
h3 
{ 
	font-size:     1em;	/* 16 px */
	line-height:   1.5em;	/* 24 px */
	margin-top:    1.5em;	/* 24 px */
	margin-bottom: 1.5em;	/* 24 px */
}

.topspacing-h3 
{  padding-top:7.5em;
}
h4 
{ 
	font-size:     0.8125em;	/* 13 px */
	line-height:   1.8462em;	/* 24 px */
	margin-top:    1.8462em;	/* 24 px */
	margin-bottom: 1.8462em;	/* 24 px */
}

.topspacing-h4 
{  padding-top:8.5386em;
}


