/* CSS Document */
A, A:visited{
	text-decoration: underline;
	color: #333333;
}
A:hover, A:active{
	color: #CC0000;
	text-decoration: underline;
}
body{
	font-size: 13px;
	font-family: arial;
}
.box{
	background-color: #F0F0F0;
	border: #CCCCCC 1px solid;
	color: #666666;
}
.boxdir, .boxdir A, .boxdir A:visited, .boxdir A:active{
	color: #666666;
	text-decoration: none;
}
.boxdir A:hover{
	color: #666666;
	text-decoration: underline;
}
.code{
	color: #000099;
}
.dir, .dir A, .dir A:visited, .dir A:active{
	color: #333333;
	text-decoration: none;
}
.dir A:hover{
	color: #333333;
	text-decoration: underline;
}
.footer, .footer A, .footer A:visited{
	color: #999999;
	text-decoration: none;
}
.footer A:hover, .footer A:active{
	color: #999999;
	text-decoration: underline;
}
.homep, .homep A, .homep A:visited, .homep A:active{
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.homep A:hover{
	color: #333333;
	text-decoration: underline;
}
.linkc{
	color: #333333;
}
td{
	font-size: 12px;
	font-family: arial;
	color: #333333;
}
.title{
	color: #CC0000;
	font-size: large;
}
.title3{
	color: #FF0000;
}