﻿.popup-content
{
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color:#444;
}

p {margin: 5px 0;}
strong {color: #5D5956;}

a {color:#b45102;text-decoration:none;}

a:hover {
	color:#849400;
	text-decoration:underline;
}

h1 {
	color:#7f8d06;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:20px 0 0 0;
	font-weight:normal;
	font-size:21px;
}

h2 
{
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:20px 0 0 0;
	font-weight:normal;
	font-size:19px;
}

h3 
{
	margin:18px 0 3px 0;
	font-weight:bold;
	font-size:14px;
}

table {width: 450px; border:1px solid #ccc;}
table th {padding: 5px 4px; background: #88837d; border-bottom: 1px solid #ddd; font-size: 11px; font-weight: bold; text-align: left; color: #fff;}
table tr.alt td {background: #f3f3f3;}
table td {
	margin: 0;
	padding: 5px 4px;
	border-bottom: 1px solid #ccc;
	font-size: 11px;
	text-align: left;
}
table tr.last-row td {border-bottom: none;}
