body	{
	/* Selects the background color of the page */
		background-color: #FFFFFF;
	/* Sets min size of margins (left and top) between browser window and page's content */
		margin: 10px;
	/* border (not used): Sets size of border within margin and around page's content */
	/* padding (not used): Sets size of padding between border and page's content */
	/* Selects default size for body text */
		font-size: 16px;
	/* Selects font for the page (basefont) */
		font-family: "Arial", "Helvetica", "Verdana", sans-serif;
	/* Selects color for body text */
		color: #000000;
		}


a:link {
		font-family: "Verdana", "Arial", "Helvetica", sans-serif;
		font-weight: normal;
		color:#1A598C;
		text-decoration:none;
		}

a:visited {
		font-family: "Verdana", "Arial", "Helvetica", sans-serif;
		font-weight: lighter;
		color:#1A598C;
		text-decoration:none;
		}

a:focus {
		font-family: "Verdana", "Arial", "Helvetica", sans-serif;
		font-weight: bold;
		color:#1A598C;
		text-decoration:none;
		}

a:hover {
		font-family: "Verdana", "Arial", "Helvetica", sans-serif;
		font-weight: normal;
		color:#1A598C;
		text-decoration:underline;
		}
		
a:active {
		font-family: "Verdana", "Arial", "Helvetica", sans-serif;
		font-weight: normal;
		color:#1A598C;
		text-decoration:none;
		}

dl		{
		font-family: "Verdana", "Arial", "Helvetica", sans-serif;
		color:#000000;
		}

#PDFinfo {
		font-size: 12px;
		font-family: "Arial", "Helvetica", sans-serif;
		font-weight: normal;
		color:#555555;
		line-height:133%;
		}


