﻿body 
{
    font-family: Arial;
}
.title
{
	font-size: 18px;
	font-weight: bold;
	color: #663399;
}
.headercell
{
	background-color: #99CC00;
	color: #663399;
}
.datacell
{
	background-color: #663399;
	color: #FFFFFF;
	font-weight: bold;
}
.navbar
{
	background-image: url(images/nav_bar.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.nav
{
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial;
	text-decoration: none;
}
.nav:hover
{
	text-decoration: underline;
}
.bottomnav
{
	font-size: 12px;
}
.small
{
	font-size: 12px;
}
.collapsePanel
{
	width: 690px;
	height: 0px;
	background-color: White;
	overflow: hidden;
}
.collapsePanelHeader
{
	width: 690px;
	color: white;
	background-color: #663399;
	font-weight: bold;
	float: left;
	padding: 5px;
	cursor: pointer;
	vertical-align: middle;
}