body {
scrollbar-3dlight-color:#aaaaaa;
scrollbar-arrow-color:#aaaaaa;
scrollbar-base-color:#eeeeee;
scrollbar-darkshadow-color:#aaaaaa;
scrollbar-face-color:#aaaaaa;
scrollbar-highlight-color:#eeeeee;
scrollbar-shadow-color:#eeeeee;

background-color: #E1E6EC;
margin-left: 15px;
margin-right: 15px;
margin-top: 0px;
}

h1 {
	font-size: 16pt;
	text-align: left;
}

h2 {
	font-size: 13pt;
	text-align: left;
	color: #44474F;
}

p, ul li, .text {
	text-align: justify;
	font-family: verdana;
	font-size: 8pt;
	color: #44474F;
}

.container
{
	width: 720px;
	padding: 15px;
	border: 0;
}

.titleLine
{
  background-image: url(images/titles/line.gif);
  width: 100%;
}

.shadowLeft
{
  background-image: url(images/shadowLeft.gif);
}

.shadowRight
{
  background-image: url(images/shadowRight.gif);
}

.title {
  font-family: verdana;
  font-size: 10pt;
  color: #44474F;
  font-weight: bold;
}

.link {
  text-decoration: none;
  color: #113863;
  font-family: verdana;
  font-size: 8pt;
}

.linkBold {
  text-decoration: none;
  color: #113863;
  font: bold 8pt verdana;
}
.linkBold:hover { text-decoration: underline; }

.caption {
  text-decoration: none;
  color: #44474F;
  font-family: verdana;
  font-size: 8pt;
  text-align: center;
  padding: 4px;
}

.note {
  padding: 10px;
  background: url(style/noteBG.gif) repeat-x top;
  font-family: verdana;
  font-size: 8pt;
  color: #44474F;
}

.noteLink:hover {
  text-decoration: underline;
}

.inpageTitle {
  padding-left: 10px;
  background: url(style/inpageTitle.gif) repeat-x top;
  height: 21px;
}