/* CSS Document */



                   BODY {
                        color : #ccbbff; 
                        font-size : 10px; 
                        line-height : 20px; 
                        word-spacing : 13px; 
                        font-family : Frutiger, Verdana, Geneva; 
                        background-color : #000066; 
                        text-decoration : none; 
                   } 
                   A:link  {
						 color: #ece5ff;
						 font-size: 10px;
						 text-decoration: none
				   }

				   A:visited  {
						 color: #ece5ff;
						 font-size: 10px;
						 text-decoration: none;
				   }

				   A:active  {
						 color: white;
						 font-size: 10px;
						 text-decoration: none;
				   }

				   A:hover {
						 color: white;
						 font-size: 10px;
						 text-decoration: underline; 
                   } 
                   TD {
                        color : #ccbbff; 
                        font-size : 10px; 
                        line-height : 20px; 
                        word-spacing : normal; 
                        font-family : Frutiger, Verdana, Geneva; 
                   }
				   .canvas1 {
						background-color : #6633cc;
				   }
				   .canvas2 {
						background-color : black;
				   }
				   .canvas3 {
						background-color : #003366;
				   }
				   .canvas4 {
						background-color : #000066;
				   }
				   .shadow {
						background-color : #000054;
				   }
				   .outline {
						background-color : #ece5ff;
				   }
                   .tsp {
                        color : #ff0033; 
                   } 
                   .headline {
                        color : #00ffcc; 
                   } 
                   .stretch {
                        word-spacing : 13px; 
                   } 
                   .title {
                        color : #ece5ff; 
                        font-size : 12px; 
                        line-height : 28px; 
                        letter-spacing : 16px; 
                        word-spacing : 18px; 
                        font-family : Frutiger, Verdana, Geneva; 
                        font-weight : 900; 
                   } 
                   .bold {
                        color : #ece5ff; 
                        font-size : 12px; 
                        font-family : Frutiger, Verdana, Geneva; 
                        font-weight : 900; 
                   } 

