
body
{
  font-family: sans-serif;
	font-size: 11pt;
  color: white;
	background-color: black;
	background-image: url(/images/background.jpg);
	background-repeat: no-repeat;
}

.content
{
  margin: 10px 75px 0px 75px;
	padding: 10px;
	background-color: black;
}

.content-trans
{
  margin: 10px 75px 0px 75px;
	padding: 10px;
}

.rightline
{
  padding-right: 10px;
  border-right: 1px dashed #6666aa;
}

.alttake
{
  padding: 5px;
  background-position: bottom right;
  background-image: url(/images/arrows.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid #6666aa;
	width: 80%;
}

.underlined
{
  font-family: sans-serif;
  color: #666666;
	font-weight: bolder;
	border-bottom: 1px solid #666666;
}


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

a.smaller:hover
{
	font-size: 9pt;
  background-color: #6666aa;
  color: black;
  text-decoration: none;
}

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

a.titlebar:link
{
  padding: 4px;
  background-color: #444466;
  color: white;
  text-decoration: none;
	border-bottom: 3px solid #6666aa;
	display: block;
}

a.titlebar:hover
{
  padding: 4px;
  background-color: #6666aa;
  color: #444466;
  text-decoration: none;
	border-bottom: 3px solid #6666aa;
	display: block;
}

a.titlebar:visited
{
  padding: 4px;
  background-color: #444466;
  color: white;
  text-decoration: underline;
	border-bottom: 3px solid #6666aa;
	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;
  color: #6666aa;
	background-repeat: no-repeat;
  background-position: 100% 100%;
#	background-image: url(/images/headline.jpg);
	border-bottom: 1px solid #6666aa;
}

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

.footer
{
  background-color: black;
  border-top: 1px solid #6666aa;
	padding: 5px;
	margin: 10px 75px 5px 75px;
}

.menubar
{
  background-color: black;
  border: 2px solid #6666aa;
	margin: 75px 75px 5px 75px;
	padding: 5px;
}

.greybg
{
  background-color: #444444;
}

.bluebg
{
  background-color: #6666aa;
}

a.menuitem:link
{
  background-color: black;
  color: white;
	text-decoration: none;
	padding: 2px;
}

a.menuitem:hover
{
  background-color: #6666aa;
  color: black;
	text-decoration: none;
	padding: 2px;
}

a.menuitem:visited
{
  background-color: black;
  color: #6666aa;
	text-decoration: underline;
	padding: 2px;
}

a:link
{
  background-color: black;
  color: #6666aa;
  text-decoration: none;
}

a:hover
{
  background-color: #6666aa;
  color: black;
  text-decoration: none;
}

a:visited
{
  background-color: black;
  color: #6666aa;
  text-decoration: underline;
}

