
/* ===== textual framework ================ */

.pdf_link{
	padding:8px 0 0 40px;
	background:url("../../images/pdf-icon.png") no-repeat center left;
	height:32px;
	margin:0 0 10px;
	font-size:1.2em;
	text-decoration:none;
}

.float30{
	float:left;
	width:32.3%;
	margin:0 0.5%;
}

.bigtext
{
	font-size: 140%;
}
.medium_text
{
	font-size: 125%;
}
.smalltext
{
	font-size: 80%;
}
.verysmalltext
{
	font-size: x-small;
}
.textleft
{
	text-align: left;
}
.textright
{
	text-align: right;
}
.center
{
	text-align: center;
}
.full_page{
	float:left;
	width:100%;
	margin:15px 0;
}
.half_left{
	float:left;
	width:48%;
	margin-right:1%;
}
.half_right{
	float:right;
	width:48%;
	margin-left:1%;
}
.half_left iframe,
.half_right iframe{
	width:100%;
}
.s25left{
	float:left;
	width:22%;
	text-align:center ;
	margin: 10px 1.5%;
}
.s30left{
	float:left;
	width:31.5%;
	margin-right:2.5%;
	margin-bottom:15px;
}
.s30right{
	float:right;
	width:32%;
	margin-bottom:15px;
}
.s70percent{
	float:left;
	width:68%;
	margin-bottom:15px;
}
.s60percent{
	float:left;
	width:60%;
	margin-bottom:15px;
}
.s70percentmiddle{
	width:70%;
	margin: 0 auto 15px;
}
.s60percentmiddle{
	width:60%;
	margin: 0 auto 15px;
}
.s80percentmiddle{
	width:80%;
	margin: 0 auto 15px;
}
.s90percentmiddle{
	width:90%;
	margin: 0 auto 15px;
}
.picture-left
{
	float:left;
	margin-right:30px;
}
.picture-right
{
	float:right;
	margin-left:20px;
	padding:5px;
}
.picture-center
{
	display:block;
	clear:both;
	margin:0 auto;
}
.picture-inline
{
	float:left;
	margin:0 20px;
}
.float-left
{
	float:left;
	width:40%;
	text-align:center;

}
.greentext{
	color:#638E0E;
}
.float-center
{
	float:left;
	width:20%;
	text-align:center;

}
.float-right
{
	float:right;
	width:40%;
	text-align:center;
}
.telephone{
	color:#666;
	padding:2px 0 0 26px;
	margin:0 0 0 0;
	line-height:1.1em;
	background:url( '../../images/phone2.png') no-repeat left center;
}
.emailpages{
	color:#666;
	padding:2px 0 0 26px;
	margin:0 0 0 0;
	line-height:1.1em;
	background:url('../../images/email2.png') no-repeat left center;
}
