/* STYLE SHEET FOR WGII */

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

	}


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



/* FOR ADVERTISEMENTS AND ANNOUNCEMENTS */

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

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

P.small {font-size: xtra-small;
	text-decoration: none;	
	font-family: Arial,Verdana,sans-serif ;
	font-style: italic;
	font-weight: normal;
	color: black;	
	margin-left: 10%;	
	margin-right: 10%;
	padding: 0%;
	border-width: 2px;
		}


P.smallcentral {font-size: xtra-small;
	text-decoration: none;	
	font-family: Arial,Verdana,sans-serif ;
	font-style: italic;
	font-weight: normal;
	color: black;	
	margin: 0%;
	padding: 0%;
	border-width: 0px;
	text-align: center;
		}


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


pre 	{ 
	font-family: monospace; 
	color: blue;
	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;	

	}


TH	{
	color:white;
	background:green;
	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;
	}




/* FOR TABLES THAT ARE TRANSPARENT */

TABLE.TRANS TR TD
	{
	color: black;	
	background: #BDDDBE;
	
	}



/* FOR DISPLAYS NO BORDERS AND HAS CREAM BACKGROUND */

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

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


td.num	{ 
        text-align: right; 
        vertical-align: top; 
        }


/* FOR JOURNAL ENTRIES */

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

TABLE.JOURNALSEARCH
	{
	width: 200;
	font-size: small;
	}




	
/* FOR MENU TABLES */

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


TABLE.SUBMENU 
	{
	background: #BDDDBE; 
	margin: 0%;
	text-align: left;
	font-size: smaller;
	}


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

.menuTABLE {color:white;background:green;width:100%;border-spacing:.2;}
.menuTH {color:white;background: blue;}
.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:green;width:80%;border-spacing:.2;}
.submenuTH {color:white;background:blue;}
.submenuTR {padding-top:0px;font-size:10px;background:green;color:green;text-align:center;padding-bottom:0px;}



h1	{color:green;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:blue;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:blue;text-align:left;font-size:x-small;font-style: italic;margin: 0%;}



