.border {
	border: 1px solid #005984;
}
#nav_lines {
	background-image: url(images/nav_line.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: bottom;
}
.border_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #005984;
	border-top-color: #005984;
	border-right-color: #005984;
	border-bottom-color: #005984;
}
.blue_bold_text {
	font-weight: bold;
	color: #005980;
}

a:link, a:visited {

	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #005782;
	font-weight: bold;

}
a.link:link, a.link:visited {
	color: #0000FF;
	text-decoration: underline;
	
}
a.link:hover {
	color: #0000FF;
	text-decoration: none;
    font-weight: bold;   
}
a.clink:link, a.clink:visited {
	color: #0000FF;
	text-decoration: underline;
	font-weight: normal;   
}
a.clink:hover {
	color: #0000FF;
	text-decoration: none;
	font-weight: normal;   
}
.underline_bold {
	font-weight: bold;
	text-decoration: underline;
}
.blue_bold_text_header {
	font-weight: bold;
	font-size: 140%;
}
.speaker_small {
	font-size: 80%;
}
