/* Default CSS Stylesheet for a new Web Application project */


BODY     { SCROLLBAR-FACE-COLOR: #2d596e; SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #2d596e; SCROLLBAR-3DLIGHT-COLOR: #2d596e; SCROLLBAR-ARROW-COLOR: #ffffff; SCROLLBAR-DARKSHADOW-COLOR: #272d86; SCROLLBAR-BASE-COLOR: #2d596e }


/*------------------------------------------------*/

A.Paging:link
{
	color: #ffd6a3;
	text-decoration: none;
}
A.Paging:visited
{
	color: #ffcc99;
	text-decoration: none;
}
A.Paging:active
{
	color: #ffcc99;
	text-decoration: none;
}
A.Paging:hover
{
	color: #ffff99;
	text-decoration: none;
}

/*------------------------------------------------*/

A.menu:link
{
	color: #a7eae5;
	text-decoration: none;
}
A.menu:visited
{
	color: #a7eae5;
	text-decoration: none;
}
A.menu:active
{
	color: #a7eae5;
	text-decoration: none;
}
A.menu:hover
{
	color: #ffcc66;
	text-decoration: none;
}

.PagingFont
{
	font-weight: bold;
	font-size: 12px;
	word-spacing: normal;
	text-transform: none;
	color: #ffffee;
	font-style: normal;
	font-family: Tahoma, Arial,Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	
	
/*------------------------------------------------*/

.MenuOut
{
	font-weight: bold;
	font-size: 11px;
	cursor: hand;
	color: #ffe066;
	font-family: Tahoma;
}
.MenuOver
{
	font-weight: bold;
	font-size: 11px;
	cursor: hand;
	color: #ffe066;
	font-family: Tahoma;
}
.MenuItems
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 8pt;
	padding-bottom: 5px;
	padding-top: 5px;
	font-family: Tahoma;
}

/*------------------------------------------------*/

.ContentsText
{
	font-size: 9pt;
	color: white;
	line-height: 17px;
	font-family: Tahoma, Arial, Verdana;
	text-align: justify;
}

.ContentsTableText
{
	font-size: 8pt;
	color: white;
	font-family: Tahoma, Arial, Verdana;
	text-align: justify;
}

/*------------------------------------------------*/
