body, p, b, td  {  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-indent: 0px;
  color: #000000;
  }
  strong { font-size:10.0pt;font-family:'Trebuchet MS' }
/* Standard anchor tag formatting */ 
A:link { 
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 13px;
  text-decoration: underline; }
A:visited { 
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 13px;
  text-decoration: underline; }
A:hover {
  color: #FFB400;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 13px;
  text-decoration: underline;}
A:active {
  color: #FFB400;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 13px;
  text-decoration: underline;}
/* End standard anchor tag formatting */

/* Formatting for menu items */
A.menu:link { 
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 10px;
  text-decoration: none; }
A.menu:visited { 
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 10px;
  text-decoration: none; }
A.menu:hover {
  color: #FFB400;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 10px;
  text-decoration: underline;}
A.menu:active {
  color: #FFB400;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 10px;
  text-decoration: underline;}
/* End formatting for menu items */

/* Text formatting for content */
.text1 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 13px;
  text-indent: 0px;
  color: #000000; }

.text2 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 17px;
  text-indent: 0px;
  color: #000000; }

.text3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 13px;
  text-indent: 0px;
  color: #000000;
  border: 1px solid black;
  background: #6C6E6B;
  padding: 0.1em; }

.text4 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 13px;
  text-indent: 0px;
  color: #000000;
  border: 1px solid black;
  padding: 0.1em; }
  
  .text5 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 10px;
  text-indent: 0px;
  color: #000000; }
/* End formatting for content */

/* List formatting */
ul li {font-family: Arial, Helvetica, sans-serif;
       font-weight: normal;
       font-size: 13px;}
ol li {font-family: Arial, Helvetica, sans-serif;
       font-weight: normal;
       font-size: 13px;}
/* end formatting */

/* Header formatting */
H3, H4, H5 {color: black;
		    font-family: Arial, Helvetica, sans-serif;}
			h1 {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 16px;

	font-style: normal;

	font-weight: bold;

	font-variant: normal;

	text-transform: capitalize;

	color: #000000;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #FFB400;

	letter-spacing: 1pt;

	text-align: left;

	margin-top: 10px;



}
H2{ font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 14px;

	font-style: normal;

	font-weight: bold;

	font-variant: normal;

	text-transform: capitalize;

	color: #000000;}

/* End Header formatting */

/* Class Selectors */
.bold {font-weight: bold;}
.margin {margin-left: 10px;
		margin-right: 10px;
		margin-top: 10px;
		margin-bottom:10px;}
.firstletter {font-size: 19px;
      font-family: Arial, Helvetica, sans-serif;
	  font-weight: bold;}
.outline {border: 1px solid black;}
.warning {color: #FFFF00;
	 font-weight: bold;}
.border {border: 1px solid black;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: normal;
      font-size: 13px;
	  padding: 0.1em;}
.box {border: 1px solid black;
      background: #FFB400;
	  padding: 0.1em;}
.underline {text-decoration: underline;}
.allcaps {text-transform: uppercase;}
.tableborder {border:1px solid black;}
/* End class selectors */

INPUT,password {
	BORDER-TOP:    #000000 1px outset; 
	BORDER-LEFT:   #000000 1px outset; 
	BORDER-BOTTOM: #000000 1px inset; 
	BORDER-RIGHT:  #000000 1px inset; 
	FONT-SIZE: 10px; font-weight:bold; COLOR: #000000; FONT-FAMILY: verdana,arial; BACKGROUND-COLOR: #FFFF99;
}


INPUT.form{ border: 1px solid #000000;
            BACKGROUND-COLOR: #FFFFFF;
}


TEXTAREA.textarea {
	BORDER-TOP:    #000000 1px outset; 
	BORDER-LEFT:   #000000 1px outset; 
	BORDER-BOTTOM: #000000 1px inset; 
	BORDER-RIGHT:  #000000 1px inset;
	FONT-SIZE: 10px; font-weight:bold; COLOR: #000000; FONT-FAMILY: verdana,arial; 
    BACKGROUND-COLOR: #FFFF99;
    PADDING: 4px 4px 4px 4px;}

SELECT.select {
	BORDER-TOP:    #000000 1px outset; 
	BORDER-LEFT:   #000000 1px outset; 
	BORDER-BOTTOM: #000000 1px inset; 
	BORDER-RIGHT:  #000000 1px inset;
	FONT-SIZE: 10px; font-weight:bold; COLOR: #000000; FONT-FAMILY: verdana,arial; 
    BACKGROUND-COLOR: #FFFF99;
    }
