/*	main.css - main CSS	*/

/*	General style settings	*/

body { background-color: rgb(240,240,240);  background-position: top left }
body.cc { background-color: rgb(240,240,240); background-position: top right;
	background-image: url(../bg/wancbg.gif);  background-repeat: repeat-y }
body.usa { background-color: rgb(240,240,240); background-position: top right;
	background-image: url(../bg/wtcbg.jpg); background-repeat: repeat-y }

h1 { text-align: center;
	background-image: url(../bg/f8d.gif); background-repeat: no-repeat;
	height:45px}

/*	Navigation buttons	*/

.oldbutton { display:table-cell; background: rgb(240,240,240) }
.oldbutton:hover { display:table-cell; background: rgb(0,0,0) }
.oldherebutton { display:table-cell; background: rgb(210,0,0) }

.nav { background-image: url(../button/blank.gif);
	background-repeat: no-repeat; text-align: center;
	width: 125px; height: 25px }
.herenav { background-image: url(../button/blank.gif);
	background-repeat: no-repeat; text-align: center;
	width: 125px; height: 25px }

a.navtxt { color: rgb(240,240,240);
	font-family: Arial, Helvetica, sans-serif; font-size: 15px;
	font-style: italic; font-weight: bold; text-decoration: none }
a.navtxt:hover { color: rgb(0,0,0) }
a.herenavtxt { color: rgb(210,0,0);
	font-family: Arial, Helvetica, sans-serif; font-size: 15px;
	font-style: italic; font-weight: bold; text-decoration: none }

/*	Right-hand side tables	*/

a.tab:link      {text-decoration: none}
a.tab:active    {text-decoration: none}
a.tab:visited   {text-decoration: none; color: purple}
a.tab:hover     {text-decoration: underline}
table.tab {
	background-color: lavender;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
}

/*	Footer	*/

.footer { font-size: 70% }


