body
{
	font-family: Sans-Serif;
}
.table
{
	border: 0px;
	position: absolute right;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
}
.gray
{
	font-family: Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	color: #444;

	padding-left: 10px;
	padding-right: 10px;
}
.photo
{
	font-family: Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	color: #444;
}
.info
{
	font-family: Sans-Serif;
	font-size: 11pt;
	font-weight: normal;
	color: #444;

	padding-left: 10px;
	padding-right: 10px;
}
.review
{
	font-family: Sans-Serif;
	font-size: 11pt;
	font-weight: normal;
	color: #444;

	padding-left: 20px;
	padding-right: 20px;
}
.comments
{
	font-family: Sans-Serif;
	font-size: 11pt;
	font-weight: normal;
	color: #444;

	padding: 0px 5px 0px 5px;
}
.string
{
	font-family: Sans-Serif;
	font-size: 11pt;
	font-weight: normal;
	color: #444;
}
.added
{
	font-family: Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	color: #808080;
}
.title
{
	font-family: Sans-Serif;
	font-size: 16pt;
	font-weight: bold;
	color: #444;
}
a
{
	font-family: Sans-Serif;
	font-size: 10pt;
	color: #003B6E;
	background: inherit;
}
a:hover
{
	font-family: Sans-Serif;
	font-size: 10pt;
	color: #007700;
	background: inherit;
}
.not_a_style
{
	font-size: 11pt;
	text-decoration: none;
	color: #444;
}
.not_a_style:hover
{
	font-size: 11pt;
	text-decoration: none;
	color: #444;
}
input, select, textarea
{
	font-family: Sans-Serif;
	font-size: 10pt;
	color: #000000;

	height: 22px;

	border: 2px #2A70AC solid;
	background: #E8F2F4;
}
.button
{
	font-family: Sans-Serif;
	font-size: 10pt;
	color: #000000;

	height: 22px;
}
form
{
	margin: 0px;
}
.menu_button
{
	font-family: Sans-Serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;

	cursor: pointer;

	padding-bottom: 5px;
}
.last_updated_link
{
	font-family: Sans-Serif;
	font-size: 12pt;
	font-weight: bold;
	color: #26619D;

	text-decoration: none;

	padding-bottom: 5px;
}
.last_updated_link:hover
{
	font-family: Sans-Serif;
	font-size: 12pt;
	font-weight: bold;
	color: #007700;

	text-decoration: none;

	padding-bottom: 5px;
}

/* Navigation */
.navigation a       { padding: 2px 5px 2px 5px; background: #E9F1F5; border: solid 1px #C1C1C1; text-decoration: none; font-size: 10pt;}
.navigation a:hover { padding: 2px 5px 2px 5px; background: #F2F8FC; border: solid 1px #2C71AE; text-decoration: none; font-size: 10pt;}
.navigation span    { padding: 2px 5px 2px 5px; background: #F2F8FC; border: solid 1px #2C71AE; color: #444; font-size: 10pt;}

.highlight { background-color: yellow }