body
{
	margin: 0px;
	color: #7c7c7c;
	padding: 0px;
	font-size: 10pt;
	font-family: verdana, arial, times new roman;
	text-align: justify;
	background-color: #ffffff;
	background-image: url(../imgs/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll
}

td
{
	color: #7c7c7c;
	font-size: 10pt;
	font-family: verdana, arial, times new roman;
	text-align: justify
}

a:link
{
	color: #3e8ba9;
	font-weight: bold;
	text-decoration: none
}

a:visited
{
	color: #3e8ba9;
	font-weight: bold;
	text-decoration: none
}

a:active, a:hover
{
	color: #cccccc;
	font-weight: bold;
	text-decoration: none
}

blockquote
{
	color: #7c7c7c;
	font-size: 10pt;
	padding: 20 20 20 20px;
	text-align: justify;
	border-top: #e1e1e1 3px dotted;
	border-bottom: #e1e1e1 3px dotted;
	background-color: #ffffff
}

.main
{
	padding: 10px
}

.subtitle
{
	font-family: times new roman, garamond, verdana, arial;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold
}

.disclaimer
{
	font-size: 7pt;
	color: #000000;
	text-align: center;
	padding: 3 0 3 0px
}

.shadow
{
	border-bottom: #e1e1e1 3px dotted;
	border-right: #e1e1e1 3px dotted;
	padding: 0 5 5 0px
}

.nsfw
{
	border-bottom: #e1e1e1 3px dotted;
	border-right: #e1e1e1 3px dotted;
	padding: 0 5 5 0px
	filter: alpha(opacity=3);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=3)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=3);
	opacity: 0.03
}

.nsfw:hover
{
	border-bottom: #e1e1e1 3px dotted;
	border-right: #e1e1e1 3px dotted;
	padding: 0 5 5 0px
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity:1.0
}