<style type="text/css">

html {
  padding:0px;
	margin:0px;
  height:100%;
	overflow: auto;
}

body {
  padding:0px;
	margin:0px;
  height:100%;
	overflow: auto;
	scrollbar-base-color: #EFBFBF;
	scrollbar-3dlight-color: #9E5D5D;
	scrollbar-arrow-color: #9E5D5D;
	scrollbar-darkshadow-color: #9E5D5D;
	scrollbar-face-color: #f0f0f0;
	scrollbar-highlight-color: transparent;
	scrollbar-shadow-color: #EFBFBF;
	scrollbar-track-color: #EFBFBF;
	font-color:#333333;
	font-size:10px;
}

td.screenleft {
  width:50%;
	background-color:#9E5D5D;
}

td.screenmiddle {
  width:750px;
	background-image:url(images/background-gradient.jpg);
}

td.screenright {
  width:50%;
	background-color:#EFBFBF;
}

td.contentleft {
  width:190px;
	background:#ffffff url(images/buttonbackground.jpg) repeat-y;	
}

td.contentright {
  width:560px;
  background-color:#ffffff;
	padding:10px;
	font-color:#333333;
	font-size:10px;
	font-family:tahoma, verdana, sans serif;	
}

div.phone {
  color:#9E5D5D;
	font-weight:bold;
	font-size:14px;
	text-align:center;
}

div.buttons {
	width:190px;
	height:420px;
	overflow: auto;
}

a:link {
  font-weight:bold;
  color:#9E5D5D;	
}

a:visited {
  font-weight:bold;
  color:#9E5D5D;	
}

a:hover {
  font-weight:bold;
  color:#666666;	
}

a:active {
  font-weight:bold;
  color:#666666;	
}

</style>