@charset "UTF-8";
/* CSS Document */

body {
	font: normal 100.01%/1.4 'trebuchet ms', arial, verdana, sans-serif;
	color: #111;
	text-align: center; /*centering IE*/
	background: #444;
}

div#wrap {
	margin: 0 auto;
	padding: 25px;
	width: 60%;
	text-align: left;/*re-align contents due to IE centering in body*/
	font-size: 85%;
	background: #fff;
	border: 1px solid #ccc;
}


h1 {
	color: #333;
}
h2 {
	color: #2c8cbd;
}
h3 {
	color: #555;
}


div#footnotes {
	margin-top: 10px;
	font-size: 90%;
	color: #777;
	border-top: 1px solid #ddd;
}


a:link { color: #555555; }
a:visited { color: #777777; } 
a:hover { color: #555555; }
a:active { color:#555555}


table {
	border: thin;

}

td {
	text-align: center;
}

div.note {
	padding: 15px;
	padding-right: 100px;
	background: #f2f9fc url(note.png) 98% 15px no-repeat;
	border: 1px solid #ddd;
	margin-bottom: 30px;
}
