BODY  {
	color : #000000;
	font-size : 12px;
	font-family : arial,verdana,tahoma;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	scrollbar-face-color : #FFFF33;
	scrollbar-shadow-color : #00FF00;
	scrollbar-darkshadow-color : #000000;
	scrollbar-highlight-color : #000000;
	scrollbar-3dlight-color : #00FF00;
	scrollbar-track-color : #FFFFFF;
	scrollbar-arrow-color : #000000;
}
TD  {
	font-size : 12px;
	font-family : arial,verdana,tahoma;
	color : #000000;
}
P  {
	font-size : 12px;
	font-family : arial,verdana,tahoma;
	margin-top : 1px;
	margin-bottom : 1px;
	line-height : normal;
}
H1  {
	font-size : 26px;
	font-style : bold;
	color: #000000;
	margin-bottom : 2px;
	margin-top : 2px;
}
H2  {
	font-size : 18px;
	color: #000000;
	margin-bottom : 2px;
	margin-top : 2px;
}
H3  {
	font-size : 16px;
	color: #000000;
	margin-bottom : 2px;
	margin-top : 2px;
}
H4  {
	font-size : 14px;
	font-style : italic;
	color: #000000;
	margin-bottom : 1px;
	margin-top : 1px;
}
H5  {
	font-size : 12px;
	font-style : bold;
	color: #000000;
	margin-bottom : 1px;
	margin-top : 1px;
}
H6  {
	font-size : 10px;
	font-family : arial,verdana,tahoma;
	color: #000000;
	margin-bottom : 1px;
	margin-top : 1px;
}
PRE {
	font-size : 12px;
}
HR  {
	color: #FDB827;
	height : 1;
	width: 100%;
}
A  {
	text-decoration : none;
	color : #00539C;
}
A:Visited  {}
A:Active  {}
A:Hover  { text-decoration : underline; }
HR  {
	color: #00539C;
	height : 1;
	width: 100%;
}
.last_update{
	font-size : 10px;
	font-family : arial,verdana,tahoma;
	color : #000000;
	font-weight: bold;
}
.form_input {
	font-size : 12px;
	font-family : arial,verdana,tahoma;
	color : #000000;
	border : 1px solid;
	background : transparent;
	height: 20px;
}
.form_input_textarea {
	font-size : 12px;
	font-family : arial,verdana,tahoma;
	color : #000000;
	border : 1px solid;
	background : transparent;
}
.form_input_noborder {
	font-size : 12px;
	font-family : arial,verdana,tahoma;
	color : #000000;
	border : 0px solid;
	background : transparent;
	height: 20px;
}

.button{
	font-size : 12px;
	font-family : arial,verdana,tahoma;
	color: #000000;
	background-color: #FCFCFC;
	border: #AAAAAA 1px solid;
	text-align:center;
}
.navigation {
	color : #000000;
}
.navigation_active {
	color : #000000;
	font-weight: bold;
	font-style: italic;
}
.display_header {
	font-size : 16px;
	color : #00539C;
}
.display_sys_message {
	font-size : 13px;
	color : green;
	font-weight: bold;
}
.error {
	color: red;
}
.table_main { }
.table_head { }
.table_row_light { }
.table_row_dark { background: #FFEEAA; }
