/* CSS Document */



body,td,th {
	
	font-family:"MS Sans Serif";

	font-size: 12px;

	color: #66830E;

}

body {

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

}

a {

	font-size: 12px;

	color: #66830E;

}

a:visited {

	color: #66830E;

	text-decoration: none;

}

a:hover {

	color: #003300;

	text-decoration: underline;

}

a:active {

	color: #66830E;

	text-decoration: none;

}

a:link {

	text-decoration: none;

}

.red{
	color:#FF0000;
}

.mask{
	cursor:pointer;
}

.write{
	color:#FFFFFF;
	font-weight: bold;
}

.image{
	border:solid;
	border-color: #66830E;
	border-width: 1px;
}