/* begin styles.css */

body
{
	font-family: Arial, sans-serif;
}

h1
{
	text-align: center;
}

h2
{
	font-size: small;
	font-style: italic;
	text-align: center;
}

table.body {width: 100%;}
td.corner {width: 25%;}
td.top {width: 75%;}
td.side {vertical-align: top;}
td.content {padding-top: 25px;}
td.bottom {padding-top: 25px;}

td, th
{
	padding-bottom: 5px;
}

/* end styles.css */