@charset "utf-8";
body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,p,th,td
{
    margin: 0;
	padding: 0 ;
}
ul,ol,li {
	list-style: none;
}
img {
    border: 0;
}
caption,em,strong,th {
    font-style: normal;
	font-weight: normal;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
	font-weight: normal;
}
body {
	line-height: 1.5em;
	background-color: #FFFFFF;
	margin: 0 auto;
	font-size: 1em;
	color: #333333;
}
a {
    color: #333333;
	overflow: hidden;
    text-decoration: underline;
}
a:link {
    text-decoration: underline;
}
a:visited {
    text-decoration: underline;
}
a:hover {
	color: #FF0000;
    text-decoration: underline;
}

p {
	margin-bottom: 7px;
}