a{
	color: White;
	text-decoration:none;
}
a:hover{
text-decoration:underline;
	color: #FFFFF0;	
}
a.big{
	font-family:Impact;
	font-size:32px;
	
}
.small{
	font-size:10px;
}
body, table {
	font:14px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
.bg1 {
	background-image: url(img/05.gif);
	background-repeat:repeat-x;
	background-color:#000000;
}

.bg2 {
	background-image: url(img/12.gif);
	background-repeat:repeat-y;
}

.bg3 {
	background-image: url(img/14.jpg);
	background-repeat:repeat-x;
	background-color:#2A003F;
}

.bg4 {
	background-image: url(img/15.gif);
	background-repeat:repeat-y;
}

.bg5 {
	background-image: url(img/09.gif);
	background-repeat:repeat-y;
	height:33px;
	font-weight:bold;
}

img {
	border:0px none;
}

.stroke {
	border:2px solid #9672A9;
}
sup {
	font-size:10px;
}

.btn-bg {
	background-image:url(img/btn-bg.gif);
	border: 0px none;
	height: 25px;
	width: 220px;
	cursor: hand;
}

.title1 {
	font:16px Arial, sans-serif;
	font-weight: bold;
	background-color: #2F0042;
}

.border1 {
	border: 1px solid #520078;
}