@charset "utf-8";

/* TAGS BEGIN ------------------------------- */

body {
	margin:0px;
    font-size:100%;
    line-height:1.125em;
	font-family: Arial;
}

a:link, a:visited{
	color:blue;
}

h1 {
	font-size: 1.5em;
	margin:0px;
	line-height:110%;
}

h2 {
	font-size: 1.3em;
	margin:0px;
}

p {
	margin:0px;
}

table {
	border-spacing:0px;
	border-collapse:collapse;
}

td {

}


/* CLASSES BEGIN -------------------------------------- */

.whiteLink:link, .whiteLink:visited {
	color: #ffffff;
}




/* ID'S BEGIN ---------------------------------------- */

#footer {
	text-align:center;
	margin:15px;
}

#wrapper {
	font-size: 0.725em;
}




/* PRINT STYLES BEGIN --------------------------------------- */

@media print 
{
	.noprint {
		display:none;
	}
}
