body
{
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: Black;
  background-color: White;
}

a
{
  color: Black;
  text-decoration: underline;
}

td
{
	font-size: 12px;
}

.SiteHeaderDiv
{
  background-image: url(images/menu.gif);	
  background-repeat: no-repeat; 
  background-color: #FF7200;  
  height: 80px;
  width: 100%;
  text-align: center;
  margin: 0px;
}

.SiteHeaderTable
{
	height: 80px;
	vertical-align: middle;
	width: 100%;
}

.SiteHeader
{
  font-family: sans-serif;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.MenuBody
{
  background-color: #FF7200;  
  background-image: url(images/fadeout.gif);	
  background-position: bottom;
  background-repeat: repeat-x;
}

.MenuItem
{
	display: block;	
	font-size: 13px;
	font-weight: bold;
	color: Black;
	text-decoration: none;
	padding: 5px 20px 5px 20px;
}

.Selected
{
  background-image: url(images/arrow.gif);	
  background-repeat: no-repeat;
  background-position: right; 
}

.MenuItem:hover
{
	background-color: #FFC293;
}

.SubMenuItem
{
	display: block;	
	font-size: 12px;
	font-weight: bold;
	color: Black;
	text-decoration: none;
	padding: 5px 20px 5px 40px;
}

.SubMenuItem:hover
{
	background-color: #FFC293;
}

.LanguageCell
{
  text-align: right;
  vertical-align: top;
  padding-right: 10px;   
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0px;
}

.PageContent
{
	Padding: 10px;
	width: 100%;
}

.PageTitle
{
  color: #FF7200;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 5px;
}

.PageSubTitle
{
  color: #FF7200;
  font-size: 14px;
  font-weight: bold;
}

h1
{
  color: #FF7200;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 5px;
}

h2
{
  color: #FF7200;
  font-size: 16px;
  font-weight: bold;
}

h3
{
  color: #FF7200;
  font-size: 14px;
  font-weight: bold;
}
