/* CSS Document */
.mainbg{
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
}
.tbbg {
	background-attachment: fixed;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.small {
	font-size: 12px;
	color: #666666;
	line-height: 18px;

}
a.pig {
	font-size: 12px;
	color: #EE0066;
	text-decoration: none;
}
a.pig:hover {
	font-size: 12px;
	color: #EE0066;
	text-decoration: underline;
}
a.base {
	font-size: 12px;
	color: #998295;
	text-decoration: none;
}
a.base:hover {
	font-size: 12px;
	color: #EE0066;
	text-decoration: underline;
}
.scr{
	scrollbar-base-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-arrow-color: #998295;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #998295;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-darkshadow-color: #998295;
}