/*!
 * To work with Bootstrap v2.3.2
 *
 * 2013 Digital Intelligence Ltd.
 */

/* Joy & Co */

.rounded-edges {
	background-color:#FFF;
	border-bottom-left-radius:5%;
	border-bottom-right-radius:5%;
	border-top-left-radius:5%;
	border-top-right-radius:5%
}

A.type1:link {
        COLOR: #2D7C43;
		TEXT-DECORATION: none
}
A.type1:visited {
	COLOR: #2D7C43;
	TEXT-DECORATION: none
}
A.type1:active {
	COLOR: #999999;
	/*font-weight: bold;*/

}
A.type1:hover {
	COLOR: #999999;
	/*font-weight: bold;*/
}
.joyandcocontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-transform: none;
	color: #666666;
}

.jac-blog-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	text-transform: none;
	color: #2D7C43;
}
A.type4:link {
        FONT-SIZE: 14px;
		COLOR: #000; 
		FONT-FAMILY: Arial, Helvetica, sans-serif; 
		TEXT-DECORATION: none;
		font-weight: bold;
}
A.type4:visited {
	FONT-SIZE: 14px; 
	COLOR: #000;
	FONT-FAMILY: Arial, Helvetica, sans-serif; 		
	TEXT-DECORATION: none;
	font-weight: bold;
}
A.type4:active {
	FONT-SIZE: 14px;
	COLOR: #000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-weight: bold;

}
A.type4:hover {
	FONT-SIZE: 14px;
	COLOR: #999999; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 		
	font-weight: bold;
	TEXT-DECORATION: underline;
}
/* End */