body {
	 font-family: Geneva, Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; color: #ffffff; margin: 0px;
	padding: 0px;}
 
 #table-border-gray td{
 	border: 1px solid #333333;
 }

 /*----------------------------------text styles - Dark-------------------------------------------------*/

.h1 {
	  font-family: "Times New Roman", Times, serif; font-size: 30px; font-weight: normal; color: #ffffff;
}
.h2 {
	    font-family: "Times New Roman", Times, serif;font-size: 16pt; font-weight: normal; color: #ffffff; text-transform: capitalize;
}
.h3 {
	     font-family: "Times New Roman", Times, serif;font-size: 14pt; font-weight: normal; color: #ffffff; text-decoration: none; text-transform: capitalize;
}




.body-small {
	    font-size: 10pt; font-style: normal; font-weight: normal; color: #ffffff;
}

.body-bold {
	     font-size: 12pt; font-style: normal; font-weight: bold; color: #ffffff;
}

.body-italic {
	     font-size: 12pt; font-style: italic; font-weight: normal; color: #ffffff;
}

.body-center-italic {
	     font-size: 12pt; font-style: italic; font-weight: normal; color: #ffffff; padding-left: 125px;
}

/* ----------------------------------all links --------------------------------------------------*/
a {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#999999;
	text-decoration:underline;
}

/* ----------------------------------Shire Interactive Styles------------------------------------*/
a.shire:link, a.shire:visited, a.shire:active {
	font-family: "Times New Roman", Times, serif;
	font-size:16px; 
	letter-spacing: 1.25px;
	word-spacing: 4px;
	text-decoration: none;
	color: #E7E7E7;
}
					
a.shire:hover 
{
	font-family:"Times New Roman", Times, serif;
	font-size:16px; 
	letter-spacing: 1.25px;
	text-decoration:underline;
	color: #7d7359;
}