td {
	font-size : 11px;
	color : #000000;
	font-family : verdana;
	line-height: normal;

}
a.menu:link {
font-family: verdana, sans-serif;
font-weight: normal;
color: #000000; 
text-decoration: none;
font-size: 11px
}
a.menu:visited {
font-family: verdana, sans-serif;
font-weight: normal;
color: #000000; 
text-decoration: none;
font-size: 11px
}
a.menu:hover {
	font-family: verdana, sans-serif;
	font-weight: normal;
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;

}
a.menu:active {
	font-family: verdana, sans-serif;
	font-weight: normal;
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;

}
.title {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;

}
.white {  color: #FFFFFF; font-size: 11px}
.small {
	font-size: 9px;
	color: #000000;
}
.header {
	font-weight: bold;
	color: #333333;
	font-size: 14px;
	text-decoration: none;


}
.email {
	color: #000000;
	text-decoration: underline;
}
.wlink {
	color: #FFFFFF;
	text-decoration: underline;
}
.glink {
	color: #319326;
	text-decoration: underline;
}
.green {
	color: #319326;
	text-decoration: none;
}
.subhead {
	font-size: 16px;
	font-weight: bold;
	color: #319326;
}
.grey {
	color: #333333;
	text-decoration: underline;
}

/***********************
Printform link
***********************/
.printLinkShell {
	float: left;
	margin:0 10px 0 2px;
	width: 100px;
	text-align: center;
}
.printLinkOuter {
	background: #ffcc99;	
	text-align: center;
	font-weight: bold;
	color: #339933;
	padding: 2px 0 0;
}
.printLinkOuter a {
	color: #339933;
	text-decoration: none;
}
.printLinkInner {
	background: #339933;
	width: 90px;
	padding: 2px;
	color: #FFF;
	margin: 2px auto;
	font-weight: normal;
	font-size: 9px;
}
.printLinkShell img {
	margin: 10px 0 0;
	border: none;
}

/***********************
Home page
***********************/
table.homeLinks th {
	color: #63a207;
	font-size: 16px;
	padding: 20px 0 10px;
}
table.homeLinks {
	margin: 0 0 20px;
}
td.homeCellBG {
	height: 129px;
	background: url(images/homeCellBG.jpg) no-repeat;
}
ul.hotLinks {
	margin: 20px;	
	padding: 0 0 0 15px;
}
ul.interviews {
	margin: 20px;	
	padding: 0;
}
ul.hotLinks li {
	list-style: square;
	padding: 0 0 8px;
}
ul.interviews li {
	background: url(images/greenArrow.jpg) no-repeat;
	list-style: none;
	padding: 0 0 8px 20px;
}
ul.hotLinks a, ul.interviews a {
	color: #000;
	text-decoration: none;
}
ul.hotLinks a:hover, ul.interviews a:hover {
	color: #63a207;
}