<!--
/*
  JS Projects stylesheet
  Created by Ultimate IT SOlutions Limited
  http://www.ultimate-it.com
  
*/

/* General page style. The scroll bar colours only visible in IE5.5+ */
body { 
	background-color: #FFFFFF
}


/* Main Table */
.GenText { font-family: Tahoma;
		     color: #FFFFFF;
		     font-size: 10pt;
		     text-align:justify;
		     padding-left:5;
		     padding-right:5;
		     padding-top:0;
		     padding-bottom:0
			 
}

.GenTextSml { font-family: Tahoma;
		     color: #FFFFFF;
		     font-size: 8pt;
		     text-align:justify;
		     padding-left:5;
		     padding-right:5;
		     padding-top:0;
		     padding-bottom:0
			 
}

.GenTextVSml { font-family: Tahoma;
		     color: #FFFFFF;
		     font-size: 7pt;
		     text-align:justify;
		     padding-left:5;
		     padding-right:5;
		     padding-top:0;
		     padding-bottom:0
			 
}




/* Project Details sheet */
.ProjHolder {
			border:1px solid #FFFFFF;
			padding:5
}

.Proj {
			font-family: Tahoma;
			font-size: 10pt;
			color: #FFFFFF;
			font-weight: bold
}
.ProjTeam {
			font-family: Tahoma;
			font-size: 10pt;
			color: #FFFFFF;
			font-weight: normal
}

/*

.ClientDet {
			border:1px solid #99B2CC;
			font-family: Tahoma;
			font-size: 10pt;
			color: #000000;
			font-weight: bold;
			background-color:#FFFFFF;
			padding-left: 5;
			padding-right: 5

}

.TeamDet {
			border:1px solid #99B2CC;
			font-family: Tahoma;
			font-size: 10pt;
			color: #000000;
			font-weight: normal;
			background-color:#FFFFFF;
			padding-left: 5;
			padding-right: 5; text-align:justify
}


*/

.ClientDet {
			font-family: Tahoma;
			font-size: 10pt;
			color: #FFFFFF;
			font-weight: bold

}

.TeamDet {
			font-family: Tahoma;
			font-size: 10pt;
			color: #FFFFFF;
			font-weight: normal
}



/* hyperlinks */

a:link { color: #FFFFFF; text-decoration:none  } /* unvisited links */

a:visited	{ color: #FFFFFF; text-decoration:none } /* visited links */

a:hover { color: #FFFFFF; text-decoration:underline } /* user hovers */

a:active { color: #FFFFFF; text-decoration:underline } /* active links */
			    
/* services hyperlinks */

a:link.serv { color: #FFFFFF; text-decoration:none  } /* unvisited links */

a:visited.serv	{ color: #FFFFFF; text-decoration:none } /* visited links */

a:hover.serv { color: #FFFFFF; text-decoration:underline } /* user hovers */

a:active,serv { color: #FFFFFF; text-decoration:underline } /* active links */






--->