.areaname {
	padding-left:40px;
	background-color:#006699;
	padding-top: 7px;
	color: #ffffff;
	height: 22px;
	font-weight:bold;
	font-size:150%;
	width:250px;
}

li { 
	list-style: square inside;
	line-height: 20px;
}
li a:hover
{
color:#ccffff;
background-color: #003366;
font-size:large;
}
table{
    border-top:1px solid #663300;
    border-left:1px solid #663300;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
	color:#666666;
	margin-top:20px;
}
th{
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    color:#ffffff;
    background-color:#006699;
    background-position:left top;
    padding:3px;
	font-size:120%;
    text-align:center;
}
td{
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    padding:3px;
	font-size:120%;
}
table a:link{
text-decoration:none;
color:#0099Ccc;
background-color: #ffffff;
}
table a:visited{
text-decoration:none;
color:#006699;
background-color: #ffffff;
}
table a:active{
text-decoration:none;
color:#006699;
background-color: #ffffff;
}
table a:hover{
text-decoration:none;
color:#ccffff;
background-color: #003366;
}
.topicpath {
	line-height:30px;
	margin-top:15px;
	font-weight:bold;
	color: #006699;
}


.topicpath A:link {
       COLOR: #006699; TEXT-DECORATION: underline
}
.topicpath A:visited {
       COLOR: #006699; TEXT-DECORATION: underline
}
.topicpath A:active {
       COLOR: #006699; TEXT-DECORATION: underline
}
.topicpath A:hover {
       COLOR: #ff3399; TEXT-DECORATION: underline
}


