body {
	background-color:#FFFFFF;
	margin:0;
	text-align:center;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}


#canvas {
	width:740px;
	margin: 10px auto;
	text-align: left;
	background-color: #FFFFFF;
}

#header {
	background-color: #6666FF;
	color: #FFFFFF;
	font-size: 180%;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#content {
	margin: 0 10px 0 10px;
}

#footer {
	background-color: #6666FF;
	color: #FFFFFF;
	font-size: 10px;
	padding: 2px .5em;
	text-align:right;
	margin: 10px 0 0 0;
}


.clearing {
	clear: both;
	height: 0;
	line-height: 0;
}


.rule {
	border-bottom:3px solid #DBDBDB;
	margin-bottom:20px;
}

p {
	margin: 0;
	font-size: 12px;
}

h1 {
	font-size: 15px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

a {
	color:#666666;
	text-decoration:none;
	font-size:12px;
}

a:hover {
	text-decoration:underline;
}



@media print {

	#canvas {
		background-color: #FFFFFF;
		width: auto;
		border: 0;
	}
}






