/*
-- note to BFG
either of the formats worked for the background image below, on
 	all of  - IE 5, Mozilla, AOL
	but not 	Netscape 6
so I just put it back to the basic background tag which accomplished 
	the same thing -- Netscape sucks
*/

/*
BODY { background: white url("images/beigefadeborder.jpg");
}
BODY { background: white;
background-image: url(images/beigefadeborder.jpg);
background-attachment: scroll; 
background-repeat: repeat-y;
*/
body.test {
	background-position: 0 0;
    background-repeat: repeat-y;
	background-image: url('images/beigefadeborder.jpg');
}

/*---------------------*/
/* SAME COLOR TEXT     */
/*---------------------*/
	
TD  {
                font-size : 13px;
                font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
                font-style : normal;
                font-weight : normal;
                color : Black;
}

.menu  {
                font-size : 17px;
                font-family : "Times New Roman", Times, serif;
                font-weight : normal;
                font-style : normal;
                color : black;
                text-decoration : none;
}
.formtext  {
                font-size : 1em;
                font-family : "Times New Roman", Times, serif;
                font-weight : normal;
                font-style : normal;
                color : black;
                text-decoration : none;
}
.sectionHeader {
	background-image: url(\images\pale-beige.jpg);
	font-family: Palatino, "Times New Roman", Times, serif;
	font-weight: bolder;
	font-size: 11px;
	text-align: center;
}
.bright {
	color:maroon;
	font-weight: 700;
}
.copy {
                font-size : 11px;
                font-family : Georgia, "Times New Roman", Times, serif;
                font-weight : normal;
                font-style : normal;
                color : black;
                text-decoration : none;
}
.copy table, .copy form {
                color: green; 
                font-weight : normal;
                font-family: Arial, sans-serif;
}

.fineprint  {
                font-size : 10px;
                font-family : "Times New Roman", Times, serif;
                font-weight : normal;
                font-style : normal;
                color : black;
}

/*---------------------*/
/* OPPOSITE COLOR TEXT */
/*---------------------*/
.name {
/*                 font-size : 21px; 
                font-weight : bold;
*/
                font-family : Arial, Helvetica, sans-serif;
                font-style : normal;
                color : black;
                text-decoration : none;
                }
/*			
.slogan {
                font-size : 14px;
                font-family : Arial, Helvetica, sans-serif;
                font-weight : bold;
                font-style : normal;
                color : black;
                text-decoration : none;
                background: #C0C0C0;
                border-style: double 5px;
}
*/
.slogan {
                font-family : Arial, Helvetica, sans-serif;
}
.address  {
                font-size : 1em;
                font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
                font-weight : normal;
                font-style : normal;
                color : black;
                text-decoration : none;
}
.copyright  {
                font-size : 1em;
                font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
                font-weight : normal;
                font-style : normal;
                color : white;
                text-decoration : none;
}
.address a, .address a:link, address a:visited, address a:active {
	color: black; 
	font-family: Arial, sans-serif;
    font-size : 1em;
}
.header {
	background: #cccccc;
	color: black;
	font-weight: bold;
}
.attribution  {
/*                font-size : .6em; */
                font-size : 7px; 
                font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
                font-weight : normal;
                font-style : italic;
                color : black;
                text-decoration : none;
				margin-left: 20px;
}
.attribution a, .attribution a:link, .attribution a:visited, .attribution a:active {
	color: blue; 
/* 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
}