body {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 21px;
	color: #cfbf9e;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 35px;
	color: #cfbf9e;
	
}
p,ul,li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 21px;
	color: #cfbf9e;
	list-style-position: outside;
	list-style-type: square;
}
.usual {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cfbf9e;
}

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

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 21px;
	color: #CFBF9E;
	text-align: center;
	padding-top: 20px;
}


@media screen and (max-width: 640px) {
*{
 -webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
  -moz-box-sizing: border-box;    /* Firefox 1 - 28 */
  box-sizing: border-box;         /* Safari 5.1+, Chrome 10+, Firefox 29+, Opera 7+, IE 8+, Android 4.0+, iOS any */
	}
 
table, tbody, tr, td, table[style], tbody[style], tr[style], td[style]{
display:block;
width:100% !important;
 max-width: 640px !important; 
}

.navcell, .intcontentcell, .intwrapper {
width:100% !important;
max-width: 640px !important;

overflow:hidden;
}
.intcontentcell {
padding-right: 10px;
padding-left: 10px;
	
}
.intcontentcell img {
max-width:100%;
height:auto;
clear:both;	
float:none;
display:block;
}
img {
max-width:100%;
height:auto;

}
td.detailrighttop, td.detailrightbottom {
width:97% !important;	
clear:both;
max-width:340px;
}
}