/* Bubbles BBQ CSS */

body {
	margin:0;
	padding:0;
	background-color: #CC3300;
}



h1, h2, h3, h4, h5 {
    color: #937d4e;
    margin: 0px;
	padding: 0px;
	font: Arial, Helvetica, sans-serif;
}


h1 {
    font-size: 24px;
}

h2 {
    font-size: 18px;	
}

h3 {
    font-size: 14px;
}


a {
	font: normal Tahoma, Arial;
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #ff5d00;

}

a.white-link-underline {	
	text-decoration: underline;
	font: normal 16px Tahoma, Arial;
	color: #FFffff;
	text-height: 18px;
	line-height: 18px;
}

.white-text{
	color: #e6e9dd;
	font: normal 16px Tahoma, Arial;
	text-decoration: none;
	text-height: 18px;
	line-height: 20px;
}
.white-text a:{
	color: #e6e9dd;
	font: normal 16px Tahoma, Arial;
	text-decoration: none;
	text-height: 18px;
	line-height: 18px;
}
.white-text a:hover{
	color: #FEF200;
	text-decoration: none;
}

.red-text-regular {
	color: #5b0000;
	text-decoration: none;
	font: normal 14px Tahoma, Arial;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: left;
}
.red-text-title {
	color: #5b0000;
	text-decoration: none;
	font: normal 24px Tahoma, Arial;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.red-text-underline {
color: #5b0000;
text-decoration: underline;
}
.black-text-regular {
color: #000000;
text-decoration: none;
font: normal 14px Tahoma, Arial;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.black-text-underline {
color: #000000;
text-decoration: underline;
}


.green-text{
	color: #122600;
	text-decoration: none;
	font: normal 14px Tahoma, Arial;
	font-size: 16px;
}
.green-text-body{
	color: #000066;
	text-decoration: none;
	font: normal 17px Tahoma, Arial;
	line-height: 18px;
	font-size: 17px;
}
.green-text-footer{
	color: #122600;
	text-decoration: none;
	font: normal 12px Tahoma, Arial;
	font-size: 12px;
}
.green-text-underline{
color: #122600;
text-decoration: underline;
font-weight:bold;
font-size: 15px;
}

ul {
	padding:0;
	margin:0 15px;
}
.white-text-footer{
	color: #ffffff;
	text-decoration: none;
	font: normal 12px Tahoma, Arial;
	font-size: 12px;
}
