/*
 * Stylesheet for use with the New Market website
 *
 * Version 0.01  2/12/2009
 */

/*
 * Handles the styling of the website's main banner links.
 */
tr.website-links {
	background-color: #808080;
}

/*
 * Class to handle the various section headers in the leadership.htm table
 */
td.table-section-header-leadership {
	text-align : left;
	color : 0000FF;
	font-size : 24px;
	font-weight : bold;
	
}

tr.header-links {
	background-color: #d3d3d3;	
}

p.image-caption {
	font-style : italic;
	font-family : Times New Roman;
	text-align : center;
	font-size : small;
}

p.image-title {
	font-weight : bold;
}

a.email {
	color : black;
}

.hide {
    visibility:hidden;
}

.link {
    color : white;
    font-family : Times New Roman;
}

.link2 {
    color : black;
    font-family : Times New Roman;
    text-decoration : none;
}