/* set the page background color and margins. */
body { margin: 0px; 

	/* scrollbar colors */
	/* outer lines */
	scrollbar-3dlight-color: #999999;
	scrollbar-darkshadow-color: #999999;
	/* inner lines */
	scrollbar-highlight-color: #DDEBEE;
	scrollbar-shadow-color: #DDEBEE;
	/* face, arrow and track */
	scrollbar-face-color: #ffffff;
	scrollbar-arrow-color: #825d1f;
	scrollbar-track-color: #ffffff;
}

/* set the page font formatting. */
body, p, div, td {font-family: verdana; font-weight: 400; font-size: 8.5pt; color: #333333; }

/* default link colors - this is the default link color for the page */
a:link { font-weight: none; text-decoration: none; color: #E76B18; } /* unvisited link color */
a:hover { font-weight: underline; text-decoration: none; color: #0D4159; } /* hover over an unvisited link color */
a:visited { font-weight: none; text-decoration: none; color: #E76B18; } /* visited link color*/
a:visited:hover { font-weight: underline; text-decoration: none; color: #0D4159; } /* visited link hover color*/

/*
	alternate link colors - change "subnav" to whatever word you'd like to use
	usage: <a href="somepage.html" class="subnav">
*/
a.subnav:link { font-weight: bold; text-decoration: none; color: #000000; }
a.subnav:hover { font-weight: bold; text-decoration: none; color: #ffffff; }
a.subnav:visited { font-weight: bold; text-decoration: none; color: #000000; }
a.subnav:visited:hover { font-weight: bold; text-decoration: none; color: #ffffff; }


li { list-style-image: url(/images/plusses.gif)}


/* set all H tags to 0 margin. This allows another element to be directly below it on the page */
h1, h2, h3, h4, h5, h6, h7 { margin: 0px; }

/* set font size for each H tag. Change this before using any of these elements */
h1 { font-family: verdana; font-weight: bold; font-size: 9.5pt; }
h2 { font-family: verdana; font-weight: bold; font-size: 9.5pt; }
h3 { font-family: verdana; font-weight: bold; font-size: 9.5pt; }
h4 { font-family: verdana; font-weight: bold; font-size: 9.5pt; }
h5 { font-family: verdana; font-weight: bold; font-size: 9.5pt; }
h6 { font-family: verdana; font-weight: bold; font-size: 9.5pt; }
h7 { font-family: verdana; font-weight: bold; font-size: 9.5pt; }




/* only custom styles below this line */

.imgBorder { border: 1px solid #DAEDF9; }

/* 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; }

.spectrumButton {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #800000;
  background-color: #FFFFFF;
  border-top: 1px solid #999999;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #999999;
