BODY
{
	font-size: 8pt;
	color: black;
	font-family: Tahoma;
	border-collapse: collapse;
	background-color: white;
	text-align: justify;
}
A
{ 
	font-family:Tahoma; 
	font-size:8pt; 
	color:#990000; 
	text-decoration: underline;
}

A:hover
{ 
	text-decoration: underline;
}

td
{
	font-family:Tahoma; 
	font-weight:normal; 
	font-size:8pt; 
	color:#000000; 
	text-decoration: none;
}

UL
{ 
	list-style-image:url(images/bullet.gif);
	list-style-type: none;
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
}

OL
{ 
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
}

LI
{ 
	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
{ 
	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
{	
	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;
}
