
/* ===== textual framework ================ */

.pdf_link{
	padding:10px 0 8px 40px;
	float:left;
	width:95%;
	background:url("../../images/pdf-icon.png") no-repeat center left;
	height:25px;
	margin:0 0 5px;
	font-size:1em;
	text-decoration:none;
	font-family: Arial;
	color:#666;
}
.zip_link{
	padding:10px 0 0 40px;
	float:left;
	width:95%;
	background:url("../../images/zip-icon.png") no-repeat center left;
	height:25px;
	margin:0 0 5px;
	font-size:1em;
	text-decoration:none;
	font-family: Arial;
	color:#666;
}

.bigtext
{
	font-size: large;
}
.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;
}

.picture-left
{
	float:left;
	margin-right:30px;
}
.picture-right
{
	float:right;
	margin-left:20px;
	padding:5px;
}
.picture-inline
{
	float:left;
}
.fullwidth{
	float:left;
	width:100%;
}
.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;
}