.global {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	background-color: #F8F5F5;
}

a {
	color: #B152B1;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F8F5F5;
	/*   */
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	background: #B152B1;
	color: #FFFFFF;
}

/*a:active {
	color: #B152B1;
	text-decoration: underline;
}*/

.my_iframe {
	scrollbar-base-color: #E0DEDE;       /* face */
	scrollbar-arrow-color: black;        /* arrow */
	scrollbar-3dlight-color: #36393A;    /* top Outer */
	/*scrollbar-highlight-color: #C4C9CA;   /* top Inner */
	scrollbar-shadow-color: #36393A;     /* bottom Inner */
	scrollbar-darkshadow-Color: #E0DEDE; /* bottom Inner */
	overflow-y: auto 
}

ul {
	list-style-image: url("images/cnsBullet.gif"); 
	list-style-position: outside;
}

.blackScroll {
	scrollbar-base-color: black; 
	scrollbar-arrow-color: #d1cfc4;
	scrollbar-DarkShadow-Color: black;
	overflow-y: auto 
}