﻿body
{
    font-size: 9pt;
    font-family: Arial;
}
a.nav
{
    color: black;
    font-weight: normal;
}
a
{
    color: #ea7677;
    font-weight: bold;
    text-decoration: none;
}
h1
{
    font-size:12pt;
}


.collapsePanel {
	width: 640px;
	height:0px;
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader{	
	width:640px;		
	height:20px;
	color: Yellow;
	background-color: Blue;
	font-weight:bold;
	float:left;
	padding:5px; 
	cursor: pointer; 
	vertical-align: middle;
}