/*
 * www.lisdc.org
 */

/* General Text */
body,td {
	margin: 0px;
	font-family: Verdana, Sans, Sans-Serif;
	font-size: 13px;
}

/* Header Text */
p {
	padding: 3px;
	font-size: 11px;
}	
	.header {
	font-size: 13px;
	font-weight: bold;
}
a.header {
	font-size: 11px;
	color: #5E8A99;
	font-weight: bold;
}
a:hover.header {
	font-size: 11px;
	color: #4C707C;
	text-decoration: none;
}
a.left {
	font-size: 9px;
	color: #5E8A99;
	font-weight: normal;
}
a:hover.left {
	font-size: 9px;
	color: #4C707C;
	text-decoration: none;
}
/* Links */
a {
	color: #5E8A99;
	font-weight: bold;
}
a:hover {
	color: #4C707C;
	text-decoration: none;
}

li a {
	font-size:11px;
}

/* Nav Links */
a.nav {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 9px;
	text-decoration: none;
}
a:hover.nav {
	font-weight: bold;
	color: #FFFFCC;
}
