﻿.htmltextbox {
	background-color: White;
	color: Black; /*defines the general text color for the entire site */
	font-family: Verdana, Georgia, "Times New Roman", "Times serif";/*defines the general font family for the entire site */
	font-size: 10px;
	font-weight:normal;
	margin: 0 0 0 0;
	padding: 0;
	text-align: left; 
}

.htmltextbox a:link, .htmltextbox a:visited {
	color: #43c0f5;
	font-weight: bold;
	text-decoration: none; }

.htmltextbox a:hover {
	text-decoration: underline; }

.htmltextbox h1 { color: #000000; font: bold 14px Verdana, Georgia, "Times New Roman", "Times serif"; margin: 0 0 0 0;}
.htmltextbox h2 { color: #003366; font: bold 13px Verdana, Georgia, "Times New Roman", "Times serif"; margin: 0 0 0 0;}
.htmltextbox h3 { color: #333333; font: bold 12px Georgia, "Times New Roman", "Times serif"; margin: 0 0 0 0;}	
.htmltextbox h4 { color: #666666; font: bold 11px Georgia, "Times New Roman", "Times serif"; margin: 0 0 0 0;}
.htmltextbox h5 { color: #003366; font: bold 11px Arial, sans-serif; margin: 0 0 0 0;}
.htmltextbox h6 { color: #333333; font: bold 11px Arial, sans-serif; margin: 0 0 0 0;}	
.htmltextbox hr { color: #ccc; background-color: #ccc; border: none; height: 1px; width: 100%;}
.htmltextbox img { border: none;}
.htmltextbox li { font-size: 100%;}
.htmltextbox p { font-size: 100%;}
.htmltextbox ol { list-style-type: decimal;}
.htmltextbox ul { list-style: url(images/bullet.gif);}
.htmltextbox table, .htmltextbox tr, .htmltextbox td { border-collapse: collapse;} /* collapses any borders from any html tables */
