/* Default CSS Stylesheet for a new Web Application project */


BODY {
	COLOR: #003366;
	FONT-FAMILY: tahoma;
	FONT-SIZE: 10px;
	margin: 0px;
}
.copyright {
	TEXT-ALIGN: center; VERTICAL-ALIGN: bottom
}
.left {
	TEXT-ALIGN: left
}
.select {
	VERTICAL-ALIGN: middle
}

A:LINK, A:VISITED, A:ACTIVE
{
	TEXT-DECORATION: none;
	COLOR: #ff6600;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

A:HOVER
{
TEXT-DECORATION: underline;
}

form {
margin-top:0 pt;
margin-bottom:0 pt;
}


.SearchTable
{
DIRECTION: rtl;
BACKGROUND-COLOR: #8080A8;
border-left-color: #555576;
border-right-color: #555576;
border-top-color: #555576;
border-bottom-color: #555576;
border-collapse: collapse;
}

.SearchTD
{
border-left-color: #555576;
border-right-color: #555576;
border-top-color: #555576;
border-bottom-color: #555576;
}

.Title {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
}
.SubTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
}
.TextBdy {		
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
}
.SubSubTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
.WhiteTxt {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
