a {
	font-family: Arial;
	font-size:13px;
	color:#0000ff;
	text-decoration: none;
}

a:hover {
	font-family: Arial;
	font-size:13px;
	color:#ff0000;
	text-decoration: underline;
}

body {
	margin: 0px;
	font-family: Arial;
	font-size:13px;
	color: #444444;
}

h1 {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	display: inline;
}

h2 {
	font-family: Arial;
	font-size:16px;
	font-weight: bold;
	display: inline;
}

h3 {
	font-family: Arial;
	font-size:14px;
	font-weight: bold;
	display: inline;
}

body {
	margin: 0px;
	font-family: Arial;
	font-size:13px;
	color: #444444;
}

table {
	font-family: Arial;
	font-size:13px;
	color: #444444;
}

.boldLink {
	font-family: Arial;
	font-weight: bold;
	font-size:13px;
	color:#666666;
	text-decoration: none;
}

.boldLink:hover {
	font-family: Arial;
	font-weight: bold;
	font-size:13px;
	color:#888888;
	text-decoration: underline;
}

.featlist {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.featlist li {
	padding-left: 20px;
	background-image: url(../../images/ico_right.gif);
	background-repeat: no-repeat;
	background-position: 0 .1em;
}