/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	margin: 5px 0px 0px;
	direction: rtl;
	line-height: normal;
	font-style: normal;
	font-family: Arial;
	background-color: #caccd0;
	font-variant: normal;
	text-decoration: none;
}

.BodyTextTEXT
{
	font-size: 14pt;
	font-family: "Times New Roman";
}

tr.row:hover, tr.over td
{
	background-color: lightcyan;
}

.title {
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

.cTD
{
	padding-right: 3px;
	padding-left: 3px;
	word-spacing: normal;
	font: 16px;
	text-transform: none;
	letter-spacing: normal;
	background-color: whitesmoke;
	text-decoration: none;
}	

.cHR
{
	font-size: 12pt;
	vertical-align: middle;
	height: 30px;
	background-color: whitesmoke;
	text-align: left;
}

.cLBox
{
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
}

.cImg
{
	border-right: white 1px outset;
	padding-right: 0px;
	border-top: white 1px outset;
	padding-left: 0px;
	padding-bottom: 0px;
	border-left: white 1px outset;
	padding-top: 0px;
	border-bottom: white 1px outset;
}

.ListBoxBorder
{

            border-top-style: none;
            border-right-style: none;
            border-left-style: none;
            border-bottom-style: none;
}

.cTable
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
}

.cFTable
{

}

A:link
{
	color: black;
	text-decoration: none;
}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active
{
	text-decoration: none;
}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family: "Times New Roman";
	}	




