h2{
	color:#cc0000;
}

.small{
	font-size:1.1em;
/** frontend: individually depending on surrounding division **/
}

.large{
	font-size:1.3em;
/** frontend: individually depending on surrounding division **/
}

.float-left {
	float:left;
}
.float-right {
	float:right;
}
.cat_view {
	color:#000000;
	font-size:18px;
	font-weight:normal;
	margin-bottom:11px;
	padding-top:3px;
}
.file-list{
}
.float-left-margin {
	float:left;
	margin-right: 10px;
	margin-bottom: 9px;
}
.align-justify {
	text-align: justify;
}
.link-button-red {
	color: #CC0000;
}
.link-button-grey {
	color: #6A6A6A;
}