@charset "utf-8";
/* CSS Document */

body {
	font-size: 16px;
	font-family: "Trebuchet MS";
	color: #BE189D;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;

}img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
.copyright {
	color: BE189D;
	font-family: "Trebuchet MS";
	font-size: 12px;
		text-decoration: none;
}
.copyright a{
	color: BE189D;
		text-decoration: none;

}
.text {
	color: BE189D;
	font-family: "Trebuchet MS";
	font-size: 22px;
}
.button {
	color: BE189D;
	background-color: #FFDFFF;
	border: 1px solid #BE189D;
	padding: 3px;
}
SELECT,TEXTAREA,INPUT {
	color: BE189D;
	background-color: #FFDFFF;
	border: 1px solid #BE189D;

}
.text a{
	color: BE189D;


}
.text_s {
	color: BE189D;
	font-family: "Trebuchet MS";
	font-size: 18px;
}
.text_s a{
	color: BE189D;


}
H2 {
	color: BE189D;
	text-decoration: none;

}
H2 a{
	color: BE189D;
	text-decoration: none;

}
.box {
	border: 1px solid #BE189D;
}

