@charset "UTF-8";
/* CSS Document */

table {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
h3 {
	font-size: 14px;
	color: #7F7BFF;
	font-weight: normal;
	text-transform: uppercase;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	line-height: 16px;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	text-transform: uppercase;
	color: #999;
	text-decoration: none;
	text-align: right;
}
a.menu:link {
	color: #999;
	text-decoration: none;
}
a.menu:visited {
	color: #999;
	text-decoration: none;
}
a.menu:hover {
	color: #000000;
	text-decoration: none;
}
a.menu:active {
	color: #000000;
	text-decoration: none;
}
.thumbnail {
	margin-right: 12px;
}
.small {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 12px;
}
ul {
	list-style-image: url(images/orangedot.gif);
}
