body {
	background-color: #EAEAEA;
	background-image: url(images/bg.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: center top;
	margin: 8px 0px 8px 0px;
}
ul, li, td, tr {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #4D4D4D;
}
p {
	text-align:justify;
}

.content {
	background-color: #FFFFFF;
	background-image: url(images/content.gif);
	padding: 15px 10px 10px 10px;
	height: 500px;
}
.block {
	padding: 5px;

}

.stress {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #5228BD;
}
.small {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #5228BD;
}

a:link, a:visited, a:active {
	color: #D1A408;
	text-decoration: none;
}
a:hover {
	color: #5228BD;
	text-decoration: none;
}
a:link.bar, a:visited.bar, a:active.bar {
	color: #51139C;
	text-decoration: none;
}
a:hover.bar {
	color: #D1A408;
	text-decoration: none;
}