/* CSS Document */
body {
	background-image: url(bg.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFE2D2;
}

body,td,th {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #A74152;
}
a:link,a:visited{
	color:#8478D1;
	text-decoration: underline;
	font-weight: bold;
}
a:hover,a:active{
	color:#D178C4;
	text-decoration: underline;
	font-weight: bold;
}
.tn {
	border: 2px solid #ED94BE;
}
.joinLink {
}
.downloadLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
	font-style: italic;
	font-weight: bold;
}
.setHead {
	font-size: 28px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial;
	color: #DC2C80;

}
.setDescr {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333399;
	text-align: justify;

}
.joinText {
}
