/* 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 */

.formHome
{
   background-color: #E7DBB5;
   background-image: url('Images\websiteBackground.gif');
   background-repeat: repeat;

   color: black;
   font-family: Arial, Helvetica;
   font-size: 12pt;
   font-style: normal;
   font-weight: normal;
}

.Welcome
{
   background-color: #E7DBB5;

   color: black;

   font-family: palatino linotype, georgia, arial, helvetica;
   font-size: 14pt;
   font-style: normal;
   font-weight: normal;
}

.BannerImage
{
   border-style: none;
   border-width: 0;
   margin-bottom: 25px;
}

.HomePagePhoto
{
   border-style: none;
   border-width: 0;
}

