
TD
{
	font-size: 11px;
	font-family: Verdana;
	text-align: justify;
	color:#5f5f5f
}

.small_white
{
	font-size:9px;
	color:White;
	text-decoration:none
}

.menu_text
{
	font-weight: bold;
	font-size: 10px;
	cursor: hand;
	color: #a02047;
	text-decoration:none
}

.msg_text
{
	font-weight: bold;
	font-size: 11px;
	color: #a02047
}

.button
{
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana;
	background:#ffd985;
	color: #a02047
}

.title_text
{
	font-weight: bold;
	font-size: 12px;
	color: #a02047
}

.Text   
{ font-family: Verdana; 
	font-size: 10px; 
	color: #a02047}

.title_big
{
	font-weight: bold;
	font-size: 14px;
	color: #a02047
}

A.link_text:active
{
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	text-decoration:none
}

A.link_text:visited
{
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	text-decoration:none
}

A.link_text:hover
{
	font-weight: bold;
	font-size: 10px;
	color: #a02047;
	text-decoration:underline
}

A:link
{
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	text-decoration:none
}

A:active
{
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	text-decoration:none	
}

A:visited
{
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	text-decoration:none
}

A:hover
{
	font-weight: bold;
	font-size: 10px;
	color: #a02047;
	text-decoration:underline
}

div.scroll
{
    overflow: auto;
	width: 775px;
	height: 100%;
	padding-left: 6px;
	scrollbar-face-color: #E2E2E2;
	scrollbar-highlight-color: #E2E2E2;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #9B9B9B;
	scrollbar-shadow-color: #E2E2E2;
	scrollbar-arrow-color: #9B9B9B;
	scrollbar-track-color: #F1F1F1;
	vertical-align:top
}

#foldheader {
	LIST-STYLE-IMAGE: url(fold.gif); CURSOR: hand; COLOR: #a02047; font-size:10px; font-weight:bold
}

#foldinglist {
	LIST-STYLE-IMAGE: url(list.gif); font-size:10px; color:#5f5f5f 
}

#dhtmltooltip
{
position: absolute;
width: 150px;
border: 1px solid black;
padding: 5px;
background-color: #ffd985;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);