body  {
	padding : 0;
	border: 0;
	left: 0;
	top: 0;
	width : auto;
	height : auto;

	margin : 2%;
	margin-top : 1%;
	margin-bottom : 1%;
   background-color: #333333; /* dark grey */
   background : #C0C0C0;      /* greyish */
   font-family: verdana, tahoma, arial; font-size : 8pt;
}

table {
  border-collapse: collapse;
}

.stepTitle {
   color : MediumBlue;
}

.boxTitle {
	color : #800000;
}

.sectionTitle {
	color : #800000;
   color : navy;
   font-weight: bold;
   padding-left: 6pt;
}

#bodyContent {
   font-family: verdana, tahoma, arial; font-size : 10pt;
   border: 0px solid blue;
	/*padding: 1px; */
   background : #EFF6FF; /* official */
   background : white;
}

.leftmenu  {
	font-size : 10pt;
	font-weight : bold;
	/*
	color : White;
	background : Teal;
   */
	font-family : Arial;
   padding-top: 4pt;
}

.divLeftMenu {
   height: auto;
}

.ulSideMenu {
   list-style-type: none;
   padding: 0;
   margin: 0;
   font: bold 10pt Arial, Verdana, Helvetica, sans-serif;
}

a.sideMenuItem {
   text-decoration: none;
   color: blue;
}

a.sideMenuItem:hover {
   color: white;
   background-color: blue;
   text-decoration: none;
}

a.sideMenuItem:visited {
   text-decoration: none;
}

.copyright  {
	font-size : 7pt;
	color : black;
}

.barGlossy {
  background: white url(/http/www.santronics.com/public/js/images/glossyback.gif) repeat-x bottom left;
}

.barNews {
  background: white url(/http/www.santronics.com/public/js/images/glossyback.gif) repeat-x bottom left;
  font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  color: white;
}

.boxGlossy {
  background: white url(/http/www.santronics.com/public/js/images/glossyback.gif) repeat-x bottom left;
}

.contentFont {
   font-family: verdana, tahoma, arial; font-size : 10pt;
}

.content  {
   font-family: verdana, tahoma, arial; font-size : 10pt;
	color : Black;
	font-family : Arial;
	font-size : 10pt;
   padding-top: 4pt;
}


