html,body{
	margin:0;
	padding:0
}

body{
	text-align:center;
	background-color: #1a1a1a;
	background-image:url('images/background.jpg');
	background-repeat: repeat-x;
}

.white1 {
	font-family:"arial",Georgia,Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: white;

}
.white {
	font-family:"arial",Georgia,Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: white;
		line-height: 150%;
}
.white2 {
	font-family:"arial",Georgia,Sans-Serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #1a1a1a;
}


.smaller {
	font-family:"arial",Georgia,Sans-Serif;
	font-size: 9px;
	font-style: normal;
	color: #a29281;
}


.creambold {
	font-family:"arial",Georgia,Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #a29281;
	line-height: 150%;
}

.creambold1 {
	font-family:"arial",Georgia,Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #a29281;
	line-height: 150%;
}

a:link, a:visited
{
	color: white;
}

a:hover
{
	color: #a29281;
}





.heading {
	font-family: century gothic;
	font-size: 17.4px;
	font-weight: bold;
	font-variant: none;
	color: white;
}

.heading_gold {
	font-family: century gothic;
	font-size: 20px;
	font-weight: none;
	font-variant: none;
	color: #f7cc49;
}

#flash {
	position: relative;
	z-index: 0;
}

.number {
	font-family: century gothic;
	font-size: 35px;
	font-weight: bold;
	font-variant: none;
	color: white;
}

p {text-indent:0px} 

.gold {
	font-family: century gothic;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #f7cc49;
}
.red12 {
	font-family: century gothic;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #d83013;
}
.red {
	font-family: century gothic;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #d83013;
}

.gold1 {
	font-family: century gothic;
	font-size: 18px;

	font-style: normal;
	font-weight: normal;
	color: #f7cc49;
}

h1 {
	font-family: century gothic;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	color: white;
}


.white_bigger {
	font-family: century gothic;
	font-size: 35px;
	text-align:center;
	font-style: normal;
	font-weight: normal;
	color: white;
}

.white_small {
	font-family: century gothic;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: white;
}

.white_smaller {
	font-family: century gothic;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: white;
}

.white_big {
	font-family: century gothic;
	font-size: 25px;
	font-style: normal;
	font-weight: normal;
	color: white;
}

.red_20 {
	font-family: century gothic;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #d83013;
}

.white_20 {
	font-family: century gothic;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: white;
}

p{margin:0 10px 10px}


A{text-decoration:none} 





.border
{
	border: 1px solid #5d5d5d;
}

img
{
	border-color: #5d5d5d;
}

A:link img, A:visited img 
{
	border-color: #5d5d5d;
}

A:hover img 
{
	border-color: #a29281;
}


.tb {
	color: #ffffff;
	padding:1;
	background-color: #1d1c1c; 
	border: 1px solid #565656;
}



