body {
	background-color: #FCFDFD;
}

td {
	font: normal 11px Tahoma, Arial;
	color: #8a8a8a;
}

h1, h2, h3, h4, h5 {

    color: #ffffff;
    margin: 0px;
}


h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}


a {

font: normal 11px Tahoma, Arial;
color: #797979;
text-decoration: none;
}

a:hover, td.selected a.black-text-regular {

font: normal 11px Tahoma, Arial;
color: #990000;
text-decoration: none;

}

a.white-link-underline {	
	text-decoration: underline;
	color: #FFFFFF;
}

.white-text{
color: #ffffff;
text-decoration: none;

}


.blye-text-underline {
color: #47beed;
text-decoration: underline;
}

.blye-text-regular {
color: #47beed;
text-decoration: none;
}

.yellow-text-regular {
color: #db9a00;
text-decoration: none;
}

.yellow-text-underline {
color: #db9a00;
text-decoration: underline;
}

.orange-text-regular {
color: #f17e22;
text-decoration: none;
}

.orange-text-underline {
color: #f17e22;
text-decoration: underline;
}
.broun-text-regular {
color: #de4e06;
text-decoration: none;
}

.broun-text-underline {
color: #de4e06;
text-decoration: underline;
}

.red-text-regular {
color: #d72818;
text-decoration: none;
}

.red-text-underline {
color: #d72818;
text-decoration: underline;
}
.black-text-regular {
color: #000000;
text-decoration: none;
}

.black-text-underline {
color: #000000;
text-decoration: underline;
}


.gray-text-underline{
color: #7c7c7c;
text-decoration: underline;
}
.gray-text-regular{
color: #7c7c7c;
text-decoration: none;
}

.green-text{
color: #549b28;
text-decoration: none;
}

#banner { border-color: #333333; }
.required {color: #FF0000; font-size: 12px}

.FormElement { color: #8A8A8A; 
	font-family:arial, sans-serif;
	font-size:11px;
	color:#747474;
	background-color:#F9F9F9;
	border:1px solid #CBCCCE;
}
.FormButton {
	font-family:arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#768EA5;
	padding:2px;
	border:0px;
	margin: 0 0 30px 0;
}
img.floatleft { float: left; margin: 0 5px -2px 0; }
img.floatright { float: right; margin: 0 0 -2px 5px; }
.right { text-align: right; }
ul, ol { margin:5px 0 0 15px; padding: 0 0 0 15px }

.paypal-button {
	float: right;
	margin: 0 30px 0 25px;
	text-align: center;
}
.paypal-button p {
	margin: 0 5px 3px 0;
	text-align: center;
	font-weight: bold;
}
.normal { font-weight: normal; }
.clearRight {
	clear: right;
}
.clearLeft {
	clear: left;
}
.singe-button {
	float: left;
	margin-left: 70px;
}