/* CSS style sheet for web site */
/* used by dspProof */

/* copyright 2007-2009 Intelligence Research Systems */
/* all rights reserved */


a:link {font-family: helvetica, arial; 
	font-size: 14pt;
	color: white;
	text-decoration:none;}      	/* unvisited link */

a:visited {font-family: helvetica, arial; 
	   font-size: 14pt;
	   color: white;
	   text-decoration:none;}  	/* visited link */

a:hover {font-family: helvetica, arial;
	 font-size: 14pt;
	 font-weight: bold;
	 color: white;
	 text-decoration:none;}  	/* mouse over link */

a:active {font-family: helvetica, arial;
	  font-size: 14pt; 
	  color: white;
	  text-decoration:none;}	/* selected link */

.formMenu
{
	background-color: #999999;
	background-image: url('Images\menuBackground.gif');
	background-repeat: repeat-x;

	color: white;
	font-family: Arial, Helvetica;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
}

