
* {
	margin:0px;
	padding:0px;
	font-size:14px;
	line-height:1.6;
	list-style:none;
	text-decoration:none;
	color:#363636;
	text-align:justify;
	text-justify:inter-ideograph; 
}

* ,x:-moz-any-link {
	letter-spacing:-1px;
}

body:first-of-type *{
	letter-spacing:-1px;
	}

/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
	p,li,dd,dt,h1,h2,h3,h4,h5,th,td {
		letter-spacing:-1px;
	}
}
*/

/* COMMON */
body {
	text-align:center;
	margin:auto 0;
}

ol, ul {
	list-style-type: none;
}

a:link { 
	color: #d81229;
	text-decoration: underline;
}
a:active { 
	color: #d81229;
	text-decoration: underline;
}
a:visited { 
	color: #d81229;
	text-decoration: underline;
}
a:hover { 
	color: #d81229;
	text-decoration: underline;
}

table {
	border-top: solid 1px #e5e5e5;
	border-left: solid 1px #e5e5e5;
	border-collapse:collapse;

}

tr {
	border-bottom: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
}

th,
td {
	border-bottom: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
	padding:15px;
	font-weight:100;
}


option {
	padding-right: 5px;
}
hr {
	display: none;
}

img {
	border: 0px;
}

b {
	font-weight:normal;
}


.S20{
	font-size: 20px;
	/*\*/
	*font-size: 168%;
	/**/
}

.S18{
	font-size: 18px;
	/*\*/
	*font-size: 148%;
	/**/
}
.S16{
	font-size: 16px;
	/*\*/
	*font-size: 128%;
	/**/
}
.S14{
	font-size: 14px;
	/*\*/
	*font-size: 115%;
	/**/
}
.S12{
	font-size: 12px;
	/*\*/
	*font-size: 100%;
	/**/
}