<!--
				/*
					CSS for http://www.torontotng.com/
					Copyright Troy Rennie 2005
				*/

				.ann_box_tab	{
								border: 3px dotted;
								border-color: #ff9933;
								padding: 5px;
								width: 100%;
						}

				.ann_box_inner	{
								border: 3px solid;
								border-color: #ffcc00;
								padding: 6px;
						}

        body            {
                                font-family: sans-serif;
                                font-size: 100%;
                                background-color: #1b1775;
                                color: #ffffff;
                                margin: 0.15in;
                        }

        a               {
                                font-size: 100%;
                                font-weight: bold;
                                color: #ffcc00; background-color: inherit;
                                text-decoration: none;
                        }

        .tng_txt        {
                                color: #ffcc00; background-color: inherit;
                                font-size: 300%;
                                font-weight: bold;
                                text-align: right;
                                vertical-align: bottom;
                        }

        .tabclass       {
                                border: 0px;
                                width: 100%;
                        }

        .tab_links      {
                                padding: 40px 0px 10px 0px;
                                text-align: center;
                        }

        .tab_normtxt    {
                                font-size: 100%;
                                padding: 20px 0px 20px 0px;
                        }

        .tab_quicktxt   {
                                font-size: 90%;
                                text-align: right;
                        }

        .subj_heading   {
                                color: #ffffff; background-color: inherit;
                                border-bottom: 2px solid;
                                font-size: 200%;
                                border-color: #ffcc00;
                        }

        .subj_txt       {
                                padding: 0px 0px 0px 0px;
                        }

        .def_txt        {
                                font-size: 80%;
                        }
-->