/*************** Body & content block for all pages ************/

body {
	background: url("./images/background.jpg") no-repeat fixed top left;
	margin: 0px;
	padding: 0px;

	/* Set default font here */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;	/* dark reflex blue! */
}

/*************** Main text classes for all pages ************/

h1 {
	font-weight: bold;
	font-size: 48pt;
	color: #000000;	/* slightly brighter than normal text */
	padding: 8px 0px 0px 10px;
	margin: 0px;
}

h2 {
	font-weight: bold;
	font-size: 13pt;
	padding: 5px 10px 2px 10px;
}

p {
	padding: 5px 10px 2px 10px;
	margin: 0px 0px 7px 0px;
	text-align: left;
}

/*************** Basic Table  ***************/	

table {
	/*	background-color: pink; /* /* For testing */

	/* Why don't tables pick the default font from body? */
}

td  {
	font-size: 10pt;
	border-width: 0px 0px 1px 0px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	/* TRY NOT TO SET ANYTHING HERE - IT WILL MESS UP THE FOLLOWING RULES */
}


a {
	color: #CC0033;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}
h3 {
	font-size: 16pt;
	padding-top: 10px;
}
