/*
	basic tag styles.
*/
body 
{
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 0.8em;
} 
h1 
{
	color: #4274c2;
	font-size: 2em;
	font-family: monospace;
	text-align: center;
	margin: 0px;
}
h2
{
	color: #4274c2;
	font-size: 1.7em;
	font-family: monospace;
	margin: 0px;
}
p
{
	margin-bottom: 10px;
	margin-top: 10px;
}
a
{
	color: #000000;  
}
div
{
	padding: 5px;  
}
table
{
	border-top: solid 1px #004080;
	border-left: solid 1px #004080;
}
th
{
	background-color: #f6f9e3;
	color: #10205f;
	font-weight: bold;
	border-bottom: solid 1px #004080;
	border-right: solid 1px #004080;
	text-align: center;
}
td
{
	border-bottom: solid 1px #004080;
	border-right: solid 1px #004080;
}
img
{
	background-color: #efe9cf;
	color: #000000;
	padding: 5px; 
  	border: 1px solid #4090b0;
}

/*
	tag styles for particular ids.
*/
#body div
{
	text-align: left;
	width: 550px;
	height: auto;
}
#header div
{
	text-align: center;
	width: 500px;
}
#main div
{
	text-align: left;
	width: 500px;
}
#footer div
{
	text-align: center;
}

/*
	tag styles with classes.
*/
img.image-right
{
	float: right;
	margin: 5px;
}
td.currency
{
	text-align: right;
	font-weight: bold;
}

/*
	classes
*/
.copy
{
	text-align: center;
	font-size: 0.9em;
	font-family: monospace;	
}
