* {
	color: #2D2C2F;
}

body { /*color: #2D2C2F; */
	background-color: #ffffff; /* #EFEFEF;*/
	font-family: "Trebuchet MS", Verdana, Arial;
	margin: 0;
	color: #020202;
}

#container {
	position: relative;
	width: 1000px;
	margin: auto;
	background-color: white;
}

a {
	color: #2D2C2F;
	text-decoration: none;
}

a img {
	border-width: 0px;
}

p {
	line-height: 30px;
}

.bold {
	font-weight: bold;
}

.ms .first {
	padding-top: 0px;
}

.i {
	font-style: italic;
}

#content-left iframes {
	padding-top: 20px;
}

quote {
	font-style: italic;
}

.caps {
	text-transform: uppercase;
}