
body
{
  font-family: sans-serif;
	font-size: 11pt;
	color: #ddd;
	background-color: black;
	margin: 0px;
}

.content
{
   	margin: 0px;
   	padding: 0px;
		text-align: left;
}

.menubar
{
	border-top: 3px solid white;
	border-bottom: 1px dashed white;
	margin-top: 5px;
	padding: 5px;
	background: #080810
}

.menuitem
{
	font-weight: bolder;
	font-size: larger;
  font-family: "Lucida Sans", sans-serif;
}

.articletype
{
	font-size: smaller;
  font-family: "Lucida Sans", sans-serif;
	color: #888888;
	padding-bottom: 2px;
}

.splashheadline
{
	font-size: 30px;
  font-family: "Lucida Sans", sans-serif;
	padding-bottom: 10px;
}	

.datebyline
{
	font-size: smaller;
	color: #888888;
}

a.titlebar:link
{
  padding: 4px;
  background-color: #444466;
  color: white;
  text-decoration: none;
	border-top: 3px solid white;
	/* border-bottom: 1px dashed white; */
	display: block;
	font-weight: bolder;
}

a.titlebar:hover
{
  padding: 4px;
  background-color: white;
  color: #444466;
  text-decoration: none;
	display: block;
	font-weight: bolder;
}

a.titlebar:visited
{
  padding: 4px;
  background-color: #101010;
  color: white; 
  text-decoration: underline;
	border-top: 3px solid white;
	/* border-bottom: 1px solid white; */
	display: block;
	font-weight: bolder;
}

.sideheading
{
	font-weight: bolder;
	font-size: larger;
	color: #cccccc;
	padding-bottom: 5px;
  font-family: "Lucida Sans", sans-serif;
}

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

.footerheading
{
	font-weight: bolder;
	font-size: larger;
  font-family: "Lucida Sans", sans-serif;
	color: #cccccc;
}


a:link
{
  background-color: none;
  color: #7777cc;
  text-decoration: none;
}

a:hover
{
  color: #7777cc;
  text-decoration: underline;
}

a:visited
{
  color: #6666aa;
  text-decoration: none;
}

.headline
{
  font-family: "Lucida Sans", sans-serif;
	font-weight: bolder;
	font-size: 14pt;
	color: #6666aa;
	border-bottom: 1px solid #6666aa;
	text-align: left;
}

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

.greybg
{
  background-color: #444444;
}

.bluebg
{
  background-color: #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%;
}

.paddedleft
{
  padding-left: 10px;
}


