@charset "utf-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
    margin:0; 
    padding:0; 
} 
table { 
    border-collapse:collapse; 
    border-spacing:0; 
} 
fieldset,img {  
    border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
    font-style:normal; 
    font-weight:normal; 
} 
ol,ul { 
    list-style:none; 
} 
caption,th { 
    text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
    font-size:100%; 
    font-weight:normal; 
} 
q:before,q:after { 
    content:''; 
} 
abbr,acronym { border:0; 
} 


a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #003399;
	line-height:1.25em;
	text-decoration: none;
}

a:hover {
	color: #009900;
}

a.homelink {
color: #333333;
font-size: 1em;
display: block;
padding: 0;
text-align: center;
vertical-align: bottom;
text-decoration: none;
font-weight: bold;
cursor: pointer;
}

a.homelink:hover {
color: #FF9900;
}

a.treelink {
color: #FFFFFF;
font-size: 0.7em;
display: block;
padding: 5px;
text-align: center;
vertical-align: middle;
text-decoration: none;
cursor: pointer;
}

a.treelink:hover {
background-color: #FF9900;
}

a.boxlink {
color: #333333;
font-size: 0.7em;
display: block;
padding: 5px;
text-align: left;
vertical-align: middle;
text-decoration: none;
cursor: pointer;
}

a.boxlink:hover {
color: #FF6600;
}

.block {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	line-height: 1.25em;
	text-align: justify;
}

.homebox {
	border-top: 0;
	border-bottom: 1px;
	border-left: 0;
	border-right: 0;
	border-style: solid;
	border-color: #666666;
	width: 130px;
	padding: 0;
	text-align: center;
}

.treebox {
	border: 1px solid #666666;
	background-color: #999999;
	width: 130px;
	padding: 0;
	text-align: center;
}

.treeline {
	border: 0;
	background-color: #666666;
	text-align: center;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
}

.boxTop {
	border-top: 1px;
	border-bottom: 0;
	border-left: 1px;
	border-right: 1px;
	border-style: solid;
	border-color: #666666;
	width: 130px;
	height: 85px;
	padding: 0;
	text-align: center;
}

.boxMiddle {
	border-top: 1px thin #CCCCCC;
	border-bottom: 1px thin #CCCCCC;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	width: 130px;
	height: 85px;
	padding: 0;
	text-align: center;
}

.boxBottom {
	border-top: 0;
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-style: solid;
	border-color: #666666;
	width: 130px;
	height: 85px;
	padding: 0;
	text-align: center;
}
