@charset "utf-8";
/* CSS Document */

#customCSS {
	font-size:		13px;
	line-height:	125%;
}


/*==========================*/
/* GLOBAL */
#customCSS .text-center {
	text-align:		center;
}
#customCSS .text-justify {
	text-align:		justify;
}
#customCSS .text-small {
	font-size:		0.9em;
}
#customCSS .text-red {
	color:			#F00;
}
#customCSS .text-green {
	color:			#ced849;
}
#customCSS .block-el {
	overflow:		hidden;
	_height:		1%;
	_overflow:		visible;
}
#customCSS.Padded,
#customCSS .Padded {
	padding:		10px;
}


/*==========================*/
/* EDITORIAL */
#customCSS H3,
#customCSS H4,
#customCSS H5 {
	padding:		0 0 3px;
	margin:			0 0 10px;
	font-size:		18px;
}
#customCSS H3 {
	border-bottom:	2px dotted #000;
	text-indent:	5px;
}
#customCSS H3.Small {
	font-size:		17px;
}
#customCSS H4 {
	font-size:		16px;
}
#customCSS H5 {
	font-size:		14px;
	font-weight:	normal;
	margin:			0 0 5px;
}

#customCSS .imageItems {
	padding:		5px 0 0 0;
}
#customCSS .imageItems DIV {
	float:			left;
	width:			102px;
	margin:			0 15px 0 0;
	padding:		1px 0 0 0;
	text-align:		center;
/*	background-color:#d4d4d4;*/
	background-color:#000;
}
#customCSS .imageItems DIV.Last {
	margin:			0;
}
#customCSS .imageItems DIV A,
#customCSS .imageItems DIV A H2 {
	color:			#FFF;
}
#customCSS .imageItems DIV A H2 {
	font-size:		15px;
	padding:		1px 0 4px 5px;
	margin:			0;
	text-align:		left; 
	text-decoration:none;
	font-weight:	bold;
}
#customCSS UL,
#customCSS UL LI {
	margin:			0;
	padding:		0;
	list-style:		none;
}
#customCSS UL LI {
	padding:		2px 0 2px 15px;
	background:		url(../image/ListMarker.gif) 5px 8px no-repeat;
}
#customCSS P {
	margin:			0;
	padding:		0;
}
#customCSS P IMG.img-right {
	float:			right;
	margin:			0 0 15px 15px;
}








