@charset "utf-8";
.whitetext {
	font-family: arial;
	font-size: 17px;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.goldtext {
	font-family: arial;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	color: #9a7233;
	text-decoration: none;
}
.tabcontent {
	font-family: arial;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	text-decoration: none;
}

.content {
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
	text-align: justify;
}

.copy {
	font-family: arial;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

.tabcontentred {
	font-family: arial;
	font-size: 12px;
	line-height: 16px;
	color: #FF0000;
	text-decoration: none;
}

a {
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
	
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.bt {
	font-family: arial;
	font-size: 13px;
	color: #9a7233;
}
.bt:link {
	text-decoration: none;
}
.bt:visited {
	text-decoration: none;
	color: #9a7233;
}
.bt:hover {
	text-decoration: underline;
	color: #000;
}
.bt:active {
	text-decoration: none;
	color: #9a7233;
}
.texarea {
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0000;
	border: 1;
	border-color: #CA252C;
}

.bt1 {
	font-family: arial;
	font-size: 13px;
	color: #666666;
}
.bt1:link {
	text-decoration: none;
}
.bt1:visited {
	text-decoration: none;
	color: #666666;
}
.bt1:hover {
	text-decoration: underline;
	color: #9a7233;
}
.bt1:active {
	text-decoration: none;
	color: #666666;}


.thumbnail1 {
position:relative;
z-index:0;
}

.thumbnail1:hover{
background-color:transparent;
z-index:50;
}

.thumbnail1 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #aebc72;
padding: 0px;
left: -1000px;
border: 1px #FFF solid;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail1 span img{ /*CSS for enlarged image*/
border-width:0;
padding:2px;
}

.thumbnail1:hover span{ /*CSS for enlarged image on hover*/
visibility:visible;
left:-200px;
top:-250px;
}
.newtext{
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
}
.newtextmain{
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	color:#D9AA60;
}
.sub_text{
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	color:#CA252C;
}
.newtext2{
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	color:#333333;
}
.links {
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #D9AA60;
}