/* CSS Document */
A, A:visited, A:visited{
	color: #333333;
	text-decoration: underline;
}
A:hover{
	color: #CC0000;
	text-decoration: underline;
}
body{
	background-color: #666666;
}
.coretop{
	border-left: #666666 2px solid;
	border-bottom: #666666 2px solid;
	font-size: 11px;
	font-weight: bold;
}
.corelower{
	border-right: #666666 2px solid;
}
.dir, .dir A, .dir A:visited, .dir A:active{
	color: #333333;
	text-decoration: none;
}
.dir A:hover{
	color: #FF0000;
	text-decoration: underline;
}
.footer, .footer A, .footer A:visited, .footer A:active{
	color: #333333;
	text-decoration: none;
}
.footer A:hover{
	color: #333333;
	text-decoration: underline;
}
input{
	border: #333333 1px solid;
}
.lower, .lower A, .lower A:visited, .lower A:active{
	color: #CCCCCC;
	text-decoration: none;
}
.lower A:hover{
	color: #CCCCCC;
	text-decoration: underline;
}
.nwsub{
	font-size: 11px;
}
.subfoot, .subfoot A, .subfoot A:visited, .subfoot A:active{
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.subfoot A:hover{
	color: #333333;
	text-decoration: none;
}
.t{
	font-size: large;
	color: #000099;
}
td{
	font-size: 12px;
	font-family: arial, verdana, times;
	color: #333333;
}