.normal {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 8pt;
	background: gray;
}

.bordered{
	border:1px solid #000;
	background: #FFF;
}

.tagLine{
	font-size: 16pt;
	color: gray;
	font-weight : bold;
}

.logoBox{
  background: #DDD;
  height: 50px;
}

.logo{
  color: gray;
  font-size: 18pt;
  font-family: arial;
  font-weight: bold;
	font-stretch: expanded;
	text-align:center;
}

A.logo:LINK{
	text-decoration:none;
}
A.logo:HOVER { 
	text-decoration:underline;
}

.alignRight{
	text-align:right;
}

.alignCenter{
	text-align:center;
}

.smallText{
	font-size:5pt;
}

.pageInfo{
	font-size: 10pt;
	text-align: center;
	color: red;
}

.menuHeading{
	font-weight: bold;
	color: gray;
	text-decoration:underline;
	font-family: arial;
  font-weight: bold;
  font-size: 12pt;
}

.menuItem{
	text-align:left
	text-indent: 10;
	padding-left:10;
	font-family: arial;
  font-weight: bold;
  color: gray;
  font-size: 10pt;
  border:1px solid #000;
	background: #DDD;
}

.bottomBorder{
	border-bottom:1px solid gray;
	line-height: 100%;
}

span.storyListTitle{
	font-family: arial;
  font-weight: bold;
  font-size: 12pt;
}

span.storyListBlurb{
	font-family: arial;
  	font-weight: normal;
  	font-size: 9pt;
}

span.storyListAuthor{
	font-size: 12pt;
	color: black;
	font-weight : bold;
}

span.storyListDate{
	font-family: arial;
  	font-size: 8pt;
  	color: red;
}

span.author{
	font-size: 11pt;
	color: black;
	font-weight : bold;
}

p.content{
	text-indent: 15;
}

A.menuLink{ color:gray; text-decoration:none; }
A.menuLink:link{ color:gray; text-decoration:none; }
A.menuLink:visited{ color:gray; text-decoration:none; }
A.menuLink:active{ color:none; }
A.menuLink:hover{ color:gray; text-decoration:underline;}