/* STYLE SHEET FOR WGII PRINTING*/

body 	{ 
	color: black; 
	background: #BDDDBE; 
	font-family: Arial, Verdana, sans-serif ;
	font-size: small;
	margin: 2%;
	}


P	{
	color: black;
	font-weight: normal;
	font-family: Arial, Verdana, sans-serif ;
	font-size: small;
		}

/* FOR ADVERTISEMENTS AND ANNOUNCEMENTS */

P.displaybox {font-weight: 80;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-weight: bold;
	background: WHITE;
	color: #2E8B57;	
	margin: 10%;
	padding: 5%;
	border-width: 2px;
	border-color: black;
	border-style: solid;	
		}


A:link, A:visited    {color: #006060 ;text-decoration:none; font-weight: bold; background: none;}
A:hover, a:active  {color: black;text-decoration:none; font-weight: bold; background: YELLOW; }


pre 	{ 
	font-family: monospace; 
	color: black;
	padding-left:5%;
	padding-right:5%;
	}

ul 	{ 
	list-style: disc; 
	margin-left:10%;
	margin-right:10%;
	}

ul ul 	{ 
	list-style: square;
	margin-left:5%;
	}     

ul ul ul { 
	list-style: disc; 
	margin-left:5%;
	}

OL	{
	list-style-type: decimal;
	margin-left:10%;
	margin-right:10%;
	}

OL OL	{
	list-style-type: upper-alpha;
	margin-left:5%;
	}
OL OL OL {
	list-style-type: lower-roman;
	margin-left:5%;
	}


TABLE	{
	color:white;
border-width: 2px;
border-color: black;
border-style: solid;
	
	}

TH	{
	color:BLACK;
	background:WHITE;
	text-align:center;
	}


TR	{
	padding-top: 1px;
	padding-bottom: 0px;
	background: white;
	color: black;
	text-align: left;	
	}
TD	{
	padding-top: 2px;
	padding-bottom: 2px;
	background: white;
	color: black;
	text-align: left;	

	vertical-align: top;
	}

TD.NUM	{
	padding-top: 2px;
	padding-bottom: 2px;
	background: white;
	color: black;
	text-align: right;	

	vertical-align: top;
	}

	
TABLE.SUBMENU 
	{background: white; 
	margin: 0%;
	width: 100%;
	text-align: left;
	font-size: smaller;
	}

TABLE.DISPLAYBOX
	{BACKGROUND: #FFDEAD;
	color black;
	width: 100%;
	margin: 0em;
	}

TABLE.DISPLAYBOX TR TD
	{BACKGROUND: #FFDEAD;
	color black;	
	}

/* FOR TABLES THAT ARE TRANSPARENT */

TABLE.TRANS TR TD
	{
	color: black;	
	background: white;
	width: 90%;
	}


/* FOR JOURNAL ENTRIES */

TABLE.JOURNAL
	{
	width: 100%;
	font-size: small;
	}

/* FOR MENU TABLES */

TABLE.MENU TR TD
	{background: #BDDDBE; 
	margin: 0em;
	}





TABLE.POSTER TR TD
	{background: #BDDDBE; 
	margin: 10%;
	font-size: large; 
	text-align: CENTER;
	color: black;
	}

.menuTABLE {color:white;background:black;width:100%;border-spacing:.2;}
.menuTH {color:white;background: black;}
.menuTR {padding-top:0px;font-size:10px;background:#BDDDBE;color:white;text-align:center;padding-bottom:0px;}
.menuTD {padding-top:5px;font-size:10px;background:#BDDDBE;color:black;text-align:center;padding-bottom:2px;font-weight:bold;}

/* FOR SUBMENUS */
.submenuTABLE {color:black;width:80%;border-spacing:.2;}
.submenuTH {color:white;background:black;}
.submenuTR {padding-top:0px;font-size:10px;background:black;color:black;text-align:center;padding-bottom:0px;}



h1	{color:black;text-align:center;font-size:x-large;font-weight:bold;margin-left:5%;margin-right:5%;}
h2	{color:black;text-align:center;font-size:large;font-weight:bold;margin-left:5%;margin-right:5%;}
h3	{color:black;text-align:center;font-size:medium;font-weight:bold;text-decoration: none;}

h4	{color:black;text-align:left;font-size:large;font-weight:bold;}
h5	{color:black;text-align:left;font-size:medium;font-weight:bold;}
h6	{color:black;text-align:center;font-size:x-small;font-weight:normal;font-style: italic;}


/* SPECIFIC SETTINGS FOR REVIEWS */

h1.review	{color:black;text-align:left;font-size:medium;font-weight:bold;margin: 0%;}
h2.review	{color:black;text-align:left;font-size:small;font-weight:bold;margin: 0%;}
h3.review	{color:black;text-align:left;font-size:x-small;font-style: italic;margin: 0%;}




