/*
  Sheet        : site.css
  Description  : pixel-based style sheet for Arainia
  Author       : M. Logan Mueller
  Started      : May 30, 2003
*/

A:hover 
{
  text-decoration : none;
  color : #000066;
  font-weight: bold;
}

A:link
{
  text-decoration : none;
  font-weight: bold;
  color : #000066;
}

A:active
{
  text-decoration : none;
  font-weight: bold;
  color : #000066;
}

A:visited
{
  text-decoration : none;
  font-weight: bold;
  color : #000066;
}

A.darklink
{
	text-decoration : none;
	font-weight: bold;
	color : #888;
}

TD
{
  font-size: 12px;
  font-family: tahoma,arial,helvetica,sans-serif;
}

.newsframe
{
	padding: 5 5 5 5;
	border: 1px solid #000;
	background-color: #eeeeee;
}

.formframe
{
	padding: 10 10 10 10;
	border: 1px solid #000;
	background-color: #eeeeee;
}

.clearframe
{
     padding: 5 5 5 5;
     border: 1px solid #000;
}


.overframe
{
     padding: 10 10 10 10;
     border: 1px hidden #000;
}

.overframedark
{
     padding: 10 10 10 10;
     border: 1px hidden #000;
	 background-color: #eeeeee;
}

.commonframe
{
	padding: 10px 10px;
	border: 1px solid #ccc;
	background-color: #efefef;
}

.padframe
{
	padding: 5 5 5 5;
}

