html {font-size:100%;}


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height:1.5;
	color: #000000;
}


html, body {
	position: relative;
	height:100%;
}
body {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 1.5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#mainIntroBoxes {
	position: relative;
	width: 765px;
	margin-right: auto;
	margin-left: auto;
	margin-top:26px;
	height:768px;
}
#topLeft {
	position: absolute;
	background-color: #e6a500;
	height: 372px;
	width: 372px;
	float: left;
	left: 0px;
	top:0;
}
#topRight {
	position: absolute;
	background-color: #9BA300;
	height: 372px;
	width: 372px;
	clear:left;
	right: 0px;
	top:0;
}
#bottomLeft {
	position: absolute;
	background-color: #018295;
	height: 372px;
	width: 372px;
	float: left;
	left: 0px;
	bottom:0;
}
#bottomRight {
	position: absolute;
	background-color: #73366F;
	height: 372px;
	width: 372px;
	clear:left;
	right: 0px;
	bottom:0;
}
.boxInner {
	position: relative;
	padding-top: 0px;
	padding-right: 23px;
	padding-bottom: 20px;
	padding-left: 23px;
}
.boxInner p {margin:0;}

.boxInnerText {
	position: relative;
	height:102px;
	padding-top:20px;
	bottom:0;
	color: #FFFFFF;
	width:380px;
	vertical-align:bottom;
}
.boxInnerText p {margin:0;}
.boxInnerText a {color:#fff; text-decoration:none;}
.boxInnerText a:hover {color:#fff; text-decoration:underline;}

.boxInnerText strong {font-size:120%;}