﻿body {
	background-color: #262626;
}

td {
	
	font: Arial;
font: normal 14px;
	color: #616150;
}

h1, h2, h3, h4, h5 {

    font: Arial;
	color: #460a04;
    margin: 0px;
}


h1 {
   font: Arial;
    font-size: 20px;
}

h2 {
    font: Arial;
	font-size: 18px;
}

h3 {
    font: Arial;
	font-size: 14px;
}


a {

font: Arial;
font: normal 14px;
color: #414141;
}

a:hover {

font: Arial;
font: normal 14px;
color: #00527d;
text-decoration: none;

}

a.white-link-underline {	
	font: normal 14px Arial;
	text-decoration: underline;
	color: #FFFFFF;
}

.white-text{
font: Arial;
color: #ffffff;

}


.blye-text-underline {
font: Arial;
color: #348cbc;
text-decoration: underline;
}

.blye-text-regular {
font: Arial;
color: #348cbc;
}

.yellow-text-regular {
font: Arial;
color: #db9a00;
}

.yellow-text-underline {
font: Arial;
color: #db9a00;
text-decoration: underline;
}

.orange-text-regular {
font: Arial;
color: #ca6011;
}

.orange-text-underline {
font: Arial;
color: #ca6011;
text-decoration: underline;
}

.red-text-regular {
font: Arial;
color: #bb2d2d;
}

.red-text-underline {
font: Arial;
color: #bb2d2d;
text-decoration: underline;
}


.gray-text{
font: Arial;
color: #4c4c4c;
}

.green-text{
font: Arial;
color: #76950b;
}