/* CSS Document */
A, A:visited, A:active{
	color: #333333;
	text-decoration: underline;
}
A:hover{
	color: #FF0000;
	text-decoration: underline;
}
.box{
	background-color: #DDDDDD;
	border-top: #9C9C9C 1px solid;
	border-left: #9C9C9C 1px solid;
	border-right: #333333 1px solid;
	border-bottom: #333333 1px solid;
}
.footer, .footer A, .footer A:visited, .footer A:active{
	color: #666666;
	text-decoration: none;
}
.footer A:hover{
	color: #666666;
	text-decoration: underline;
}
.right, .right A, .right A:visited, .right A:active{
	color: #333333;
	text-decoration: none;
}
.right A:hover{
	color: #333333;
	text-decoration: underline;
}
.st A, .st A:visited, .st A:active{
	font-size: 16px;
	color: #CC6666;
	text-decoration: none;
	font-weight: bold;
}
.st A:hover{
	color: #CC6666;
	text-decoration: underline;
}
.t{
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
}
td{
	font-size: 12px;
	color: #333333;
	font-family: arial, verdana, times;
}