.orange{ Color: #FE5815; }
.darkblue{ Color: #011527; }
.darkgray{ Color: #7B96A1; }
.lightgray{ Color: #DEE5E7; }



body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color:#011527;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 40px;
	
}

h1 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}

a:link {
	color: #011527;
	text-decoration: underline;

}
a:visited {
	color: #011527;
}
a:hover {
	color: #DEE5E7;
	background-color: #011527;
}

div.cssnav {
	float: center;
	width: 91px; 
	height: 127px;
	
}
div.cssnav a {
	float: center; 
	width: 91px; 
	height: 127px; 
}
div.cssnav img {
	border: 0px; 
	width: 100%; 
	height: 100%; 
}
HTML a:hover {
	visibility: visible
}
div.cssnav a:hover img {
	visibility: hidden
}

.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

.footerText a:link {
	text-decoration: underline;
	color: #ffffff;
	

}

.footerText a:active {
	text-decoration: none;
	color: #305367;
	

}

.footerText a:hover {
	text-decoration: underline;
	color: #ffffff;
	background-color: #305367;
	

}

.footerText a:visited {
	text-decoration: underline;
	color: #ffffff;
	font-size: 16px;
}

.footerText a:hover:visited {
	text-decoration: underline;
	color: #ffffff;
	background-color: #305367;
	

}
h1 {
	font-size:18px;
	}
	
table.cleartable {
	border-width: 0px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	border-style: none;
	border-color: #ffffff;
	border-collapse: separate;
	background-color: white;
}

table.cleartable td {
	border-width: 0px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	border-style: none;
	border-color: #ffffff;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.cleartable tr {
	border-width: 0px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	border-color: #ffffff;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

/*end new */

a img.talent {
	border: 5px;
	border-style:solid;
	border-color:#011527;
	text-decoration: none;
	vertical-align: bottom;
}

a:hover img.talent {
	border: 5px;
	border-style:solid;
	border-color:#FE5815;
	text-decoration: none;
	vertical-align: bottom;
}

a:visited img.talent {
	border: 5px;
	border-style:solid;
	border-color:#011527;
	text-decoration: none;
	vertical-align: bottom;
}

a:visited:hover img.talent {
	border: 5px;
	border-style:solid;
	border-color:#FE5815;
	text-decoration: none;
	vertical-align: bottom;
}

div.bigbold {
	font-size: 16px;
	font-weight: bold;
	padding: 3px;
	color: #ffffff;
	background-color:#011527;
	width: 290px;
}

.boldwhite{ 
	color: #ffffff; 
	font-size: 18px;
	font-weight: bolder;
}