/* page styling */

.heading  { color: #86b1cc; font-weight: bold }
.heading2   { color: #86b1cc; font-weight: normal }

td  { font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif }

p  { margin-top: 0px; margin-bottom: 11px }

#content  { color: #3f3f3f; font-size: 12px; line-height: 17px }
#content a:link, #content a:visited, #content a:active	{ color: #3f3f3f; text-decoration: underline }
#content a:hover    { color: #86b1cc; text-decoration: underline }

#content ul {
	list-style-type: disc;
	margin-top: 0px;
	margin-bottom: 4px;
	margin-left: 17px;
	padding-left: 0;
}

#content ol {
	margin-top: 0px;
	margin-bottom: 4px;
	margin-left: 32px;
	padding-left: 0;
}

#content li {
	margin-bottom: 2px
}

#sidebox   { color: #3f3f3f; font-size: 12px; line-height: 17px; background-color: eff3f3 }
#sidebox a:link, #sidebox a:visited, #sidebox a:active	{ color: #3f3f3f; text-decoration: underline }
#sidebox a:hover    { color: #3f3f3f; text-decoration: underline }

#footer   { color: #bbb2a9; font-size: 9px }
#footer a:link, #footer a:visited, #footer a:active	{ color: #bbb2a9; text-decoration: none }
#footer a:hover    { color: #bbb2a9; text-decoration: underline }

input { border: 1px solid #7f9dB9 }
input.submitbutton { border: none }

textarea { border: 1px solid #7f9dB9 }

/* print settings */

.printonly { display: block }
#printonly { display: block }
.noprint { display: none }
#noprint { display: none }