/* CSS Document */
A, A:visited{
	color: #666666;
	text-decoration: underline;
}
A:hover, A:active{
	color: #CC0000;
	text-decoration: underline;
}
body{
	background-color: #DDDDDD;
}
.header{
	font-size: 12px;
}
.header A, .header A:visited{
	color: #C1872F;
	text-decoration: none;
}
.header A:hover, .header A:active{
	color: #C1872F;
	text-decoration: underline;
}
.left A, .left A:visited{
	color: #666666;
	text-decoration: none;
}
.left A:hover, .left A:active{
	color: #666666;
	text-decoration: underline;
}
.logo A, .logo A:visited, .logo A:hover, .logo A:active{
	text-decoration: none;
	color: #666666;
}
.nw{
	font-size: 10px;
}
.nw A, .nw A:visited, .nw A:hover, .nw A:active{
	color: #666666;
	text-decoration: underline;
}
.t{
	font-size: large;
}
td{
	font-size: 13px;
	font-family: arial;
	color: #666666;
}