body
{
  background-color:#C8C8C8;
  font-family:"Lucida Console";
}

.title
{
  font-size:36pt;
  font-weight:bold;
}

.nav
{
}

.bold
{
  font-weight:bold;
}

.italic
{
  font-style:italic;
}

.centerContents
{
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

.top
{
  height:25px;
  background-image:url('/images/top.png');
  background-repeat:repeat-x;
  float:left;
}

.topLeft
{
  width:25px;
  height:25px;
  background-image:url('/images/topLeft.png');
  background-repeat:no-repeat;
  float:left;
}

.topRight
{
  width:25px;
  height:25px;
  background-image:url('/images/topRight.png');
  background-repeat:no-repeat;
  float:right;
}

.left
{
  height:100%;
  background-image:url('/images/left.png');
  background-repeat:repeat-y;
  float:left;
}

.right
{
  height:100%;
  background-image:url('/images/right.png');
  background-repeat:repeat-y;
  background-position:right;
  float:right;
  padding-right:25px;
}

.bottom
{
  height:25px;
  background-image:url('/images/bottom.png');
  background-repeat:repeat-x;
  float:left;
}

.bottomLeft
{
  width:25px;
  height:25px;
  background-image:url('/images/bottomLeft.png');
  background-repeat:no-repeat;
  float:left;
}

.bottomRight
{
  width:25px;
  height:25px;
  background-image:url('/images/bottomRight.png');
  background-repeat:no-repeat;
  float:right;
}


a.subtleLink:link, a.subtleLink:visited, a.subtleLink:link, a.subtleLink:visited 
{
  color: white;
  text-decoration:none;
  border:none;
}

a img 
{
  border:none;
}

img 
{
  display:block;
  border:none;
}