@charset "utf-8";
/* CSS Document */

html {
	color: #000;
	background: #FFF;
}

body {
	font: normal 13px/1.5em Arial;
	background: url(../images/header-bg.jpg) top center repeat-x;
	
}

h1 {
	font: 26px Arial;
	color:#000000;
}

h2 {
	font: bold 20px Arial;
}

h3 {
	font-family: Arial;
    font-size: 18px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
}

h4 {
	font: bold 16px Arial;
}

li {
	font-size: 12px;
}

div,
span,
a {
	font: inherit;
}

body,
div,
/*dl,
dt,
dd,
ul,
ol,
li,*/
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}
