body
{
	background-color: #f6f6f6;
	font-family: Roboto-Regular, Helvetica, sans-serif;
	margin: 0px;
}

a {
	text-decoration: none;
	color:#764e98;
}

.logo {
	  width: 100%;
  	  position:relative;
  	  left: 0px;
  	  top: 0px;
	  bottom: 0px;
  	  margin: 0px;
}													  	  

.announcement {
	background-color: #764e98;
        color:#f6f6f6;
        padding: 2% 1% 2% 4%;
  	position:relative;
	margin: -5px 0px 0px 0px;
	font-size: 1.5em;
	font-family: Roboto-Regular, Helvetica, sans-serif;
}

.footer {
	width: 100%;
	color: #764e98;
	background-color: #f6f6f6;
	font-size: 1.5em;
	font-family: Roboto-Regular, Helvetica, sans-serif;
	font-weight: bold;
        padding: 2% 0% 2% 0%;
}

#accpt {
	position: relative;
	float:right;
	text-align:right;
	width:45%;
	border: solid 1px;
	padding-right: 3%;
	padding-top: 2%;
	padding-bottom: 2%;
}

#rjct {
	position: relative;
	float:left;
        width:45%;
	border: solid 1px;
	padding-left: 3%;
	padding-top: 2%;
	padding-bottom: 2%;
}
