body {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat;
	background-image: url(SETI_02.gif);
}.small {
	font-family: tahoma;
	font-size: 1px;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}
.bg {
	background-image: url(SETI_27.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.text {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #0c4c77;
}
.title {	font-family: tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #6C6C6C;
	text-decoration: none;
}
.footerText {	font-family: tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #545555;
	text-decoration: none;
}
.menu {	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #254968;
	text-decoration: none;
}


/* Link Styles */
A:link  {
    text-decoration:    none;
    color:  #333333;
	
}


/* after click on link */
A:visited  {
    text-decoration:    none;
    color:  #333333;
	
}

/* after click on link */
A:active   {
    text-decoration:    none;
    color:  #333333;
	
	
}


/* mouseover on link */
A:hover{
    text-decoration:    underline;
    color:  #043254;
	
}


/* Styles Objects of Tempalete Page (e.x: copyright)*/
.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #314a8a;
    font-family: Tahoma,Arial,  Helvetica;
    text-decoration: none;
}

/* the first appear of the link  */
A.SkinObject:link {
    text-decoration:    none;
    color:#254968;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#254968;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}
/* after click on login */
A.SkinObject:active   {
    text-decoration:    none;
    color:#000000;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#000000;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}



/* Main Menu Style (solpartmenu) */


/* style of main menu link */
.RootTab TD
{
	width:inherit;
	font-family:  Tahoma,Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	color: #0c4c77;
	background: transparent;
	height: 20px;
	direction: ltr;
	text-align:left;	

}

/* after click on link main menu (solpartmenu) */
.ActiveRootTab TD
{
	width:inherit;
	color: #000000;
	font-family:  Tahoma,Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	height: 20px;
	background-color: transparent;
	direction: ltr;	
	text-align:left;
}

/* style of mouseover on main menu link */
.SelectedRootTab TD
{
	width:inherit;
	color: #000000;
	height: 20px;
	font-family: Tahoma,Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	border-left: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	background-color: transparent;
	direction:ltr;
	text-align:left;
}

/* style of links on path page (e.x: About us >> products >> .... ) */
.BreadcrumbRootTab TD
{
	width:inherit;
	font-family:  Tahoma,Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	color: #8b8c8e;
	height: 20px;
	direction: ltr;	
	Text-align:left;

}



/* Sub Main Menu Style */

/* style of sub menu links */
.SubTab
{
	background-color: #ffffff;
	color: #000000;
	font-family: Tahoma,Arial,  Helvetica; 
	font-size: 11px; 
	font-weight: bold;
	direction: ltr;	
	text-align:left; 
}

/* after click on link of sub menu (child of solpartmenu) */
.ActiveSubTab
{
	background-color: #509dde;
	color: #ffffff;
	border-top: 0px solid;
	font-family:  Tahoma,Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	direction: ltr;	
	text-align:left;
}

/* style of mouseover on sub menu link */
.SelectedSubTab
{
	background-color: #F0F0F0;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold;
	direction: ltr;	
	text-align:left; 
}


/* style of sub links on path page (e.x: About us >> products >> .... ) */

.BreadcrumbSubTab
{
	background-color: #000000;
	color: #ffffff;
	font-family:  Tahoma,Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	border-top: 0px solid;
	direction: ltr;	
	text-align:left;
}

