﻿.navdiv
{
	background-color: #5b5b5d; 
	font-family: Century Gothic;
    font-size: 12pt; 
    font-weight: bold;
    color:White; 
    cursor:hand; 
    width:167px;
    height:24px;
    margin-top:4px;
}

.contentdiv
{
	overflow:scroll;
	overflow-x:hidden;
	background-color:White;
	font-family: Century Gothic;
    font-size: 12pt;
    height: 225px;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 4px;
    display:none;
}

.closediv
{
	float:right;
	vertical-align:top;
	font-family: Century Gothic;
    font-size: 8pt;
    cursor:hand;
}

.titlediv
{
	width:600px;
	height:67px;
	font-family:Century Gothic;
	font-size:18pt;
	font-weight:bold;
	color:#5b5b5d;
	margin-bottom:32px;
	margin-top:16px;
}
