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

a, a:link, a:visited { text-decoration:none; color:#43c5db; cursor:pointer; font-weight:bold; }
a:hover, a:active, a:focus  { text-decoration:underline; }

h1, h2, h3 { color:#000000; padding:5px 0px; float:left; display:block; width:100%; margin:0px; font-weight:normal;	}
h1 { font-size:1.125em;	}
h2 { font-size:1em;	}
h3 { font-size:0.875em;	}

table {
	float:left;
	width:99%;
	margin-left:5px;
}

td {
	padding:5px;
	font-size:0.875em;
	vertical-align:top;
}
