a:link {
	color:#816700;
	font-weight : normal;
	text-decoration : none;
}

a:visited {
	color:#816700;
	font-weight : normal;
	text-decoration : none;
}

a:hover {
	color:#FFCC00;
	font-weight : normal;
	text-decoration : underline;
}

a:active {
	color:#816700;
	font-weight : normal;
	text-decoration : none;
}

body {
	color : #000000;
	background-color : #888888;
	font-family : Arial;
	font-size : 12px;
	font-weight : normal;
	padding:5px;
	margin:0px;
}

td {
	font-family : Arial;
	font-size : 12px;
}

.button {
	background-color : #FFFFFF;
	font-family : Arial;
	font-size : 11px;
	font-weight : bold;
	color : #666666;
}

.field {
	color : #666666;
	background-image:url(/public/image/text_field_arrow.gif);
	background-position:right center;
	background-repeat:no-repeat;
	border:1px solid #FFCC00;
	font-family : Arial;
	font-size : 11px;
	font-weight : normal;
	width:200px;
}

.field2 {
	color : #666666;
	/* background-image:url(/public/image/text_field_arrow.gif); */
	background-position:right center;
	background-repeat:no-repeat;
	border:1px solid #FFCC00;
	font-family : Arial;
	font-size : 11px;
	font-weight : normal;
}

.header {
	color : #000000;
	font-family : Arial;
	font-size : 14px;
	font-weight : bold;
	line-height : 19px;
}