﻿.Header
{
  background: url(./images/header_bg.gif);
  background-color: #6ec0ee;
  color:White ; 
  border: #6ec0ee 1px solid; 
  border-left-width: 0px; 
  border-right-width: 0px; 
  font-family: tahoma,Verdana,MS Sans Serif; 
  font-size: 11px;
  font-weight: bold; 
  padding: 5px; 
  width:487px;
  cursor: default; 
}

.MultiPage
{
  background-color:White;
  border-color:#6ec0ee;
  border-width:1px;
  border-top-width: 0px;
  width:487px;
  height:200px;
  position:relative;
}

.PageContent
{
  font-family: tahoma,Verdana,MS Sans Serif; 
  font-size:11px; 
  padding-left: 10px;
}

.PageTitle
{
  font-family: tahoma,Verdana,MS Sans Serif;
  font-size: 11px;
  font-weight: bold; 
  padding-top: 20px;
  padding-left: 10px;
  padding-bottom: 10px;
}