* {
	margin: 0;
	padding: 0;
}

html {
    height:100%;
    }

body {
	background: #ffffff;
	color: #000;
	font: normal 100% helvetica;
    height:100%;	
}

a, a:link, a:visited {
	color: #2484c6; 
	text-decoration: none;
}


a:hover, a:active {
	color: #69bbda;
	text-decoration: none;
}

img {
    border: 0px;
}

img.png {
	behavior:	url("/i/pngbehavior.htc");
}


p {
	margin-bottom: 1em;
}


.norm, input, select, textarea {
    font-size: 1em;
}

.mini {
    font-size: 0.625em;  /* 10px */
}

.midi {
    font-size: 0.6875em;	/* 11px / 16px = 0.6875em */
}

.midi13 {
    font-size: 0.8125em;	/* 13px / 16px = 0.8125em */
}

.midi14 {
    font-size: 0.875em;	/* 14px / 16px = 0.875em */
}

.midi12 {
    font-size: 0.75em;	/* 12px / 16px = 0.75em */
}

.maxi {
    font-size: 1.125em;
}

.maxi24 {
    font-size: 1.5em;
}


h1 {
	font-size: 1.5em;			/* 24px / 16px = 1.5em */
	line-height: 1.14583;	/* 27px / 24px = 1.125 */
	margin: 0 0 0.5em;
	/* text-transform: uppercase; */
}

.entry h2 {
	font-size: 1.3125em; /* 21px / 16px = 1.5em */
}

ul {
    margin-left: 1em;
}
