
	body {	
		font-family: arial, sans-serif;
		background-color: rgb(192,192,192);
		background-image: url("/images/WPS_background.jpg");
		background-repeat: no-repeat;
		background-position: top center;
		margin: 0em;
		}

	p 
	{
	    margin: 0em;
	    padding: 0em;
		}

	table {
		margin: 0px;
		padding: 0px;
		}
	
	table.outer {
		/*border: solid black;*/
		margin: 0px;
		margin-top: 50px;
		padding: 0px;
		width: 100%;
		}
	
	div.outer {
		/*border: solid red;*/
		width: 760px;
		/*text-align: left;*/
		}
		
	h1 {	
		margin-left: 3em;
		margin-right: 3em;
		margin-top: 1.0em;
		margin-bottom: 1.0em;
	 	font-size: 15pt; 
		font-weight: 400;
		color: rgb(192,64,64);
		}

	h2 {	
		margin-left: 3em;
		margin-right: 3em;
		margin-top: 1.5em;
		margin-bottom: 0.75em;
	 	font-size: 12pt; 
		font-weight: 700;
		color: rgb(32,32,32);
		}

	div.main_menu {
		margin: 1px;
	 	margin-top: 0.25em;
		margin-bottom: 0.25em;
		font-size: 10pt; 
		font-weight: 700;
		text-align: left;
		}

	div.content 
	{
		margin: 1px;
		padding: 0em;
		font-size: 12pt; 
		font-weight: 400;
		color: rgb(32,32,32);
		text-align: left;
		}

	div.large 
	{
		margin: 3em;
		padding: 0em;
		margin-top: 0em;
		margin-bottom: 0em;
	 	font-size: 15pt; 
		font-weight: 400;
		color: rgb(192,64,64);
		text-align: left;
		}

	div.footer {
		margin: 1px;
	 	font-size: 10pt; 
		font-weight: 400;
		margin-top: 2.5em;
		text-align: left;
		}
		
	ul { 	
		margin-left: 3em;
		margin-top: 0em;
		margin-bottom: 0em;
	 	font-size: 12pt; 
		list-style: none;
		}

	li {
		
	 	font-size: 12pt; 
		line-height: 2em;
		}

	ul.small { 	
		margin-left: 6em;
		margin-top: 0em;
		margin-bottom: 0em;
	 	font-size: 10pt; 
		list-style: none;
		}

	li.small {
		
	 	font-size: 10pt; 
		line-height: 1.4em;
		}

	a:link { 
			color: rgb(128,0,0);
			text-decoration: none;
		}
	a:visited { 
/*			color: rgb(192,64,64); */
			color: rgb(128,0,0);
			text-decoration: none;
		}
	a:hover { 	
			color: rgb(255,0,0);
			text-decoration: underline;
		}
	a:active { 	
			color: rgb(255,0,0);
			text-decoration: underline;
		}

