html {
    background: url(page_bg.jpg) no-repeat center center fixed;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.logo {
    background-image: url('logo.png');
    background-repeat: no-repeat;
    height: 110px;
	display:none;
}


.title {
    font-family: "Times New Roman", "Times", "serif";
    font-size: 16.5px;
    color: #fff;
    line-height: 18px;
    font-weight: bold;
}


.colour01 {
    background-color: #fff;
}


.colour02 {
    background-color: #fff;
}


.colour_box {
    background-color: #;
}


.number01 {
    color: #fff;
}

.text_title {
    color: #fff;
}

.pa_title {
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 14.5px;
    color: #fff;
    line-height: 18px;
    font-weight: bold;
}


.pa_disclaimer {
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 10.5px;
    color: #fff;
}


a:link {
    text-decoration: none;
    font-family: "Arial, Helvetica, sans-serif";
    color: #fff
}

a:visited {
    text-decoration: none;
    font-family: "Arial, Helvetica, sans-serif";
    color: #fff
}

a:active {
    text-decoration: underline;
    font-family: "Arial, Helvetica, sans-serif";
    color: #fff
}

a:hover {
    text-decoration: underline;
    font-family: "Arial, Helvetica, sans-serif";
    color: #fff
}