body{
	margin:0;
	padding: 0px 20px 0px 20px;
	background: #D0D7D9;
}

body,th,td,p{
font-family:verdana, arial; font-size:9pt;
}
input {
	background-color : White;
	font-size:12px;
}
p, ul, li,  td, th{font-size:9pt;}
a{
	color: Blue;
	text-decoration:underline
}
a:hover{
	color: Red;
	text-decoration:underline
}

h1{font-family:arial; font-size:13pt; color:#E21010; font-weight:bold; margin-top:8px; margin-bottom:4px;}
h2{font-family:arial; font-size:10pt; color:#E21010; font-weight:bold; margin-top:8px;}

table.goods{
	border-collapse : collapse;
}
.goods th{background: White; border:1px solid #7F9DB9; font-size:11px; font-weight:bold;}
.goods td{background: White; border:1px solid #7F9DB9; font-size:11px; text-align:center}

input.button, button{
	font-size:12px; background:#D0D7D9; font-weight:bold; color:#6C7A80;
}
