/***** Global Settings *****/

html, body {
background-color: #C0AC81;
/* #C0AC81 beige, #6DBBD5 light blue,F5DF68 light yellow, D5A82B dark yellow */
border:0;
margin:0;
padding:0;
font-family: Tahoma, Verdana, Arial, sans-serif;
font-size: 12pt;
font-weight: 500;
color: #FFFFFF;
}
/* BASE LINKS */
a {outline: none;}
a:link {text-decoration: none; color: #FFFFFF; }
a:visited {text-decoration: none; color: #FFFFFF; }
a:hover {text-decoration: none;color:red;}
a:active {text-decoration: none; color: #FFFFFF; }


a.cleanlink {outline: none;}
a.cleanlink:link {text-decoration: none;}
a.cleanlink:visited {text-decoration: none;}
a.cleanlink:hover {text-decoration: none;}
a.cleanlink:active {text-decoration: none;}

.bluelink a {outline: none;}
.bluelink a:link {color:blue;font-weight:600;text-decoration: none;}
.bluelink a:visited {color:blue;font-weight:600;text-decoration: none;}
.bluelink a:hover {color:red;font-weight:600;text-decoration: none;}
.bluelink a:active {color:blue;font-weight:600;text-decoration: none;}

.blue2link a {outline: none;}
.blue2link a:link {color:blue;font-weight:500;font-size:10pt;text-decoration: none;}
.blue2link a:visited {color:blue;font-weight:500;font-size:10pt;text-decoration: none;}
.blue2link a:hover {color:red;font-weight:500;font-size:10pt;text-decoration: none;}
.blue2link a:active {color:blue;font-weight:500;font-size:10pt;text-decoration: none;}

H1 {
font-size: 16pt;
font-weight:700;
color:#fed40b;
}
H2
{
font-size: 14pt;
font-weight:600;
color: white;
}
H3 {
font-size: 12pt;
font-weight:500;
color: black;
margin:0px;
padding:0px;
}
table
{
	border-collapse:collapse;
}
.lightbrown 
{
background-color:#77542e;
}
.brownbg
{
	background: #59432E;
}
.TextBackground
{
	background: #59432E;
}

.graybg
{
	background: #5C5A5B;
}
td
{
    border-bottom: white;
    border-left: white;
    border-right: white;
    border-top: white;
    font-family: Tahoma, verdana, arial;
    font-size: 12pt;
    font-weight: 500;
}
.epbox {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left:100px;
	padding-right:4px;
	}
.points {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left:100px;
	padding-right:4px;
	
	}
.yellowtxt {
	color:#F7E4A2;
	text-align:center;
	font-size:13pt;
	font-weight:500;
	color:#fed40b;
	}
.yellowhdg {
font-size: 16pt;
font-weight:700;
color:#fed40b;
background:#59432E;
width:912px;
padding:10px;
}
.thumbs {
border:3px solid #59432E;
background-color:#77542e;
/* background-color:#C0AC81; brown #77542e;*/
}
.txtbox {
border:3px solid #59432E;
background-color:white;
}

