﻿@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0px;
	color: #282828;

}

td {
	font: bold 11px Tahoma, Arial;
	color: #FFFFFF;
}

td.logo{
  width:500px;
  height:45px;
  vertical-align:middle;
  font-family:Bodoni MT;
  font-size:24px;
  text-align:left;
  padding-left:30px;
}
h1, h2, h3, h4, h5 {
 color: #5a768d;
 margin: 0px;
}

h1 {
 font-size: 24px;
}

h2 {
 font: normal tahoma, arial 20px;
 color:#e0e0e0;
}

h3 {
	font-size: 14px;
	text-align:left;
	margin-left: 10px;
	padding-right:5px;
 padding-bottom:10px;
 color:#e0e0e0;
}

h4 {
 font: normal tahoma, arial 16px;
 color:#e0e0e0;
}

ul{
  color:#b0d0ff;
  margin-left:0px;
  padding-left:15px;
  font-size:x-small;
}

li{
  
}
a {
  font: bold 11px Tahoma, Arial;
  color: #5a768d;
  text-decoration: underline;
}

a:hover {
 font: bold 11px Tahoma, Arial;
 color: #5a768d;
 text-decoration: none;
}

a.white-link-underline {	
	text-decoration: underline;
	color: #FFFFFF;
}

.white-text{
 color: #ffffff;
 text-decoration: none;
}

a.b1
{
 font:  14px tahoma, Arial;
 color: #fffea0;
 text-decoration: none;
 padding: 15px;
 margin: 0px;
}

.p{
  padding: 0 0 0 10px;
  text-align:left;
  font-size:small;
}

.p2{
  padding: 10px 20px 10px 10px;
}

.bg1{
  background: #000000 url(images/index_10.gif) top no-repeat;
}
.bg2{
  background: #000000 url(images/index_10.gif) top no-repeat;
}

.bord {
  border: 1px solid #c5d85a;
}

.menu{
  color:#8c247b;
  vertical-align:top;
  height: 35px;
  padding: 10px 0 0 20px;
}

.menu a{
 color:#8c247b;
 font: bold 11px  tahoma, Arial;
 text-decoration: none;
}

.blye-text-underline {
 color: #5a768d;
 text-decoration: underline;
}

.blye-text-regular {
  color: #5a768d;
  text-decoration: none;
}

.yellow-text-regular {
  color: #ffb400;
  text-decoration: none;
}

.yellow-text-underline {
  color: #ffb400;
  text-decoration: underline;
}

.orange-text-regular {
  color: #fe6b1d;
  text-decoration: none;
}

.orange-text-underline {
  color: #fe6b1d;
  text-decoration: underline;
}
.broun-text-regular {
  color: #de4e06;
  text-decoration: none;
}

.broun-text-underline {
  color: #de4e06;
  text-decoration: underline;
}

.red-text-regular {
  color: #8c247b;
  text-decoration: none;
}

.red-text-underline {
  color: #8c247b;
  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: #a5b66e;
  text-decoration: none;
}

.green-text-underline{
  color: #a5b66e;
  text-decoration: underline;
}
