/*
Konley Aschenbach
standard Web page style sheet
2004-05-09
*/

body
{
  background-color: #fff;
  color: #000;
}

table
{
  border-color: #ccc;
}

a:link
{
  color: #00c;
}

a:visited
{
  color: #606;
}

a:active
{
  color: #6c9;
}

a:hover
{
}

a:link img, a:visited img
{
  border-style: none;
}

a:link img.imgBorderYes, a:visited img.imgBorderYes
{
  border-style: solid;
  border-width: 2px;
}

.properTitle
{
  font-style: italic;
}

.new
{
  color: #c30;
}

.breadcrumbs
{
  font-size: smaller;
  font-family: Helvetica, Geneva, Arial, sans-serif;
}

#footer #validate
{
  font-size: xx-small;
}
