body { margin: 0px;	background-image: url(../images/floral_bg_tiling.gif); background-repeat: repeat; }
.shadow_top {
	background-image: url(../images/shadow_top.gif);
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	background-repeat: repeat-x;
}
.shadow_right {
	background-image: url(../images/shadow_right.gif);
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	background-repeat: repeat-y;
}
.shadow_left {
	background-image: url(../images/shadow_left.gif);
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	background-repeat: repeat-y;
}
.shadow_bottom {
	background-image: url(../images/shadow_bottom.gif);
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	background-repeat: repeat-x;
}
td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
	color: #868686;
}

h1 { font-size: 16px; line-height: 20px; font-weight: bold; }

.title {margin-bottom:15px;}

.textred {color: #dd0000;}

img {border:0;}




a:link, a:active, a:visited {color:#e9a443; text-decoration:none;}
a:hover {color:e9a443; text-decoration:underline;}

.contact1 {color:#b8a384; line-height:16px;}
.contact1 a:link, .contact1 a:active, .contact1 a:visited {color:#b8a384; text-decoration:none;}
.contact1 a:hover {color:#b8a384; text-decoration:underline;}

.contact2 {color:#868686;}
.contact2 a:link, .contact2 a:active, .contact2 a:visited {color:#868686; text-decoration:none;}
.contact2 a:hover {color:#868686; text-decoration:underline;}

.satsuma {color:#545551;}
.satsuma a:link, .satsuma a:active, .satsuma a:visited {color:#545551; text-decoration:none;}
.satsuma a:hover {color:#545551; text-decoration:underline;}

.copyright { font-size:10px; line-height:20px; color:#ffffff; padding-left:20px; }


/*==================footer====================*/
.footer {color:#fff; line-height: 20px; padding-left: 20px;}
.footer a:link, .footer a:active, .footer a:visited {color:#fff; text-decoration:underline;}
.footer a:hover {color:#fff; text-decoration:none;}


/*==================forms====================*/
form {margin:0px;	padding:0px;}
input {	font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #5C5C5C;}
.button {
	padding:3px;
	border:0;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	background-color:#868686;
	cursor:pointer;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5C5C5C;
}
