body,p,td,input,select,option {
	font-family: trebuchet MS, arial;
	font-weight: normal;
	font-size: 11pt
}

body {
	background-color: #FFFCF5;
	color: #000000;
	margin: 0px;
}

.menu
{
  color: #FFFFFF; 
	background-color:#FFCC66;
  text-decoration: none; 
  font-weight: bold; 
  font-size: 10pt;
}

.topMenu
{
  text-align:center;
}

.subMenu
{
	BORDER-RIGHT: black thin solid; 
	BORDER-TOP: black thin solid; 
	BORDER-LEFT: black thin solid; 
	BORDER-BOTTOM: black thin solid;
}

.subMenuSelected
{
  color: #FFCC66; 
  background-color: #CC6600;
  text-decoration: none; 
  font-weight: bold; 
  font-size: 10pt; 
}

.bigTitleText {
	color: #CC6600;
	font-size: 16pt;
	font-weight: bold
}

.titleText {
	font-size: 12pt;
	font-weight: bold
}

.smallText {
	font-size: 8pt;
}

.vSmallText {
	font-size: 6pt;
}

a:link    { color: #000000; text-decoration: underline; }
a:visited { color: #000000; text-decoration: underline; }
a:hover   { color: #FFCC66; text-decoration: underline; background-color: #CC6600 }

a.menuBar:link     { color: #FFFFFF; text-decoration: none; font-weight: bold; font-size: 10pt; background-color: #FFCC66 }
a.menuBar:visited  { color: #FFFFFF; text-decoration: none; font-weight: bold; font-size: 10pt; background-color: #FFCC66 }
a.menuBar:hover    { color: #FFCC66; text-decoration: none; font-weight: bold; font-size: 10pt; background-color: #CC6600 }

a.pictureLink:active  { text-decoration: none; background-color: #FFFFFF  }
a.pictureLink:link    { text-decoration: none; background-color: #FFFFFF  }
a.pictureLink:visited { text-decoration: none; background-color: #FFFFFF  }
a.pictureLink:hover   { text-decoration: none; background-color: #FFFFFF  }


