/* CSS Document */
.borders {
	border: 1px solid #999999;
}
.list {
	list-style-position: outside;
	list-style-image: url(images/blue_triangle_bullet.gif);
	list-style-type: none;
}
.topbottomborders {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
}
.learnmore {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #003399;
}
A:link { text-decoration: none; color: #FFFFFF;  }
A:visited { text-decoration: none;color: #FFCC00;  }
A:hover { text-decoration: underline; color: #FFFFFF; letter-spacing: 2pt;}
A:active { text-decoration: none; color: #99CC00; letter-spacing: 2pt; }.arial11pbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
}
.verdana16pnormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
}
.arial14normat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: normal;
}
