body {
  background: #ffffff;
  background-image: url('/serviceCapture/images/bkg.png');
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  font-size: 10pt;
  color: #000000;
  margin: 0;
  padding: 0;     
	text-align: center;
	align: center;
}

.borderedImage {
	border-style:outset;
	border-color: #000000;
	border-width:1px;
	margin-left: 15px;
	margin-bottom: 15px;
}

#header {
	position: relative;
  background: #ffffff;
  background-image: url('images/header_center.png'); 
  width: 750px; 
  height: 78px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  text-align: left;
}

#footer {
  width: 750px; 
  height: 20px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	color: #000000;
  margin: 20;
  padding: 0;   
  text-align: center; 
}

.caption {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	color: #000000;
  text-align: center; 
}

.headerText{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 28pt;
	color: #1D3455;  
	position: relative;
	top: 20px;
  text-align: left; 
}

.navDiv {
	position: relative;
	top: -2px;
	left: 380px;
}
.navText{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 10pt;
	color: #1D3455;  
}
a.navText	{ text-decoration: none; color: #1D3455; }
a.navText:visited	{ text-decoration: none; color: #1D3455; }

.section {
	position: relative;
  /*background-image: url('images/dotted_line.gif'); */
  /*background-repeat: repeat-y; */
  /*background-position: left; */
  width: 750px; 
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	color: #000000;
  margin-top: 25;
  margin-bottom: 25;
  text-align: left;
}

h1 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 14pt;
	color: #000000;
}

a {
    color: #000000;
}

a:active {
    color: #000000;
}

a:hover {
    color: #000000;
}

a:visited {
    color: #000000;
}

.mainArea {
    font-family: Tahoma, Verdana;
    font-size: 8pt;
    color: #000000;
    margin-top:                    25px;
    margin-right:                  25px;
    margin-left:                   25px;
    margin-bottom:                 25px;
}

.scrollArea {
    overflow:                    auto;
    height:                        359px;
    width:                         500px;
    scrollbar-base-color:          #6699cc;
    scrollbar-arrow-color:         #ffffff;
    scrollbar-dark-shadow-color:   #BCD2E9;
    scrollbar-face-color:          #BCD2E9;
    scrollbar-highlight-color:     #BCD2E9;
    scrollbar-shadow-color:        #BCD2E9;
    scrollbar-3d-light-color:      #BCD2E9;
    scrollbar-track-color:         #ffffff;
}