body {
	background-color: #292D2E;
	background: #292D2E url url(html/images/bg.jpg) repeat-x top;
	margin:0px;
}

td {
	font: normal 11px Tahoma, Arial;
	color: #4c4c4c;
}

h1, h2, h3, h4, h5 {

    color: #460a04;
    margin: 0px;
}


h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}


a {

font: normal 11px Tahoma, Arial;
color: #414141;
}



a.white-link-underline {	
	text-decoration: underline;
	color: #FFFFFF;
}

.white-text{
color: #ffffff;

}


.blye-text-underline {
color: #348cbc;
text-decoration: underline;
}

.blye-text-regular {
color: #348cbc;
}

.yellow-text-regular {
color: #db9a00;
}

.yellow-text-underline {
color: #db9a00;
text-decoration: underline;
}

.orange-text-regular {
color: #ca6011;
}

.orange-text-underline {
color: #ca6011;
text-decoration: underline;
}

.red-text-regular {
color: #920f0d;
}

.red-text-underline {
color: #920f0d;
text-decoration: underline;
}


.gray-text{
color: #4c4c4c;
}

.green-text{
color: #76950b;
}

/* ###### This is the Start of the Navigation Bar ###### */
.nav ul {
margin:0;
padding:0;
list-style:none;
width:780px;
float:left;
background:#333333 url(images/buttonbg.jpg) repeat-x;
}

.nav ul li
{float:left;
}

.nav ul a {
display:block;
padding:0 45px;
line-height:45px;
text-decoration:none;
color:#fff;
float:left;
font-size:15px;
background: url(images/divider.jpg) repeat-y left top;
}

.nav ul .first a {
background:none;
}

.nav ul a:hover {
color:#333;
font-size:15px;
}
/* ###### This is the End of the Navigation Bar ###### */
