@charset "utf-8";
/* CSS Document */

body  {
	margin: 0;
	padding: 0;
	text-align: left;
	background-image: url(noisetile.jpg);
	background-repeat: repeat;
}
body,td,th {
	color: #D7E1E1;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
a {
	color: #7C809D;
	text-decoration: none;
}
a:link {
	color: #7C809D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7C809D;
}
a:hover {
	border-bottom: 3px solid #7C809D;
	text-decoration: none;
	color: #7C809D;
}
a:active {
	text-decoration: none;
	color: #7C809D;
}
#big {
	background-image: url(lefttile.jpg);
	background-repeat: repeat-y;
	width: 770px;
}
.side-title {
	font-size: 11pt;
	text-align: center;
	margin-left: 325px;
	font-weight: 400;
	text-transform: uppercase;
	vertical-align: top;
	padding-right: 4px;
	padding-left: 4px;
	background-color: #AAB8A7;
	color: #F9FFD9;
	border-bottom-color: #F4FAD4;
	border-bottom-style: solid;
	border-bottom-width: 4px;
}
p {
	font-size: 9pt;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 325px;
}
a img{
	border-color: #7C809D;
	border-width: 8px;
	padding: 1px;
	background-color: #F4FAD4; 
}
a img:hover{
	border-color: #7C809D;
	border-width: 8px;
	padding: 1px;
	background-color: #F4FAD4; 
}
img{ 
	border-color: #AAB8A7;
}
blockquote {
	background-color: #F4FAD4;
	border-top-width: 0px;
	border-right-width: 8px;
	border-bottom-width: 0px;
	border-left-width: 8px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #AAB8A7;
	border-left-color: #AAB8A7;
	margin-left: 370px;
}

