body {
	background-color: #9c49b7;
}

td {
	font: normal 11px Tahoma, Arial;
	color: #494949;
}

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: #7b2396;
text-decoration: none;
}

a.white-link-underline {	
	text-decoration: underline;
	color: #FFFFFF;
}

.white-text {
color: #ffffff;
}

.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;
font: normal 12px Tahoma, Arial;
line-height: 16px
}

a.gray-text {
color: #4c4c4c;
font: normal 12px Tahoma, Arial;
text-decoration: underline;
line-height: 16px
}

a:hover.gray-text {
color: #4c4c4c;
font: normal 12px Tahoma, Arial;
text-decoration: none;
line-height: 16px
}

.purple-text {
font: bold 12px Tahoma, Arial;
color: #7B2396;
}

a.purple-text {	
font: bold 12px Tahoma, Arial;
text-decoration: none;
color: #7B2396;
}

a:hover.purple-text {	
font: bold 12px Tahoma, Arial;
color: #db9a00;
text-decoration: underline;
}