/* general buttons Black*/
a.buttonBlack {
    background: transparent url('../graphics/bg_buttonBlack_a.gif') no-repeat scroll top right;
    color:#CCC;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
	margin-bottom: 3px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.buttonBlack span {
    background: transparent url('../graphics/bg_buttonBlack_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.buttonBlack:link {
    color:#CCC; /* Light Blue */
}

a.buttonBlack:visited {
    color:#CCC;
}

a.buttonBlack:hover {
	color:#fff; 
	background-position: bottom right;
	outline: none; /* hide dotted outline in Firefox */
}

a.buttonBlack:hover span {
    background-position: bottom left;
    padding: 5px 0 5px 18px; /* push text down 1px */
}

a.buttonBlack:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.buttonBlack:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}


/* general buttons Black - no Arrow*/
a.buttonNoArrow {
    background: transparent url('../graphics/bg_buttonNoArrow_a.gif') no-repeat scroll top right;
    color:#999999; /* Light Blue */
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
	margin-bottom: 3px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.buttonNoArrow span {
    background: transparent url('../graphics/bg_buttonNoArrow_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.buttonNoArrow:link {
	color:#999999; /* Light Blue */
}

a.buttonNoArrow:visited {
	color:#999999;
}

/**/a.buttonNoArrow:hover {
	color:#fff; 
	background-position: bottom right;
	outline: none; /* hide dotted outline in Firefox */
}

a.buttonNoArrow:hover span {
    background-position: bottom left;
    padding: 5px 0 5px 18px; /* push text down 1px */
}

a.buttonNoArrow:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.buttonNoArrow:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}






.contgraybd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #999999;
}
.contwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	}
.boldwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.boldgreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #009999;
}
.smallblk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #666666;
	}
.smallwht {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #999999;
}
.bigwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.linktxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCCC00;
	
}

.tnImage {
	padding:2px;
	border:solid 1px #FFFFFF;
	margin:25px 0px 5px 0px ;
}

.mount{
	padding:10px;
	border:solid 50px #FFFFCC;
	border-bottom: solid 70px #FFFFCC;
	margin:25px 0px 5px 0px ;
	background-color:#FFFFFF;
}

