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

