/************BLACK COPY**************/

.Header-1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: black;
}

.BlueSectionHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #517ea1;
	text-transform: uppercase;
	border-bottom-style: solid;
	border-bottom-color: #517ea1;
	border-bottom-width: thin;
}

.Copy {
	font-family: Verdana, sans-serif;
	color: black;
	font-size: small;
	font-weight: normal;
}

.CopyLink {
	font-family: Verdana, sans-serif;
	color: black;
	font-size: small;
	font-weight: bold;
}

.CopySmall {

	font-family: Verdana, sans-serif;
	color: black;
	font-size: xx-small;
	font-weight: normal;
}

.CopySmallLink {

	font-family: Verdana, sans-serif;
	color: black;
	font-size: xx-small;
	font-weight: bolder;
}

.CopyItalic {
	font-family: Verdana, sans-serif;
	color: black;
	font-size: small;
	font-weight: normal;
	font-style: italic;
}

.CopyBold {
	font-family: Verdana, sans-serif;
	color: black;
	font-size: small;
	font-weight: bold;
	font-style: normal;
}

/************White COPY**************/

.WhiteHeader-1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: white;
}

.WhiteSectionHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	border-bottom-style: solid;
	border-bottom-color: white;
	border-bottom-width: thin;
}

.WhiteCopy {
	font-family: Verdana, sans-serif;
	color: white;
	font-size: small;
	font-weight: normal;
}

.WhiteCopyLink {
	font-family: Verdana, sans-serif;
	color: white;
	font-size: small;
	font-weight: bold;
}

.WhiteCopySmall {

	font-family: Verdana, sans-serif;
	color: white;
	font-size: xx-small;
	font-weight: normal;
}

.WhiteCopySmallLink {

	font-family: Verdana, sans-serif;
	color: white;
	font-size: xx-small;
	font-weight: bolder;
}

.WhiteCopyItalic {
	font-family: Verdana, sans-serif;
	color: white;
	font-size: small;
	font-weight: normal;
	font-style: italic;
}

.WhiteFooterLink {

	font-family: Verdana, sans-serif;
	color: white;
	font-size: xx-small;
	font-weight: normal;
}


/************LINKS**************/

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


/***********ADs****************/

.ADbody{
	font-family: Verdana, sans-serif;
	color: white;
	font-size: x-small;
	font-weight: normal;
}

.ADbodyLink {
	font-family: Verdana, sans-serif;
	color: black;
	margin: 0px;
	padding: 0px;
	;
	font-size: x-small;
	font-weight: normal;
}


.ADHeader {
	font-family: Verdana;
	color:#FFFF00;
	font-size: medium;
	font-weight: bold;
}


/************** table outer border ****************/
table.TableBlue {
	border-width: thin thin thin thin;
	border-spacing: 0px;
	border-style: none
	border-color: black black black black;
	border-collapse: collapse;
	background-color: #517ea1;
}

table.TableBlue th {
	border-width: thin thin thin thin;
	padding: 4px 4px 4px 4px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: black;
}
table.TableBlue td {
	border-width: thin thin thin thin;
	padding: 4px 4px 4px 4px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: #517ea1;
}

/************** table full border ****************/
table.TableSpaced {
	border-spacing: 0px;
	border-collapse: collapse;
	background-color: black;
	border: 1px solid black;
}
table.TableSpaced th {
	border-width: thin thin thin thin;
	padding: 5px 5px 5px 5px;
	border: 1px solid black;
	background-color: black;

}
table.TableSpaced td {
	border-width: thin thin thin thin;
	padding: 5px 5px 5px 5px;
	border: 1px solid black;
	background-color: #FFFFFF;
}

/************** table main ****************/

Table.TableMain {
	border-width: thin thin thin thin;
	border-spacing: 0px;
	border-style: none
	border-color: black black black black;
	border-collapse: collapse;
	border: 1px solid #000000;
}

Table.TableMain th {
	border-width: thin thin thin thin;
	border: 1px solid black;
	background-color: black;

}
Table.TableMain td {
	border-width: thin thin thin thin;
	border: 1px solid black;
}
.RedBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #993300;
}
.BlueBold {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #006699;
}
