	
body,
div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,a,em,
form,fieldset,input,textarea,label,
p,blockquote,
th,td {
	margin         : 0;
	padding        : 0;
	text-decoration: none;
	text-align     : left;
	font-style     : normal;
}

ul li {
	list-style-type: none;
}

img {
	border         : none;
}

body {
	font-size        : 12px;
	line-height      : 1.7;
	color            : #222222;
	font-family      : '‚l‚r ‚oƒSƒVƒbƒN';
}

.center{
	width:400px;
	margin:0 auto;
	text-align:center;
}

.tbl-common01 {  
    margin: 0 auto;
    border-bottom: none;
	text-align:left;
	width:60%;
	clear: left
}

.tbl-common01 dt {  
    font-weight: bold;
	text-align:left;
	width: 200px;
}

.tbl-common01 textarea{
	width:80%;
	height:100px;
}

.tbl-common01 dt,
.tbl-common01 dd {
    padding: 5px;
}

.tbl-common01 dt {
    clear: both;
    float: left;
	width:30%;
    border-top: 1px dotted #FFFFFF;
}
    
.tbl-common01 dd {
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px dotted #666666;
    border-left: 1px dotted #FFFFFF;
    }
	
.tbl-common01 dd:last-child {
	border-bottom: none;
}

div.contact{
	width:80%;
	margin:40px auto;
	}

p.notes{
	text-align:left;
    float: left;
}

@media screen and (max-width: 900px) {
    .tbl-common01 dt,p.notes{
        float: none;
    }
	
	h1,h2,.tableBase,.tbl-common01,.contact{
	width:95%
	}

	div.contact{
	margin:10px auto;

}
}