body {
/*  scrollbar-base-color: navy; scrollbar-arrow-color: ffd13f; 
  scrollbar-DarkShadow-Color:navy;
*/
  font-family: Tahoma, Arial, Helvetica,MS sans-serif; font-size: 12px; color: #000000;
  }
h4   {  font-family: Arial, Helvetica,MS sans-serif; font-weight: bold; color: #D32E01;}
h1.top1000 {  font-family: Arial, Helvetica,MS sans-serif; font-weight: bold; color: #D32E01;  font-size: small;}
th   {  font-family: Tahoma, Arial, Helvetica,MS sans-serif; font-size: 12px; font-weight: bold; color: #D32E01;}
td   {  font-family: Arial, Helvetica,MS sans-serif; font-size: 12px;}
A:link    {  COLOR: #001f56; TEXT-DECORATION:}
A:visited {	 COLOR: #001f56; TEXT-DECORATION:}
A:hover   {  COLOR: #d32e01; TEXT-DECORATION: underline;}
form   {  font-family: Tahoma, Arial, Helvetica,MS sans-serif; font-size: 12px}
input {	BORDER-RIGHT: #D32E01 1px solid; BORDER-TOP: #D32E01 1px solid; FONT-SIZE: 12px; BACKGROUND: #FFCC00; BORDER-LEFT: #D32E01 1px solid; COLOR: #D32E01; BORDER-BOTTOM: #D32E01 1px solid; FONT-FAMILY: Arial,Helvetica,MS sans-serif; TEXT-DECORATION: none}
select {BORDER-RIGHT: #D32E01 1px solid; BORDER-TOP: #D32E01 1px solid; FONT-SIZE: 12px; BACKGROUND: #FFCC00; BORDER-LEFT: #D32E01 1px solid; COLOR: #D32E01; BORDER-BOTTOM: #D32E01 1px solid; FONT-FAMILY: Arial,Helvetica,MS sans-serif; TEXT-DECORATION: none}
textarea {	BORDER-RIGHT: #D32E01 1px solid; BORDER-TOP: #D32E01 1px solid; FONT-SIZE: 12px; BACKGROUND: #FFCC00; BORDER-LEFT: #D32E01 1px solid; COLOR: #D32E01; BORDER-BOTTOM: #D32E01 1px solid; FONT-FAMILY: Arial,Helvetica,MS sans-serif; TEXT-DECORATION: none}


.form_field   {  font-family: Arial, Helvetica,MS sans-serif; font-size: 12px; color: #D32E01}
.button {
	background-color : #D32E01;
	border : 2px outset #FFCC00;
	COLOR: #FFCC00; font-weight : bold;
	}
.a_white:link    {  color: white;}
.a_white:visited {  color: white;}
.a_white:hover   {  color: #D32E01;}
.a_white:active  {  color: #D32E01;}

#divCont {position:absolute; z-index:1; left:50px; top:280px; height:300px; width:170px; visibility:hidden;}
.clTop   {position:absolute; z-index:1; font-weight : bold; width:170px; line-height:8px;}
.clSub   {position:absolute; z-index:1; font-weight : normal; left:8px; top:20px; width:170px; line-height:14px;}

.Success_stories_left{
float:left;
margin:0 10px 10px 0;
}
.Success_stories_right{
float:right;
margin:0 0 10px 10px;
}
.clear{
clear:left;
}

div.overlay
{
	position: fixed;
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop));
	top:0;
	height: 100%;
	width: 100%;
	background: black;
	opacity: 0.7;
	filter:alpha(opacity=70);
	display: none;
}

img#big-photo-frame
{
	position: fixed;
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop));
	_height: expression(eval(document.documentElement.scrollHeight));
	top: 0;
	left: 50%;	
	margin-top: -20px;
	border: 20px solid white;
	border-radius: 5px;
	display: none;
	cursor:pointer;
	cursor: hand;
}

img.thumbnail
{
	cursor: pointer;
	cursor: hand;
}

