span.emphasise {
	color : #006276;
	font-family: Arial;
	font-weight : bold;
	font-size : 15px;
}

span.largeblue {
	color : #006276;
	font-family: Arial;
	font-size : 14px;
	font-weight: bold;
}

span.smallblue {
	color : #006276;
	font-family: Arial;
	font-size : 11px;
}

span.smallgray {
	color : #999999;
	font-family: Arial;
	font-size : 11px;
}

span.smallblack {
	color : black;
	font-family: Arial;
	font-size : 11px;
}

span.blackcaps
{
    font-family: Arial;
    color:Black;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
}

span.georgiasmallgray
{
	color : #999999;
	font-size : 10px;
}

.curdate
{
    position: absolute;
    top: 100px;
    margin: 0px 0px 0px 0px;
    font-family: Arial;
    font-size: 11px;
    color: #999999;
}

.leftbartext
{
    position: absolute;
    margin: 20px 0px 0px 22px;
    width: 115px;
}

.leftbartext div
{
    color: #999999;
    padding: 0px 0px 0px 10px;
    text-align: center;
}

div.footerlinks
{
    position: absolute;
    bottom: 30px;
    width: 120px;
    margin-left: 0px;
}

div.footerlinks div
{
    margin-bottom: 3px;
}

.buybutton {
	font-size: 12px;
	font-family: Arial;
	background-color : #d4d0c8;
	color : #000000;
	display: block;
	width: 60px;
	text-align: center;
    padding: 5px;
	border-left : 2px solid #D3D2CC;
	border-right : 2px solid #A3A29C;
	border-top : 2px solid #D3D2CC;
	border-bottom : 2px solid #A3A29C
}

.buybutton:hover
{
    text-decoration: none;
}
.buybutton:visited
{
	color : #000000;
}

#zone3 img
{
    _margin-right:-40px;
}

.itemimage
{
    display: none;
}


a.gfxLinkButton
{
    display: block;
	background-image: url("../images/navbtnlhs.gif");
	background-repeat: no-repeat;
	background-color : #0193AA;
    height: 25px;
    position: relative;
    padding:7px 0px 0px 0px;
	text-align: center;
 	font-size: 15px;
 	font-weight: bold;
 	font-family: Arial;
	text-decoration: none;
	color : White;
}

.gfxLinkButtonRhs
{
    float:right;
    width: 8px;
    height: 32px;
    padding: 0px;
    margin: -7px 0px 0px 0px;
    #margin-top: -6px;  /* Hack for ie6 & 7 */
    position: absolute;
    right:-5px;
	background-image: url("../images/navbtnrhs.gif");
	background-repeat: no-repeat;
}

a.gfxLinkButton:hover
{
	text-decoration: none;
}

a.gfxLinkButton:visited
{
	color : White;
	text-decoration: none;
}
