/* set the page background color and margins. */ 
body { margin: 0px; }

/* set the page font formatting. */
body, p, div, td {font-family: verdana; font-size: 9pt; color: #40550A; }

/* default link colors */
a:link { font-weight: bold; text-decoration: none; color: #A11580; }
a:hover { font-weight: bold; text-decoration: none; color: #360352; }
a:visited { font-weight: bold; text-decoration: none; color: #A11580; }
a:visited:hover { font-weight: bold; text-decoration: none; color: #360352; }

/* set input, select and textfield elements sizes */
.SMinput { width: 20px; }
.MDinput { width: 125px; }
.LGinput, select { width: 225px; }
.XLinput, select { width: 300px; }
.SMtext {width: 450px; height: 75px; }
.MDtext {width: 450px; height: 150px; }
.LGtext {width: 450px; height: 200px; }
.XLtext {width: 450px; height: 300px; }

BODY {
  scrollbar-arrow-color:#9095A9;
  scrollbar-base-color:#FFFFFF;
  scrollbar-shadow-color:#DDDDDD;
  scrollbar-face-color:#FFFFFF;
  scrollbar-highlight-color:#999999;
  scrollbar-dark-shadow-color:#666666;
  scrollbar-3d-light-color:#999999;
}

.bodyText {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  line-height: 12pt;
  color: #333333;
}
.bodyText A:LINK {color: #A31A1A; text-decoration: none;}
.bodyText A:VISITED {color: #A31A1A; text-decoration: none;}
.bodyText A:ACTIVE {color: #A31A1A; text-decoration: none;}
.bodyText A:HOVER {color: #EA060D; text-decoration: underline;}



.bodyHeader {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  line-height: 14pt;
  color: #A91620;
  font-weight: bold;
}

.bodyHeader2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  line-height: 14pt;
  color: #000000;
  font-weight: bold;
}

.formInput {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #333333;
  background-color: #FFFFFF;
  border: 1px solid #787E96;
}


.formButton {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7pt;
  color: #FFFFFF;
  background-color: #666666;
  border: 1px solid #CCCCCC;
  font-weight: bold;
}



.bodybullet {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	list-style-type: circle;

}

.leftNav {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7pt;
  font-weight: bold;
  color: #787E96;
  padding: 3px;
  border: 1px solid #FFFFFF;
  text-transform: uppercase;
}
.leftNav A:LINK {color: #787E96; text-decoration: none;}
.leftNav A:VISITED {color: #787E96; text-decoration: none;}
.leftNav A:ACTIVE {color: #787E96; text-decoration: none;}
.leftNav A:HOVER {color: #9E0031; text-decoration: underline;}
