/* tags */
body {
	text-align: center;
	background-color: #fff;
}
body,
form,
table,
div,
span,
fieldset,
legend,
input,
option,
select,
textarea,
ul,
li,
p,
td,
th,
a,
strong,
em,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	line-height: 18px;
	margin: 0;
	padding: 0;
}
h1 {
	font-family: Arial;
	font-size: 24px;
	font-weight: normal;
	line-height: 44px;
}
h2 {
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
}
a {
	color: #09f;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
img {
	margin: 0;
	padding: 0;
}
td {
	vertical-align: top;
}
fieldset {
	padding: 0 10px;
	border: 1px solid #f60;
}
legend {
	padding: 10px;
	font-weight: bold;
}
ul {
	padding: 5px 15px; 
}
a u {
	text-decoration: none;
}

hr{
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: 0;
	height: 1px;
}
ul{
	padding-top: 0;
	padding-bottom: 0;
}