a:link { 
	text-decoration: none;
	color: #FF9900;
	}
a:active {
	text-decoration: none;
	color: #FF9900;
	}
a:visited {
	text-decoration: none;
	color: #FF9900;
	}
a:hover {
	color: #FF6600;
	}
.menu:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	}

.menu:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	}

.menu:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	}
	
.menu:hover {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	}
tr,td		{
	font-family: verdana,sans-serif;
	font-size: 9pt;
	line-height: 15pt;
	color: #000000;
	}
body	{
	background: #ffffcc;
	font-family: verdana, sans-serif;
	color: #000000;
	}

.big {
	font-family: georgia,times new roman;
	font-size: 13pt;
	font-weight: bold;
	color: #FF9900;
	}
.medium {
	font-family: georgia,times new roman;
	font-size: 11pt;
	font-weight: bold;
	color: #FF9900;
	}
.small {
	font-family: verdana,sans-serif;
	font-size: 7.5pt;
	line-height: 9.5pt;
	}
.topbottom	{
	border-bottom: 1px;
	border-color: #000000;
	border-style: dotted;
	}
.vert	{
	border-left: 1px;
	border-color: #000000;
	border-style: dotted;
	}
divider {
    margin-top: 1em;
    padding-top: 1em;
    border-top: thin dotted ; }
