A
{ 
	font-family:Tahoma; 
	font-size:8pt; 
	color:#990000; 
	text-decoration: underline;
}

A:hover
{ 
	text-decoration: underline;
	color:#FF0000;
}

td
{
	font-family:Tahoma; 
	font-weight:normal; 
	font-size:8pt; 
	color:#000000; 
	text-decoration: none;
	text-align: justify;
}

td.center
{
	text-align: center;
}

LI
{ 
	list-style-image:url(/images/bullet.gif);
	list-style-type: none;
	margin-bottom: 5px;
}

LI.depth1
{ 
	list-style-image:url(/images/bullet1.gif);
	list-style-type: none;
	margin-bottom: 5px;
}

LI.depth2
{ 
	list-style-image:url(/images/bullet2.gif);
	list-style-type: none;
	margin-bottom: 5px;
}

UL
{ 
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.menu
{
	font-family:Tahoma; 
	font-weight:normal; 
	font-size:8pt; 
	color:#ffffff; 
	text-decoration: none;
}

.titletext
{ 
	font-family:Tahoma; 
	font-weight:bold; 
	font-size:13pt; 
	color:#000000; 
	text-decoration: none;
	text-align: justify;
}

.whitelink, .jsp-sidebar-title-text, .whitelink:hover, .jsp-sidebar-title-text:hover
{ 
	font-family:Tahoma; 
	font-weight:normal; 
	font-size:8pt; 
	color:#FFFFFF; 
	text-decoration: none; 
}

.whitelink:hover 
{
	text-decoration: none;
	CURSOR: hand;
}

.jsp-body-text
{
	font-family:Tahoma;
	font-weight:normal;
	font-size:8pt;
	color:#000000;
	text-decoration: none;
	text-align: justify;
}

.forms_textField, .forms_textArea, .form-inputbox, .forms_selectBox
{	
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	border: 1 solid #404040;
}

.forms_Button, .button-general
{	
	background-color: #D4D0C8;
	font-family: Tahoma;
	font-size: 7pt;
	font-weight: normal;
	color: #000000;
	border-right: 1 solid #404040;
	border-bottom: 1 solid #404040;
	border-left: 1 solid #E9E6E1;
	border-top: 1 solid #E9E6E1;
	padding: 0px;
	width: 100px;
	height: 18px;
	cursor: hand;
}

.sub-menu-text, .sub-menu-text:hover
{ 
	font-family:Tahoma;
	font-weight:normal;
	font-size:8pt;
	color: Gray;
	text-decoration: none;
	CURSOR: hand;
}

.handpointer {
	CURSOR: hand;
}

.table-title
{
	background-color: #888888;
	color:#ffffff; 
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

.table-body
{
	background-color: #F7F7F7;
	color:#000000; 
	text-decoration: none;
	text-align: center;
}

.center
{
	text-align: center;
}

.none-decoration
{
	text-decoration: none;
}

.none-decoration:hover
{
	text-decoration: none;
}

.hidden
{
	visibility = "hidden";
}