*{
	margin:0;
	padding:0;
	border:0;
}
body{
	font:11px/1.4 verdana,arial,sans-serif;
	color:#000;
}
h1,h2,h3,h4,h5,h6{
	color:#000;
	font-size:1em;
	font-weight:bold;
}
h3{
	font-size:1.1em; /* 12px */
}
h2{
	margin-bottom:15px;
	font-size:1.3em;
}
ul{
	list-style:none outside none;
}
ol{
	list-style:decimal outside none;
}
a{
	text-decoration:none;
	color:#ff3300;
}
a:hover{
	text-decoration:underline;
}
table{
	width:100%;
	border-collapse:collapse;
}
td,th{
	vertical-align:top;
	text-align:left;
}
th{
	font-weight:bold;
}
caption{
	text-align:left;
	font-size:1.1em;
	margin-bottom:5px;
	font-weight:bold;
}