body, p,table,td {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 13px;
  text-indent: 0px;
  color: #000000; }

/* 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: #0086B2;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 13px;
  text-decoration: underline;}
A:active {
  color: #0086B2;
  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: #0099CC;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none; }
A.menu:visited { 
  color:#0099CC;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none; }
A.menu:hover {
  color:#0099CC;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: underline;}
A.menu:active {
  color: #0071BC;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  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;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  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: #FF9A00;
  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; }

.text6 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 13px;
  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 */
H1, H2, H3, H4, H5 {color: black;
		    font-family: Arial, Helvetica, sans-serif;}
/* End Header formatting */

/* Class Selectors */
.bold {font-weight: bold;}
.firstletter {font-size: 19px;
      font-family: Arial, Helvetica, sans-serif;
	  font-weight: bold;}
.outline {border: 1px solid black;}
.warning {color: #FF0000;
	 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: #EAFAFF;
	  padding: 0.1em;}
.underline {text-decoration: underline;}
.allcaps {text-transform: uppercase;}
.tableborder {border:1px solid black;}
.margin {margin-left: 20px;
		margin-right: 20px;
		margin-top: 20px;
		margin-bottom:20px;}
/* End class selectors */

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

INPUT.form{ border="1 solid #0086B2";
            BACKGROUND-COLOR: #A2E9FF;}

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



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