@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Tahoma;
	font-size: 9pt;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	margin-top:0px;
	margin-bottom: 5px;
}
h6 {
	font-size:11pt;
}
h5 {
	font-size:13pt;
}
h4 {
	font-size:15pt;
}
h3 {
	font-size:17pt;
}
h2 {
	font-size:22pt;
}
h1 {
	font-size:32pt;
}

p {
	margin-top:0px;
	margin-bottom: 5px;
}
.days {
	color: #7B9D2C;
	text-transform: uppercase;
	font-weight:bold;
}
.dates {
	font-weight:bold;
}
.closings {
	font-style:italic;
}
.rates {
	color:#A10F00;
	font-weight:bold;
}
/* LINKS */
a, a:visited {
	color: #666666;
	text-decoration:underline;
}
a:hover, a:active {
	color: #7B9D2C;
	text-decoration:none;
}

a.white, a.white:visited {
	color: #ffffff;
	text-decoration:none;
}
a.white:hover, a.white:active {
	color: #ffcc00;
}
a.neg, a.neg:visited {
	color: #7B9D2C;
	text-decoration:none;
}
a.neg:hover, a.neg:active {
	color: #B80E00;
}
a.quote, a.quote:visited {
	color: #ffffff;
	text-decoration:none;
}
a.quote:hover, a.quote:active {
	color: #FFCC00;
	text-decoration:underline;
}

/* COLORS */

.white {
	color: #FFFFFF; 
}
.yellow {	
	color: #FFCC00;
}
.green {
	color: #7B9D2C; 
}
.red {
	color: #A10F00; 
}
.blue {
	color: #5478ab; 
}
