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


body {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style:normal;
}
p {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style:normal;
}

h1 {
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-style:normal;
	font-size: 18px;
	color: #666;
}
#main .names {
	float: right;
}
h2 {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style:normal;
	text-transform: uppercase;
	color: #666;
}
h3 {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style:normal;
	color: #666;
	padding: 0;
}
.Caption {
	font-size: 9px;
}
table {
	height: auto;
	width: 650px;
	margin-left: 5px;
	padding-left: 10px;
}
a:link {
	text-decoration: none;
	color: #666;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	background-color: #CCC;
}
table tr td img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
a:active {
	text-decoration: none;
	color: #666;
}

