
#scroll {
            overflow: auto;
            width: 240px;
			height: 285px;
            SCROLLBAR-FACE-COLOR: #4D4D4D; 
            SCROLLBAR-HIGHLIGHT-COLOR: #4D4D4D; 
            SCROLLBAR-SHADOW-COLOR: #4D4D4D; 
            SCROLLBAR-3DLIGHT-COLOR: #4D4D4D; 
            SCROLLBAR-ARROW-COLOR: #FFFFFF; 
            SCROLLBAR-TRACK-COLOR: #4D4D4D; 
            SCROLLBAR-DARKSHADOW-COLOR: #4D4D4D;
			padding-right: 5px;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:justify;
}

.text_orange {
	color: #fc8102;

}

.text_no_pad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
}

.text_right_pad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 65px;
}

.text_clientlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

.text_clientlist2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
}


.image_border {
	border: 1px solid #373737;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a.main_link:link {
	color: #FFFFFF; text-decoration: none;
}
a.main_link:visited {
	color: #FFFFFF; text-decoration: none;
}
a.main_link:hover {
	color: #fc8102; text-decoration: none;
}
a.main_link:active {
	color: #FFFFFF; text-decoration: none;
}

.lifestylelnk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}

a..lifestylelnk:hover {
	color: #fc8102;
}

