/* CSS Document */

body {
	margin-top: 100px;
	margin-right: 10%;
	margin-left: 10%;
	background-image: url(images/consentTITLE.gif);
	background-position: 10% 0px;
	background-repeat: no-repeat;

}
.h1 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;


}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin-left: 5%;
}
.t1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.t2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-left: 5%;
}
.t3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-left: 10%;
}
.t4 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-left: 15%;
}
.t5 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-left: 20%;
}
.tcenter {
	text-align: center;
}

.floatRbox {
	margin: 5px;
	padding: 0px 5px 5px;
	float: right;
	height: 400px;
	width: 250px;
	border: thin solid #999999;
	font-size: 0.8em;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	background-color: #CCCCCC;

}
.floatcontents {
	line-height: 50px;
}
.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	}
.buttons a:link {
	text-decoration: underline;
	color: #146646;
	}
.buttons a:visited { 
	text-decoration: none;
	color: #146646;
}
.buttons a:hover {
	text-decoration: none;
	color: #CCCC66;
	font-weight: bold;

	}

.buttons a:active { 
	text-decoration: none;
	color: #20A46F;
}

.box {
	border: thin solid #146646;

}
.boxCOLOR {
	border: thin solid #146646;
	background-color: #CCCC66;

}
