/* CSS Document */
.maintiler {
	background-image: url(images/home_tile.gif);
	background-repeat: repeat-y;

}
.tiler {
	background-image: url(images/tile.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.lefttile {
	background-image: url(images/left_structure.gif);
	background-repeat: repeat-y;
}
td {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
li {
	list-style-image: url(images/bullet.gif);
}
a {
	color: #0095B2;
	text-decoration:underline;
}
a:hover {
	color: #0095B2;
	text-decoration: none;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	color: #DA9636;
	font-size: 12px;
	display: inline;
	font-weight: normal;
	
}

.quote {
	font-family: Arial;
	color: #597290;
	font-size: 14px;
	display: inline;
	font-weight: normal;
	
}
