/*Anchor Psuedo-Classes*/

a:link
{
	color: #bf5c0e;
	<!--cool blue is #90bbff -->
	text-decoration: none;
}

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

a:active
{
	color: #FF0000;
	text-decoration: none;
}

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

/*Tag Formatting*/

body {
    color: #b6934b;
    background: #000000;
  }
	font-family: Times New Roman, Book Antigua, Baskerville, Arial, sans-serif;
	font-size: 12pt;
	margin-top: 0px;
	margin-left: 0px;
}

img
{
	border: 1px;
}

input.button, input.text
{
	font-size: 8pt;
	background: #ececec;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 2px;
	color: #000000;
}

table
{
	border: none;
}

td
{
	font-family: Book Antigua, Baskerville, Arial, sans-serif;
	font-size: 12pt;
	vertical-align: top;
}

/*Paragraph/text Formatting Classes*/

.bold
{
	font-weight: bold;
}

.center
{
	text-align: center;
}

/*Page Formatting Classes*/

.boxTop
{
	background-image: url("images/borders.gif");
	width: 100%;
}

.cellTable
{
	height: 100%;
}

.content-dates
{
	height: 145px;
	border: 1px solid #0000cc;
}

.content-email
{
	height: 145px;
	border: 1px solid #0000cc;
	padding: 10px;
}

.content-main
{
	height: 325px;
	border: 2px solid #c9a234;
}

.hfill-sidebar
{
	height: 25px;
}

.top-mid
{
	width: 375px;
}

.top-right
{
	width: 160px;
}

.tableCell
{
	vertical-align: top;
}

.vfill-top
{
	width: 25px;
}