﻿body, html {
    margin: 0;
    padding: 0;
   }
   #wrapper {
    width: 696px; /* your wrapper obviously needs a width otherwise it will be 100% */
    margin: 0 auto; /* This is the proper way to center in a standards compliant browser */
   }
   /* This is the IE workaround*/
   body { text-align: center; }
   #wrapper { text-align: left; }

body {
	background-color: #5a5a5a;
}

td {
	font: normal 12px Tahoma, Arial;
	color: #ffffff;
	align: left
}

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:hover {

font: normal 11px Tahoma, Arial;
color: #556B2F;
text-decoration: none;

}

a.white-link-underline {	
	text-decoration: underline;
	color: #FFFFFF;
}

.white-text{
color: #ffffff;

}


.blye-text-underline {
color: #556B2F;
text-decoration: underline;
}

.blye-text-regular {
color: #556B2F;
}

.yellow-text-regular {
color: #556B2F;
}

.yellow-text-underline {
color: #76950B;
text-decoration: underline;
}

.orange-text-regular {
color: #556B2F;
}

.orange-text-underline {
color: #556B2F;
text-decoration: underline;
}

.red-text-regular {
color: #920f0d;
}

.red-text-underline {
color: #920f0d;
text-decoration: underline;
}

.gray-text{
color: #4c4c4c;
}

.green-text{
color: #76950b;
}

.style1 {
	background-color: #556B2F;
}
.style2 {
	color: #666666;
}
.style3 {
	background-color: #556B2F;
	text-align: right;
}
.style4 {
	border-width: 0px;
}
.style5 {
	background-color: #556B2F;
	text-align: center;
}
.style6 {
	text-align: left;
}
.style7 {
	text-align: center;
}

