

body	{
	margin-top:		0px;
	margin-left:		0px;
	margin-right:		5%;
	margin-bottom:		5%;
	background-color:	#8eb2c8;
	color:			#ffffff;
	font-size:		12pt;
	font-family:		Arial, sans-serif;
	}

a	{
	color:			#ffffff;
	text-decoration:	none;
	}

a.inline
	{
	text-decoration:	underline;
	}
	
.menu
	{
	font-size:		1.1em;
	text-align:		right;
	padding-top: 		5px;	
	padding-bottom: 	5px;
	}

.tableHighlight
	{
	background-color:	#ffffcc;
	color:			black;
	}


.tableLowlight
	{
	background-color:	#ffcc33;
	color:			black;
	}

.mainContent
	{
	padding-left: 		45px;
	}