﻿body {
  margin: 0px;
  background-color: #FFFFFF;
} 

A:hover {
	color:red;
}

.normal {
  font-family: Tahoma, Arial, sans-serif;
  /*font-family: "Trebuchet MS", Arial, sans-serif;*/
  /*font-family: Calibri, Arial, sans-serif;*/
  font-size: 10pt;
  color: #000000;
}

.leftmargin {
  background-color: #336699;
  font-size: 10pt;
  color: White;
  font-family: Tahoma, Arial, sans-serif;
}

.title {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 16pt;
  color: #336699;
  font-weight: bold;
}

.heading1 {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 14pt;
  color : #336699;
  font-weight: bold;
}

.heading2 {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 12pt;
  color : #336699;
  font-weight: bold;
}

.heading3 {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 10pt;
  color : #336699;
  font-weight: bold;
}

.hilite {
  font-family: Tahoma, Arial, sans-serif;
  color: #CC0000;
  font-weight: normal;
}

.small {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 8pt;
}

.smallwhite {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 8pt;
  text-decoration : none;
  color: #FFFFFF;
}

.navtitle {
  text-align: center;
  background-color: #000000;
  font-size: 10pt;
  color: #FFFF00;
  font-weight: bold;
  font-family: "Trebuchet MS", Arial, sans-serif;
}

.navbar {
  background-color: #e6e6e6;
  text-align: left;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10pt;
}

.navtext {
  text-decoration : none;
  color: #003399;
}

.math {
  font-family: "Times New Roman", Times, serif;
  font-size: 10pt;
  letter-spacing: 1px;
}

.mathtext {
  font-family: "Times New Roman", Times, serif;
  font-size: 10pt;
  letter-spacing: 0px;
}

.code {
  font-family: "Courier New", Courier, monospace;
  font-size: 10pt;
  letter-spacing: 0px;
}

.uline {
	text-decoration: underline;
}

li.ol2 {
	list-style: lower-alpha;
}

li.ul2 {
  list-style: circle;
  margin-left: 0.75cm
}

li.ul3 {
  list-style: square;
  margin-left: 1.5cm
}

.formlabel {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10pt;
  color: #000000;
  border-style: none;
  border-width: 0px;
  background-color: #e6e6e6;
}

