body
{
	font-family: arial, verdana;
	overflow: scroll;
	background: #FFF;
	color: #0a2c4c;
	font-size:12Pt;
	text-align:justify;
}

h1
{
	text-align:right;
	font-size: 18pt;
	color: #0a2c4c;	
	margin: 0, 5px, 2px, 0;
}

h2
{
	text-align:center;
	font-size: 14pt;
	color: #0a2c4c;	
	font-style: italic;
	margin: 0, 5px, 2px, 0;
}

h3
{
	text-align:left;
	font-size: 12pt;
	color: #0a2c4c;	
	font-style: italic;
	margin: 0, 5px, 2px, 0;	
}



table
{
	border-collapse: collapse;
	border-style: none;
}

table.layout {
	width : 800px;
	height : 95%;
	border-width: 0px;
	padding: 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: collapse;
}

table.layout th {
	padding: 0px;
	height: 20px;
}

table.layout td {
	padding: 0px;
}

#bar{
	height: 4px;
	background: #0072bc;
}

td.tab {
	border-width: 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: collapse;
	text-align: center;
	height: 20px;
	width: 125px;
	color: #fff;
	background: #7fb538;
	/*nasty hack to make hover work in ie */
	h: expression(onmouseover=new Function("this.style.backgroundColor='#0072bc; this.style.color='#fff'; this.style.cursor='hand'"),
                       onmouseout=new Function("this.style.backgroundColor='#6eb4f6'; this.style.color='#fff;"));
}

td.tab:hover {
	color: #fff;
	background: #0072bc;
	cursor:pointer;
	text-decoration: underline;
}

td.tab#select{
	color: #fff;
	background: #0072bc;
	}

td.tab-space {
	height: 20px;
	width: 5px;
	background: #fff;
}

a:link {
	color: #0a2c4c;
	font-size:12pt;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #0a2c4c;
}
a:hover {
	font-weight:bold;
}
a:active {
	text-decoration: none;
}
/*
li{
	margin-left: 75px;
}
*/
span.quote{
	font-size: 10pt;
	color: #0a2c4c;	
	font-style: italic;
}
p{

	text-align:justify;

}