@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/tiler_bg.jpg);
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #333333;
	font-size: 12px;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: underline;
}
.clsPageContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	background-image: url(images/lay_content.jpg);
	background-repeat: repeat-y;
	text-align: left;
}
.clsPageContent div {
	padding: 5px;
}
.clsFeather {
	background-image: url(images/lay_feather.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.clsPaintDisplay {
	background-image: url(images/lay_imgdisplay.jpg);
	background-repeat: repeat-y;
}
.clsRight {
	text-align: right;
	padding: 5px;	
}

.clsMainImg img {
	border: 5px solid #333333;
}

.clsPad {
	padding: 5px;
}

