/* SiteStyle.css
  This is the complete style sheet for the company site.
*/
body  {
	background-color:#BBBBBB;
	margin-left : 4px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	padding-left: 4em;
	text-align: center;
}
.style1 {
	font-size: 14px;
	color: #111111;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style2 {
	font-size: 16px;
	color: #111111;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style3 {
	font-size: 18px;
	color: #111111;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style4 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style5 {
	font-size: 11px;
	color: #808080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.styleCopyright {
	font-size: 12px;
	color: #808080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Defines the style for Visited links */
A:visited {
	color: #990099;
	text-decoration: underline;
}
/* Active LINK is DEEP RED */
A:active {
	color: #CC0000;
	text-decoration: underline;
}
/* Defines the style for normal unvisited links */
A:link {
	color: #0000FF;
	text-decoration: underline;
}

