/* HTML Styles */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
td {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

li {
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
}

/* Text Styles */

.subSubHeading {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #E23818;
	text-decoration: none;
}

/* Links */

a:link {
	color: #FF6600;
}
a:visited {
	color: #FF6600;
}
a:hover {
	color: #666666;
}
a:active {
	color: #666666;
}