#phraseLine {
	font-size: 14px;
	color: #6DA5D6;
}
.boxesLine {
	clear: both;
	height: 182px;
	width:538px;
	margin-top:20px;
}
.paneBox {
	height: 182px;
	width: 174px;
	float: left;
	margin-right:8px;
	position: relative;
	background-color: #FBFBFB;
}
#internalContent .boxesLine .paneBox h1 {
	font-size: 12px;
	color: #707E52;
	text-align: center;
	width: 174px;
	height: 19px;
	margin:0px;
	padding-top:8px;
	background-image: url(images/box_tile.gif);
	background-repeat: repeat-x;
}
.paneBoxContent {
	width: 167px;
	height: 148px;
	color:#AAACAB;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DCE4CD;
	border-bottom-color: #DCE4CD;
	border-left-color: #DCE4CD;
	padding-top: 6px;
	padding-left: 5px;
	position:relative;
}
#internalContent .boxesLine .paneBoxContent p{
	margin:5px 0px 0px 2px;
	padding-left:5px;
}
.paneDownloadLink{
	text-decoration:none;
	font-weight:bold;
	color:#707E52;
	display:block;
	position:absolute;
	bottom:1px;
	right:5px;
}
.panelDownloadLink:hover{
	text_decoration:underline;
}