body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
}


/*   Table  Properties */
table, th, tr, td, p {
	font-family: Trebuchet MS;
	font-size: 14px;
	line-height:1.25;
	color:#ffffff;
}
.collapse,
table.collapse tr, td {
	spacing:0;
	padding:0;
}
table.collapse {
	border-collapse:collapse;
}
		

/*  Header Styles  */
H1 {
	font-size: 27px;
	font-weight: normal;
	font-family:"Times New Roman", Times, serif;
	color: #ffffff;
	display:inline;
}
H2 {
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	font-family:"Times New Roman", Times, serif;
	color: #04fcff;
}
H3 {
	font-size: 19px;
	font-weight: normal;
	font-family:"Times New Roman", Times, serif;
	color: #9bf8f9;
}
H4 {
	font-size: 16px;
	font-weight: normal;
	font-family: Trebuchet MS;
	color: #ffffff;
}


/*   Link Styles   */
a {
	font-family: Trebuchet MS!important;
	font-size: 14px!important;
	color:#ffffff!important;
	font-weight:normal!important;
	text-decoration:underline!important;
}
a:link {
	font-family: Trebuchet MS!important;
	font-size: 14px!important;
	color:#ffffff!important;
	font-weight:normal!important;
	text-decoration:underline!important;
}
a:hover {
	color:#c3eaf9!important;
	text-decoration:none!important;
}
	

/*  Breadcrumbs  */
.breadcrumb { 
	font-family:"Times New Roman", Times, serif; 
	text-decoration:none; 
	font-size:12px; 
	font-weight:normal; 
	color:#007ea4;
	padding:0 0 0 0;
	margin: 0 0 0 0;
	}
	.breadcrumb a:link, a:visited {
		font-family:"Times New Roman", Times, serif; 
		text-decoration:none; 
		font-size:12px; 
		font-weight:normal;
		color:#007ea4; 
	}
	.breadcrumb a:hover {
		text-decoration:underline; 
	}

		
/* Footer Copyright and Navigation  */
#copyright { 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration:none; 
	font-size:10px; 
	font-weight:normal; 
	color:#ffffff; 
	text-align:center; 
	padding:10px 0 20px 0;
}
#copyright a {
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
}
#copyright .active a,
#copyright a:hover {
	color:#a3ddf3;
	text-decoration:underline;
}
	
/*	Left Navigation */
#navigationLeft { 	
	padding: 0px 10px 2px 25px;
}
#navigationLeft a {
	color:#ffffff;
	display:block;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	text-decoration:none;
	padding: 0px 10px 2px 5px;
}
#navigationLeft .active a,
#navigationLeft a:hover {
	color:#a3ddf3;
	text-decoration:underline;
}

