body {
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#FFFFFF;
    margin: 0px;
    padding: 0px;
}

@font-face {
    font-family: 'TenbyFiveLightRegular';
    src: url('fonts/tenby-five-light-webfont.eot');
    src: url('fonts/tenby-five-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/tenby-five-light-webfont.woff') format('woff'),
         url('fonts/tenby-five-light-webfont.ttf') format('truetype'),
         url('fonts/tenby-five-light-webfont.svg#TenbyFiveLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TenbyFiveRegular';
    src: url('fonts/tenby-five-webfont.eot');
    src: url('fonts/tenby-five-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/tenby-five-webfont.woff') format('woff'),
         url('fonts/tenby-five-webfont.ttf') format('truetype'),
         url('fonts/tenby-five-webfont.svg#TenbyFiveRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.HTenbyL {
    font-family: 'TenbyFiveLightRegular', sans-serif;
	color:#853385;
    font-size:120px;
    text-align:left;
}

.HTenbyR {
    font-family: 'TenbyFiveRegular', sans-serif;
	color:#660066;
    font-size:120px;
    text-align:left;
}

.ITenbyL {
    font-family: 'TenbyFiveLightRegular', sans-serif;
	color:#000000;
}

.ITenbyR {
    font-family: 'TenbyFiveRegular', sans-serif;
	color:#02841A;
}

.TTenbyL {
    font-family: 'TenbyFiveLightRegular', sans-serif;
	color:#FFFFFF;
    font-size:26px;
    text-align:left;
}

.TTenbyR {
    font-family: 'TenbyFiveRegular', sans-serif;
	color:#FFFFFF;
    font-size:26px;
    text-align:left;
}


.banner {
    height:160px;
    background-color:#BFD4FF;
    }

.LinkTileGH {
    width:300px;
    height:300px;
    margin:100px;
    background-image:url('GH/paints/interior_3.jpg');
    background-color:#000000;
     -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;    }

.rounded-corners {
     -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}