body
	{
		background: url('../images/parchment.jpg');
		//background: #cccccc;
		margin: 0px;
	}
p, td, li
	{
		font: 12pt "Times New Roman", Times, serif;
		line-height: 1.6em;
	}

h1
	{ 
		text-align: center; 
		font: 48pt 'Times New Roman', Times, serif;
		margin: 4px;
	}
h2 { }
h3 
	{
		font: 16pt "Times New Roman", Times, serif;
	}

a { color: #000099; }
a:hover { color: red; text-decoration: none; }

#page
	{
		border: 2px black solid;
		background: white; 
		margin: 10px;
		margin-bottom: 0px;
	}

#menu 
	{ 
		
		border-top: 1px black solid;
		border-bottom: 1px black solid;
	}
#menu td 
	{ 
		padding: 4px;
		text-align: center;
		font: 14pt Arial, Helvetica, sans-serif;
		width: 14%;
	}
#menu td a
	{
		color: black;
		text-decoration: none;
	}
#menu td a:hover
	{
		color: black;
		text-decoration: none;
	}
	
#content
	{
		padding: 20px;
	}

table.rates td.heading
{
  background: #cccccc;
  font-weight: bold;
}
table.rates td 
{
  font: 12pt "Times New Roman", Times, serif;
  padding: 4px;
  border: 1px black solid;
}
.i { border: 1px black solid; background: #eeeeee; font: 12pt "Times New Roman", Times, serif; }

hr 
{
	height: 2px;
	border: 0px;
	color: black;
	background: #666;
	width: 80%;
}
