body {
	font-size: 12pt;
	width: 100%;
	text-align: center;
	background-image: url("./IMG/lavenderbed.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right bottom

}
div#wrapper	{
	margin: 0 auto;
	text-align: center;
	border: 0px;
}
a {
	text-decoration: none
}
table {
	margin-left:  auto;
	margin-right: auto;
}
.title {
	font-size: 18pt;
	font-style: bold;
}
.fadeout{
	opacity: 0;
	transition: 3s ease-in-out;
	-webkit-transition: 3s ease-in-out;
}
.fadein{
	opacity: 1;
	transition: 3s ease-in-out;
	-webkit-transition: 3s ease-in-out;
}
.w64px {
	width: 64px;
}
.comeonfc {
	text-align: left;
	background-image: url("./IMG/comeonfc.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
	text-shadow: 2px 2px 1px #FFF,
				-2px 2px 1px #FFF,
				 2px -2px 1px #FFF,
				-2px -2px 1px #FFF;
}
.rctp {
	text-align: left;
	background-image: url("./IMG/RedCat'sTeaParty_Simbol_v2.gif");
	background-repeat: no-repeat;
	background-position: right bottom
}
.welcome {
	width: 100%;
	background-image: url("./IMG/welcometrigladium.jpg");
	background-repeat: no-repeat;
	background-position: right bottom
}
.welcome2 {
	width: 100%;
	background-image: url("./IMG/welcometrigladium2.jpg");
	background-repeat: no-repeat;
	background-position: left bottom
}
.linkstrings {
	background-color:#FAFAFA;
	color:#0F0F0F
}
.red {
	color:#DD0000;
}
.gray {
	color:#d0d0d0;
}
.footer {
	font-size:24px;
	text-align:center;
}
.update {
	background-color:#F0F0F0;
	font-size:12pt;
	text-align:left;
}