@charset "utf-8";
/* CSS Document */

/*body {
	vertical-align: top;
	padding-left: 30px;
	padding-top: 20px;
	background-color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	width: 800px;
*/

a:link {
	color: #6F3;
	font-style: normal;
	text-decoration: underline;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
a:visited {
	color: #6F3;
}
table, tr, td {
	background-color: #333;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #fff;
	background-color: #000;
}
.oneColElsCtr #container {
	width: 55em; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #333;
	color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
/*tr,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}*/
.style3 {
	font-size: x-small;
	font-style: italic;
}
.style4 {
	font-size: smaller;
	font-style: italic;
}
.quote {
	font-size:medium
	padding-right: 30px;
	padding-left: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	border: 1px solid #FFF;
	padding-right: 25px;
}
