body			{
			background-color:	white;
			font-family:	Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size:		0.80em;
			color:		navy;
			}
	
table			{
			width:		100%;
			font-size:		1em;
			}
			
tr			{
			width:		100%;
			}
			
td			{
			vertical-align:	text-top;
			width:		100%;
			}
			
ul			{
			list-style:		disc;
			}
			
blockquote		{
			font-style:		italic;
			}
			
a:link {color: blue; text-decoration: underline; font-weight: medium}
a:visited {color:blue; text-decoration: underline; font-weight: medium}
a:active {color:blue; text-decoration: underline; font-weight: medium}
a:hover {color:blue; text-decoration: underline; font-weight: medium}

.tipsleft	{
		width:		20%;
		color:		navy;
		}
			
.tipsright	{
		width:		80%;
		color:		navy;
		}

.banyellow	{
		text-align:		center;
		padding-top:	0.30em;
		padding-bottom:	0.10em;
		color:		yellow;
		font-size:		1.9em;
		font-weight:	bold;
		}
	
.banwhite	{
		text-align:		center;
		padding-top:	0.10em;
		padding-bottom:	0.20em;
		color:		white;
		font-size:		1.35em;
		font-style:		italic;
		font-weight:	bold;
		}

.header 	{
		background-color: navy;
		color:		yellow;
		width:		100%;
		border-width:	0;
		border-collapse:	collapse;
		text-align:		left;
		vertical-align:	middle;
		font-size:		1em;
		padding:		0.3em;
		}
	
.highlight	{
		color:		red;
		font-style:		italic;
		}
		
.contents	{
		font-size:		0.85em;
		}

.text		{
		margin-left:	0%;
		}
		
.subscript	{
		color:		navy;
		font-size:		0.65em;
		}

.code		{
		font-family:	"Courier New", Courier, monospace;
		font-style:		normal;
		color:		black;
		}

.notice	{
		color:		red;
		font-style:		bold;
		font-size:		2em;
		{