body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Sylfaen;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	background: url(img/bg.gif);
	background-repeat: repeat-y;
}
td {
	font-family: Sylfaen;
	font-size: 12px;
	color: #000000;
}
A:link, A:visited, A:active {
	font-family: Sylfaen;
	font-size : 11px;
	color : #003366;
	text-decoration : underline;
}
A:hover {
	font-family: Sylfaen;
	font-size : 11px;
	color : #990000;
	text-decoration : none;
}
A.menu:link, A.menu:visited, A.menu:active {
	color : #000000;
	text-decoration : none;
}
A.menu:hover {
	color : #990000;
	text-decoration : none;
}
.title {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
.white {
	color : #ffffff;
}
.red {
	color: #990000;
}
.green {
	color : #009900;
}
.error {
	color: #FF0000;
}
.ok {
	color : #009900;
}
.disabled {
	font-size : 11px;
	color : #999999;
}
table.tbl {
	border-collapse: collapse;
}
table.tbl td {
	padding: 4px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	vertical-align: top;
}
.highlight {
	font-size: 12px;
	background-color: #FAFAF6;
	padding: 10px;
	border: 1px #DFDDCA;
	border-style: solid;
}
.en {
	font-family: Verdana;
	font-size: 11px;
}
input, textarea, select {
	font-family: Sylfaen;
	font-size: 11px;
}