body {
	margin: 0px;
	padding: 0px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #747161;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0em;
	margin-bottom: 0.5em;
	line-height: 1.2em;
}
a {
	text-decoration: underline;
	color: #747161;
}
a:hover{
	text-decoration: none;
}
a: visited {
	text-decoration: underline;
	color: #747161;
}
.content {
	padding-right: 30px;
	color: #747161;

}
.content ul {
	list-style-position: outside;
	list-style-image: url(content_bullet.gif);
}

.content ul.normal-list {
	list-style-position: outside;
	list-style-image: url(leftmenu_bullet_on.gif);
}



.content h1 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0.5em;
}

.content ul a {
	color: #2A589E;
	text-transform: uppercase;
	text-decoration: none;
}

.leftmenu {
	padding-right: 20px;
	padding-left: 20px;
	width: 169px;
	height: 250px;
	color: #999999;
}

.leftmenu ul {
	list-style-position: outside;
	list-style-image: url(leftmenu_bullet.gif);
}
.leftmenu ul li.on {
	font-weight: bold;
	list-style-position: outside;
	list-style-image: url(leftmenu_bullet_on.gif);
}
.leftmenu ul a{
	color: #999999;
	text-decoration: none;
}
.leftmenu ul li.on a{
	color: #747161;
	text-decoration: none;
}
