body {
  margin: 5;
  font-family: verdana;
  font-size: 11;
  color: black;
  background-color: #FFFFFF;
  background: url(images/background.jpg);
}
:link { color: #00C; background: transparent }
:visited { color: #609; background: transparent }
a:active { color: #C00; background: transparent }

a:link img, a:visited img { border-style: none } /* no border on img links */

a img { color: white; }        /* trick to hide the border in Netscape 4 */
@media all {                   /* hide the next rule from Netscape 4 */
  a img { color: inherit; }    /* undo the color change above */
}


th, td { /* ns 4 */
  font-family: tahoma;
  font-size: 11px;
  line-height: auto;
  color: #E2E2E2;
}

.caption {
  font-size: 11;  
}

A:link, A:visited, A:active 
	{ color: #996633;
	  text-decoration: none;}
A:hover 
	{ text-decoration: underline; }

.header {
  font-size: 15;
  color: red;
  font-weight: bold;
}

.whiteheader {
  font-size: 15;
  color: white;
  font-weight: bold;
}

.textarea {
  font-family: verdana;
}

.formBox {
    background-color: #FEFEFE;
    color: #222222;
    font-size: 8pt; 
    width : 158pt; 
    font-family: arial, helvetica; 
	border-top: #DEDEDE solid thin; 
	border-bottom: #DEDEDE solid thin; 
	border-right: #DEDEDE solid thin; 
	border-left: #DEDEDE solid thin; 
}

.color1 {
	color: #E70000;
	text-indent: 3pt;
	background-repeat: no-repeat;
}

.color2 {
	text-indent: 3pt;
	background-repeat: no-repeat;
}
.calcell
{
    BACKGROUND: #FFECBA
}
.calcelllook
{
    BACKGROUND: #EBDAAF
}
A.calcell:link
{
    COLOR: #D6D6D6;
    TEXT-DECORATION: none
}
A.calcell:visited
{
    COLOR: #D6D6D6;
    TEXT-DECORATION: none
}
A.calcell:active
{
    COLOR: #C8C8C8;
    TEXT-DECORATION: none
}
A.calcell:hover
{
    COLOR: #FFFFFF;
    TEXT-DECORATION: underline
}
.calnum
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9px;
    COLOR: #6A6A6A;
    FONT-FAMILY: Verdana;
    TEXT-ALIGN: right;
    TEXT-DECORATION: none
}
.caltext
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 9px;
    COLOR: #FFFFFF;
    FONT-FAMILY: Verdana;
    TEXT-ALIGN: left;
    TEXT-DECORATION: none
}
.leftspacer  /* amount of space to the left of the header and titles */
{
    width: 0px;
}
.head                           /* page headers */
{ 
    font-size: 12px; 
    font-weight: bold; 
}
.navtableborderbegin
{
    border:1px solid #808080;
}
.admin                          /* used in admin bars */
{ 
    font-weight: bold; 
}
.navtableborderend
{
    border:1px solid #808080;
    border-top-width:0px;
}