/* CSS Document */

body {
	background-color: #FFFFFF;
	font-family: arial, verdana, helvetica;
	color: #000000;
	font-size: 11px;
}
a{
	text-decoration:none;
	color:#006600;
	font-weight: bold;
}
a:hover{
	color:#ff3333;	
}
.normal {
    font-weight: normal;
}
.up {
	margin-top: 5px;
	margin-left: 9px;
	text-indent: -9px;
}
