/*
 * CSS Woolmaster for cms
 * 20080327
 */
.imgLeft {
	float:left;
	margin: 0 10px 10px 0;
}
.imgRight {
	float:right;
	margin: 0 0 10px 10px;
}
.xxl-list {
	list-style:decimal;
	font-size: 250%;
	line-height: 1.5em;
}



#content h1, .textTitle {
		/*color:#fff;*/
		font-weight: normal;
		font-size: 22px;
		padding: 0 0 .5em 55px;
}
#content h2,.textSmallTitle {
	font-size: 150%;
	font-weight: bold;
	color: #717c5a;
}

.textBig {
	font-size: 110%;
	font-weight: bold;
}
.linkBig a {
	color:#fff;
	font-size: 200%;
	text-decoration: none; 
}
.linkBig a:hover{
	text-decoration: underline;
}

.tdBorderLeft {
	border-left: solid 1px #d9d9d9;
}

.tableBgImgLeft {
	padding: 30px 0 0 0;
}
.selected {
/*Dummy style*/
}