body {
    font-family: Arial, sans-serif;
    font-size: 9pt;
    background-color: #FFF;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	margin-left: 0px;
	padding-left: 70px;
	margin-top: 120px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

background {
	background:url(images/bg.png);
	background-repeat:repeat-x

}

p {
    font-family: Arial, sans-serif;
    font-size: 9pt;
    font-weight:lighter; 
    text-align: left; 
    color: #000;
}

h1 {
    font-family: Arial, sans-serif;
    font-size: 10pt;
    text-align: left; 
    color: #FFF;
    background: #0072BC;
    height: 24px
}

h2 {
    font-family: Arial, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: #000;
}

h3 {
    font-family: Arial, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: #000;
	text-transform: uppercase;



}

img {
    border: 0pt;
}

a:link, a:visited {
    text-decoration: none;
    color: #FFFFFF;
}

a:active {
    color: #fc151e;
}

a:hover {
    color: 333333;

}

li a{
background: white left;
padding: 3px 20px;
font-size: 9px;

text-decoration: none;
font-weight: bold;
}