/* tfs.css -- 1/12/1999 -- Modified from: */
/* ckdstyle.css - "house style" for ckd@kei.com's pages */
/* Christopher Davis' css, from :http://www.kei.com/homepages/ckd/web-design/stylesheets.html*/
/* $Id: ckdstyle.css,v 1.17 1998/02/17 02:53:28 ckd Exp $ */

/* It would be nice if someone supported the entire CSS1 spec.  Nobody does.
   Everyone seems to support slightly different subsets, too. */

/* reinstated the "background: transparent".  User style sheets will
   come. Someday.  Right?  */

/* Current Colors: 
			dark orange-red:	993300
			light orange-red:	ff9966
*/

/* Alternate Colors:	(see http://www.visibone.com/colorlab/)

			dark dull blue:		333399
			pale dull blue:		9999ff

			dark azure blue:	003399
			light azure blue:	6699ff

			obscure dull magenta:	660066
			pale dull magenta:	ff99ff

			dark turquoise:		008080
			light turquoise:	3cd5d5
*/


BODY {
        background: white;
        color: black;
        font-family: verdana, helvetica, sans-serif;
        margin-right: 5%;
        margin-left: 5%;
	border-width: 40px; 
        border-style: solid; 
        border-color: #993300;
}

H1 {
        color: #ff9966;
        background: transparent;
        text-align: center;
        font-style: italic;
	font-weight: bold;
	padding-top: 2%;
}

H2, H3, H4 {
        font-family: Verdana, sans-serif;
        color: #993300;
        background: transparent;
}

.subhead {
        font-family: Impact, Verdana, sans-serif;
        font-size: medium;
        font-weight: normal;
        border: thin solid navy;
}

H2 {
        text-align: left;
        margin-left: 3%;
}

H3 {
        text-align: left;
        margin-left: 2%;
}

H4 {
        text-align: left;
        margin-left: 3%;
}

STRONG {
        font-family: Verdana, sans-serif;
        color: #ff9966;
        background: transparent;
}

EM {
        font-family: Verdana, sans-serif;
}

TD {
	font-family: verdana, helvetica, sans-serif;
}

TD.sidebar {
	color: black;
        background: #ff9966;
} 

HR { 
	margin-left: 2%;
	margin-right: 2%;
}

A:link {
        color: blue;
        background: transparent;
}
A:visited {
        background: transparent;
        color: purple;
}
A:active {
        background: yellow;
        color: red;
}

UL, OL, DL, P, ADDRESS {
        margin-left: 5%;
        margin-right: 5%;
}

ADDRESS {
	font-family: "Times New Roman", serif;
}

P.header {
	text-align: center;
}

P.footer {
	margin-left: 3%;
        margin-right: 3%;
	font-size: small;
}

