/* SOS Style sheet */
      a.nodec { text-decoration: none;
      			font-weight: bold;}
      a:hover { text-decoration: underline;
      			font-weight: bold;
                color: rgb(102,0,204); }
      .lnavbar { text-align: right; }
      .inactive { font-weight: bold; color: rgb(187, 136, 244); }
      .rowhead { padding-bottom: 10px;
		 padding-top: 10px;
		 text-align: center;	 font-weight: bold; }
       .price { font-size: 16px;
		   font-weight: bold;
	   	text-align: right;}
       .pagetitle { font-style: italic;
                    font-weight: bold;
                    text-align: center;
                    height: 100px;}



/* redesign classes global */
body { 	background-color: rgb(239, 233, 251); 
	font-family: 'Palatino Linotype', 'Times New Roman', serif;"
	}
	
div.container { background-color: rgb(239, 233, 251);
		padding: 10px; 
		width: 1028px; 
		}

img.logo { 	width: 150px; 
		height: 100px;
		}

table.servicedesc { 	margin-left: 75px; 
			margin-right: 75px;
			}

/* home page */	

table#services {	margin-left: 150px;	}
/* fix later
table#services td a.imglink:link { color: rgb(239, 233, 251); }
table#services td a:visited { color: rgb(239, 233, 251); }
table#services td a:hover { color: rgb(102,0,204); }
table#services td a:active { color: rgb(239, 233, 251); }
*/