@charset "UTF-8";
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #5e80b1;
	letter-spacing:1px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	letter-spacing:1px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	letter-spacing:1px;
}
td {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}
p{
	text-align:justify;
}
ul{
	margin-left: 10px;
	padding-left: 10px; 
}
a {
	color: #5e80b1;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #990000;
}
.L2Links {
	line-height: 12px;
	letter-spacing:1px;
	text-align:left;
}
.footerLinks {
	color: #5e80b1;
}
.credit {
	font-size: 10px;
	color: #999999;
}
a.credit {
	color: #999999;
	font-weight: normal;
}
a:hover.credit {
	color: #990000;
}
.homeBullets {
	font-size: 14px;
	color: #990000;
	text-decoration: none;
	font-weight: normal;
	line-height: 24px;
}
a:hover.homeBullets {
	text-decoration: underline;
}