/* General stylising declarations */

body {
	font-family: Tahoma, Arial, Helvetica, Sans-serif ;
	font-size: 11px;
	color: #FFFFFF;
	
}

body #home.page {
    background-image: url(../images/pictures/page1-bg.jpg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    
}

body #contact.page {
    background-image: url(../images/pictures/page2-bg.jpg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

h1 {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: -1px;
}

h2 {
    font-size: 17px;
    font-weight: normal;
}

h3 {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}

h4 {
    font-size: 13px;
    font-weight: bold;
    color: #000000;
}

h5 {
    line-height: 11px;
    font-size: 11px;
    font-weight: bold;
    color: #999999;
}

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

a:hover {
    text-decoration: none;
    color: #E0F29A;
}    

a img {
    border: none;  
}

#footer a  {
    font-weight: bold;
}

.page .mailtolink a {
    background-image: url(../images/common/mailto-black.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;    
}

.page .mailtolink a:hover {
    background-image: url(../images/common/mailto-white.gif);
}

.page .contactLink {
    background-image: url(../images/common/contact-white.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;    
}

.page .contactLink:hover {
    background-image: url(../images/common/contact-green.gif);
}