body {
	background-color: #353628;
}

td {
	font: normal 11px Tahoma, Arial; 
	color: #ffffff;
}

h1, h2, h3, h4, h5 {

    color: #460a04;
    margin: 0px;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

.fltlft {
	float:left;
	margin-right:8px;
	margin-bottom: 4px;
	margin-top: 8px;
}

.fltrt {
	float:right;
	margin-left:8px;
	margin-bottom:4px;
	margin-top:8px;
}
.clearfloat {/*This class should be placed on a div or break element and should be the first element 
	before the close of a containter that should fully contain a float*/
	height:0px;
	font-size:1px;
	line-height:0px;
}

a	{
	font: normal 11px Tahoma, Arial;
	color: #000099;
}

a:hover {
	font: normal 11px Tahoma, Arial;
	color: #0066CC;
	text-decoration: none;
}

.white-text {
	color: #ffffff;
}

.yellow-text-regular {
	color: #db9a00;
}

.orange-text-regular {
	color: #ca6011;
}

.gray-text {
	color: #29291f;

}
.imgJostenSmLogo {
	margin-left: 40px;
}
.t_c_img {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
