a.body_blue:link {color : #0066B3; text-decoration: underline;}
a.body_blue:visited {color : #7DA7D9; text-decoration: underline;}
a.body_blue:hover {color : #940408; text-decoration: underline;}

a.body_teal:link {color : #105F5F; text-decoration: underline;}
a.body_teal:visited {color : #023B3B; text-decoration: underline;}
a.body_teal:hover {color : #2F8787; text-decoration: underline;}

a.body_red:link {color : #105F5F; text-decoration: underline;}
a.body_red:visited {color : #023B3B; text-decoration: underline;}
a.body_red:hover {color : #2F8787; text-decoration: underline;}

.body_blue {
line-height: 16px;
font-size: 11px;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
color: #003C73;
}

.body_teal {
line-height: 16px;
font-size: 11px;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
color: #105F5F;
}

.body_red {
line-height: 18px;
font-size: 14px;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
color: #940408;
}

/*gallery styles*/
.img_stroke{
   padding:4px;
   border:1px solid #7da7d9;
   background-color:#fff;
}
.img_stroke_noborder{
   padding:0px;
   border:1px solid #7da7d9;
   background-color:#fff;
}

.crumbs {
font-size: 11px;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
color: #1f7db1;
}

a.crumbs:link {color : #1f7db1; text-decoration: underline;}
a.crumbs:visited {color : #1f7db1; text-decoration: underline;}
a.crumbs:hover {color : #1f7db1; text-decoration: underline;}

.project_title {
font-size: 20px;
font-weight:bold;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
color: #004972;
}

a.project_title:link {color : #004972;}
a.project_title:visited {color : #004972;}
a.project_title:hover {color : #004972; text-decoration: underline;}

.project_details {
font-size: 12px;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
color: #1f7db1;
}

a.project_details:link {color : #1f7db1; text-decoration: underline;}
a.project_details:visited {color : #1f7db1; text-decoration: underline;}
a.project_details:hover {color : #1f7db1; text-decoration: underline;}

#screen2{
	position:relative;
	width:400px;
	margin:2px;
}
	#screen2 #buttons{
		border:0px;
		margin-bottom:5px;
		width:400px;
	}
	
	#screen2 #buttons a{
		margin:1px 1px;
	}
	#screen2 .prev{
		float:left;
	}
	#screen2 .next{
		float:right;
	}

#slideshow{
	overflow:hidden;
	width:400px;
	border:1px;
}


		#slideshow li{
			float:left;
			margin:0 16px;
			cursor:pointer;
			list-style:none;
		}


/*end gallery styles*/
