/** UNIVERSAL */
div,body {
	margin:0px;
	padding:0px;
}
body {
	background-color:#24221E;
	font-family:sans-serif;
}
td { font-size : 12px;
	color : #333333;
}
/** LINK */
a:link , a:visited , a:active {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}

/** MARGINTOP */
.marginT3 {
	margin-top: 3px;
}
.marginT5 {
	margin-top: 5px;
}
.marginT10 {
	margin-top: 10px;
}
.marginT12 {
	margin-top: 12px;
}
.marginT15 {
	margin-top: 15px;
}
.marginT20 {
	margin-top: 20px;
}
.marginT25 {
	margin-top: 25px;
}
.marginT30 {
	margin-top: 30px;
}

/** MARGINLEFT */

.marginL10 {
	margin-left: 10px;
}
/** MARGINTOPLEFT */
.marginlist1 {
	margin-top: 15px;
	margin-left: 15px;
}
.marginlist2 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.marginlist3 {
	margin-top: 20px;
	margin-left: 10px;
}

/** color */
.cb3b3b3 {
	color: #b3b3b3;
}
.cffffff {
	color: #ffffff;
}
/** FONT */
.txt9 , .txt9B {
	font-size: 9px;
	line-height: 1.4em;
	color:#333333;
	font-family:sans-serif;

}
.txt10 , .txt10B {
	font-size: 10px;
	line-height: 1.4em;
	color:#333333;
	font-family:sans-serif;
}
.txt12 , .txt12B {
	font-size: 12px;
	line-height: 1.4em;
	color:#333333;
	font-family:sans-serif;
}
.txt14 , .txt14B {
	font-size: 14px;
	line-height: 1.4em;
	color:#333333;
	font-family:sans-serif;
}
.txt9B ,.txt10B ,.txt12B ,.txt14B {
	font-weight: bold;
	font-family:sans-serif;
}
.Mtext{font-size:12px;
		line-height:160%;
		color:#333333;
		font-family:sans-serif;
}
.Stext{font-size:10px;
		color:#333333;
	font-family:sans-serif;
}
.Lsubt{font-size:14px;
    font-weight:bold;
		line-height:140%;
}
img.space {
	margin: 5px;
}

