/****************************************************/
/*  Definition of general items in the site	    */
/****************************************************/
.text {
	color: #333333;
	text-decoration: none;
	font-family: verdana;
	font-size: 12px;
}

.textBold {
	color: #333333;
	text-decoration: none;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
}

.textSmall {
	color: #333333;
	text-decoration: none;
	font-family: verdana;
	font-size: 9px;
}

.listSquare {
	 margin-left:2em;
	 color: #4A4A4A;
	 list-style-type:square;
	 list-style-image: url("./images/ul_square.gif");
}

.titleBordered {
	width: 100%;
	text-align: center;
	color: #333333;
	text-decoration: none;
	font-family: verdana;
	font-weight: 600;
	font-size: 11px;
	color: #4A4A4A;
	border-top: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	padding-top: 5px;
	padding-bottom: 5px;
}

.linkImage {
	color: #860086;
	text-decoration: none;
	font-family: verdana;
	font-size: 12px;
	padding-right: 16px;
	background:url(./images/link.png) no-repeat right;
}

