/*
TEMPLATED BY ASSASSIN JP/TINKER

COMMON USE
*/

.bold {
	font-weight:bold;
}

.BOLD {
	font-weight:bold;
}

.ITALIC {
	font-style:italic;
}

.BOLD-ITA{
	font-weight:bold;
	font-style:italic;
}

.B-0 {
	border:0px;
}

.MT-0 {
	margin-top:0px;
}

.MT-5 {
	margin-top:5px;
}

.MT-10 {
	margin-top:10px;
}

.MT-15 {
	margin-top:15px;
}

.MT-20 {
	margin-top:20px;
}

.MB-0 {
	margin-bottom:0px;
}

.MB-5 {
	margin-bottom:5px;
}

.MB-10 {
	margin-bottom:10px;
}

.MB-15 {
	margin-bottom:15px;
}

.MB-20 {
	margin-bottom:20px;
}

.CB {
	clear:both;
}

.pic-R {
	margin:5px 0px 10px 10px;
	float:right;
	border:solid 1px #db007f;
}


.pic-L {
	margin:5px 10px 10px 0px;
	float:left;
	border:solid 1px #db007f;
}

.small-en-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:xx-small;
}

.spoiler-alert, .spoiler {
	font-size:150%;
	font-weight:bold;
	margin-bottom:30px;
	line-height:1.4em;
}

.credit {
	font-size:9px;
	font-family:Verdana,Arial;
	line-height:1.3em;
}

.quote {
	background-color: #313131;
	color:#ffffff;
	padding:10px;
}

.credit {
	background-color:#dbdbdb;
	color:#000000;
	padding:10px;
}
