/* CSS Notes:	File Name: help_page_display_funcs.css	Directory: ../web-data/extra-page-data/help_page_display_funcs.css	Author: JC	Date Modified: 12/14/05		This style sheet will specify the styles that are used on the help pages which are triggered by clicking on one of the "What's this?" listing	Styles for <div> elements */div.dpiheader	{width: 700px;						height: 40px;						 background-color: 000099;}						 /* Styles for <p> elemenst */p.dpi_title		{font-family: Verdana, Arial, Times;						 font-size: 10pt;						 font-weight: bold;						 color: white;						 float: left;						 margin: 10px;}.dpi_main			{font-family: Verdana, Arial, Times;						 font-size: 8pt;						 color: white;						 float: left;						 margin: 5px;}						 /* Styles for <a> elements */p#closewindowlink a:link			{font-famiy: Verdana, Arial, Times;								 				 font-size: 10px;								       	 	     color: red;								       	 	     text-decoration: none;}#closewindowlink a:visited	{font-family: Verdana, Arial, Times;												 font-size: 10px;												 color: red;												 text-decoration: none;}#closewindowlink a:hover		{font-family: Verdana, Arial, Times;												 font-size: 10px;												 color: red;												 text-decoration: underline;}#closewindowlink a:active	{font-family: Verdana, Arial, Times;												 font-size: 10pt;												 color: red;												 text-decoration: none;}