/* General HTML elements */
body {
    font: 62.5% Arial, Tahoma,Helvetica, sans-serif;
    margin:0;
    padding:0;
	color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
ul,
ul li,
dl,
dl dt,
dl dd,
blockquote {
    margin: 0;
    padding: 0;
}

h1
{
    font-size:42px;
}
h2
{
    font-size:38px;
}
h3
{
    font-size: 19px;    
}

h4
{
    font-size: 17px;
}

h5
{
    font-size: 15px;
}

h6
{
    font-size: 14px;
}
ul,
ul li {
    list-style: none;
}


.Container03 ul li
{
    list-style: disc inside;
    font-size: 12px;
    font-weight: normal;
        clear: both;
}

img {
    border: none;
}
a:link,
a:visited {
    text-decoration: none;
    outline: none;
}
a:hover {
    text-decoration: underline;
}
input,
select,
textarea {
    font: 62.5% Arial, Tahoma,Helvetica, sans-serif;
}
fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}
legend {
    display: none;
}
/* for modern browser */
input[type="image"],
input[type="submit"] {
    outline: none;
}
/* End of: For Windows */
/* input[checkbox] & input[radio] */
input {
 vertical-align: baseline;
 margin: -1px -2px;
}
/* Firefox */
html>/**/body input {
 vertical-align: text-bottom;
 margin: 0px;
}
.Wrapper {
    overflow: visible;
    height: 1%;
}
html>body .Wrapper {
    overflow: hidden;
    height: auto;    
}
.ClearItem {
	clear: both;
	height: 0px;
	overflow: hidden;
}
