/* CSS Document for version 3 of WEA website*/

body { font-family: Arial, Helvetica, sans-serif;
	font-size:11pt;
	background: url("images/background_v2.jpg");
	background-repeat: no-repeat; 
	}

td { font-family: Arial, Helvetica, sans-serif;
	font-size:11pt;
	}

/*div for sub menu colours and rollover actions (change in colours)*/
/*DO NOT change the ORDER that these are in, because it affects how they work*/
a.subMitems:link {color:#6C2224; font-size:11pt; font-weight:bold; text-decoration: none;}
a.subMitems:visited {color:#6C2224; font-size:11pt; font-weight:bold; text-decoration: none;}
a.subMitems:active {color:#875F62; font-size:11pt; font-weight:bold; text-decoration: none;}
a.subMitems:hover {color:#875F62; font-size:11pt; font-weight:bold; text-decoration: none;}

/* div for copyright text*/
.footer {font-size:8pt;
		}

/*div for sub menu title*/
.subMheader {font-size:12pt;
			font-weight:bold;
			}

/*div for the sub header in the main body text*/
.header	{font-size:12pt;
			font-weight:bold;}


/*span for  home page sub headings*/
.categories	{font-weight:bold;
			font-style:italic;}
			
/*class for the PRODUCTS list items*/			
li.products	{display: list-item; 
			list-style-position: outside;
			list-style-type: circle;
			margin-bottom: 10px;}
			
.theDate	{color:#875F62;}