/* set the page background color and margins. */
body { margin: 0px; background: #ffffff;
}

/* set the page font formatting. */
body, p, div, td {font-family: arial; font-size: 9pt; color: #000000; }

/* default link colors - this is the default link color for the page */
a:link { font-weight: bold; text-decoration: none; color: #2b4d8a; } /* unvisited link color */
a:hover { font-weight: bold; text-decoration: none; color: #000000; } /* hover over an unvisited link color */
a:active { font-weight: bold; text-decoration: none; color: #000000; } /* hover over an unvisited link color */
a:visited { font-weight: bold; text-decoration: none; color: #2b4d8a; } /* visited link color*/
a:visited:hover { font-weight: bold; text-decoration: none; color: #000000; } /* 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-size:1em; }
h2 { font-size:1em; }
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 */
.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; }.sh {
	font-size: 11pt;
	font-weight: bold;
}
.mouse {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #FFFFFF;
	line-height: normal;
	letter-spacing: 3px;
}
