/* set the page background color and margins. */
body {
	margin: 0px;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-highlight-color: #bdbdbd;
	scrollbar-shadow-color: #bdbdbd;
	scrollbar-face-color: #A43121;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #ffffff;
	color: #E3E3E3;

}

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

/* default link colors - this is the default link color for the page */
a:link { font-weight: bold; text-decoration: underlined, italic; color: #A8523B; } /* unvisited link color */
a:hover { font-weight: bold; text-decoration: underlined, italic; color: #979797; } /* hover over an unvisited link color */
a:active { font-weight: bold; text-decoration: underlined, italic; color: #979797; } /* hover over an unvisited link color */
a:visited { font-weight: bold; text-decoration: underlined, italic; color: #A8523B; } /* visited link color*/
a:visited:hover { font-weight: bold; text-decoration: underlined, italic; color: #979797; } /* 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.foot:link { font-weight: normal; text-decoration: none; color: #000000; }
a.foot:hover { font-weight: normal; text-decoration: none; color: #666666; }
a.foot:visited { font-weight: normal; text-decoration: none; color: #000000; }
a.foot:visited:hover { font-weight: normal; text-decoration: none; color: #666666; }

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

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; }
h1 { font-size: 13px; margin: 15 0 -15 0; }
/* set font size for each H tag. Change this before using any of these elements
h1 { font-size:.5em; }
h2 { font-size:.25em; }
h3 { font-size:1em; }
h4 { font-size:1em; }
h5 { font-size:1em; }
h6 { font-size:1em; }
h7 { font-size:1em; }
 */

/* only custom styles below this line */

.footnav { font-family: verdana, helvetica, sans-serif; font-size: 9px; }
.imgBorder { border: 1px solid #000000; }

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