
body
{
  font-family: sans-serif;
	font-size: 11pt;
  color: black;
	background-color: white;
}

.content
{
	padding: 5px;
}

.rightline
{
  padding-right: 5px;
}

.alttake
{
  padding: 5px;
}

.underlined
{
	font-weight: bolder;
}

.footer
{
  border-bottom: 1px solid #cccccc;
	padding: 10px;
	margin: 0px;
}


a.smaller:link
{
	font-size: 9pt;
  text-decoration: none;
}

a.smaller:hover
{
	font-size: 9pt;
  text-decoration: none;
}

a.smaller:visited
{
	font-size: 9pt;
  text-decoration: underline;
}

a.titlebar:link
{
  padding: 5px;
  text-decoration: none;
	display: block;
}

a.titlebar:hover
{
  padding: 5px;
  text-decoration: none;
	display: block;
}

a.titlebar:visited
{
  padding: 5px;
  text-decoration: underline;
	display: block;
}

.published
{
  font-family: sans-serif;
	font-size: 9pt;
	border-bottom: 1px dashed #6666aa;
	margin-bottom: 5px;
}

.padded
{
  padding: 4px;
}

.paddedleft
{
  padding-left: 10px;
}

.larger
{
  font-family: sans-serif;
	font-size: 14pt;
  color: #6666aa;
}

.headline
{
  font-family: sans-serif;
	font-weight: bolder;
	font-size: 14pt;
}

.smaller
{
  font-family: sans-serif;
	font-size: 7pt;
}

.footer
{
	padding: 5px;
}

.menubar
{
	padding: 5px;
}

.greybg
{
  color: black;
  background-color: white;
}

.bluebg
{
  color: black;
  background-color: #eeeeee;
}

a.menuitem:link
{
	text-decoration: none;
	padding: 2px;
}

a.menuitem:hover
{
	text-decoration: none;
	padding: 2px;
}

a.menuitem:visited
{
	text-decoration: underline;
	padding: 2px;
}

a:link
{
  text-decoration: none;
}

a:hover
{
  text-decoration: none;
}

a:visited
{
  text-decoration: underline;
}


