/* Boxes */

#mainbox {
	width: 750px;
	border-left:1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	text-align: left;
	}

/* Base Text */

  body, p, div, span, td {
    font-family:	Arial;
    font-size:		10pt;
    color:		#000000;
    background-position: center;
	}


/* Small Text */

  .text-small {
    font-family:	Tahoma;
    font-size:		8pt
  }

/* Copyright Text */

   .text-copyright {
     font-family:	Tahoma;
	 font-size:		8pt;
	 font-style: 	Italic
	}

/* Titles */

  .title-large {
    font-size:		16px;
    font-family:	Arial;
    font-weight:	bold;
    font-style:		Italic;
    color:		#0000FF;
  }

  .title-medium {
    font-size:		10pt;
    font-family:	Arial;
    font-weight:	bold;
    color:		#0000FF
  }

  .title-small {
    font-size:		8pt;
    font-family:	Arial;
    font-weight:	bold;
    color:		#0000FF
  }


/* Standard Links */

  a:link {
    font-weight:	bold;
    color:		#000FCE;
    text-decoration:	underline
  }

  a:active {
    font-weight:	bold;
    color:		#000FCE;
    text-decoration:	underline
  }

  a:visited {
    font-weight:	bold;
    color:		#000FCE;
    text-decoration:	underline
  }

  a:hover {
    font-weight:	bold;
    color:		#0066FF;
    text-decoration:	underline
  }


/* Menu Links */

  a.menu-link:link {
    font-family:	Arial;
    font-size:		14px;
    font-weight:	bold;
    color:		#E2E920;
    text-decoration:	none
  }

  a.menu-link:active {
    font-family:	Arial;
    font-size:		14px;
    font-weight:	bold;
    color:		#E2E920;
    text-decoration:	none
  }

  a.menu-link:visited {
    font-family:	Arial;
    font-size:		14px;
    font-weight:	bold;
    color:		#E2E920;
    text-decoration:	none
  }

  a.menu-link:hover {
    font-family:	Arial;
    font-size:		14px;
    font-weight:	bold;
    color:		#AEB31B;
    text-decoration:	underline
  }


