@charset "UTF-8";
A:link {
	color: #666666;
	text-decoration: none;
}

A:visited {
	color: #666666;
	text-decoration: none;
}

A:active {
	color: #666666;
	text-decoration: none;
}

A:hover {
	color: #333333;
	text-decoration: none;
}

A.dark:link {
	color: #666666;
	text-decoration: none;
}

A.dark:visited {
	color: #666666;
	text-decoration: none;
}

A.dark:active {
	color: #666666;
	text-decoration: none;
}

A.dark:hover {
	color: #333333;
	text-decoration: none;

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #E8E8E8;
	background-image: url(images/background.jpg);
}
.oneColFixCtr #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.style4 {
	font-size: 12px;
	font-family: "Trebuchet MS";
	line-height: 13pt;

}
.style5 {
	font-size: 11px;
	line-height: 11pt;
}
.style7 {
	font-size: 14px;
	font-weight: bolder;
}

.oneColFixCtr #container #mainContent .style4 style12 strong {
	font-family: "Trebuchet MS";
	font-size: 18px;
}
.style13 {
	font-family: "Trebuchet MS";
	font-size: 20px;
	color: #999999;
}
.decoration {
	text-decoration: none;
	font-family: "Trebuchet MS";
}
.backgroundtotext {
	background-color: #999999;
}
