body {
	background-color: #CFC4B0;
	background-image: url(images/bg_clouds.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}
td, tr {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #242424;
}
p {
	text-align:justify;
}

form {
	font-family: "Trebuchet MS";
	font-size: 13px;
}
select, textarea {
	color: #DFD5C3;
	font-family: "Trebuchet MS";
	font-size: 13px;
	background-color: #2D5B98; 
	border-color: #2D5B98;
	border-width: 0;
}
input.bginput {
	color: #DFD5C3;
	font-family: "Trebuchet MS";
	font-size: 13px;
	background-color: #2D5B98;
	border: 1px solid #2D5B98;
}

.stress {
	font-family: "Trebuchet MS";
	font-size: 21px;
	font-weight: bold;
	color: #2A538F;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #20457A;
}

a:link, a:visited, a:active {
	color: #AE872B;
	text-decoration: none;
}
a:hover {
	color: #346BAA;
	text-decoration: none;
}