@charset "utf-8";
/* CSS Document */

.appFormIndex{
	float: left;
	margin-top: 55px;
	margin-left: 45px;
	height: 220px;
	width: 170px;
	position: relative;
	background-color:#E0E0E0;	
	box-shadow: 2px 2px 3px 3px #837F7C;
}
.centerText{
	text-align:center;
	margin-top: 45px;
	}
.centerTextResponseY{
	text-align:center;
	margin-top: 5px;
	}
	.centerTextResponseN{
	text-align:center;
	margin-top: 5px;
	}
/* unvisited link */
.appFormIndex a:link {
  color: #313846;
}

/* visited link */
.appFormIndex a:visited {
  color: green;
}

/* mouse over link */
.appFormIndex a:hover {
  color: green;
  font-size: 1.4em;
}

/* selected link */
.centerTextResponse a:active {
  color: blue;
}
/* unvisited link */
.centerTextResponseY a:link {
  color: #313846;
}
.centerTextResponseN a:link {
  color: #313846;
}

/* visited link */
.centerTextResponseY a:visited {
  color: green;
}
.centerTextResponseN a:visited {
  color: #313846;
}

/* mouse over YES link */
.centerTextResponseY a:hover {
  color: green;
  font-size: 1.4em;
}
/* mouse over NO link */
.centerTextResponseN a:hover {
  color: red;
  font-size: 1.4em;
}

/* selected link */
.centerTextResponse a:active {
  color: blue;
}			
	
}


