﻿@media screen {
body	{
		margin: 0px;
		text-align: left; 
		z-index: 1; 
		}
ul
		{
		font-family: Verdana, sans-serif; 
		color: rgb(0,0,0);
   		line-height: 1.5em; 
		}
table 
		{
		font-family: Verdana, sans-serif; 
		color: rgb(0,0,0);
   		line-height: 1.3em; 
		}
p
		{
		font-family: Verdana, sans-serif;
		font-size: 1em;
		color: rgb(0,0,0);
		line-height: 1.3em;
		background-color: #FFFFFF;
		}
h1		{
		font-family: Verdana, sans-serif; 
		font-size: 1.1em ; 
		color: rgb(0,0,0); 
		font-weight: bold;
		margin-bottom: 0em
		}
h2		{
		font-family: Verdana, sans-serif; 
		font-size: 1em ; 
		color: rgb(0,0,0); 
		font-weight: bold;
		margin-bottom: 0em;
		}
ul		{
		margin-left: 20px;
		margin-bottom: 0px;
		}		
a:link
		{ 
		color: rgb(102,68,34);	
		text-decoration: underline;
		font-weight: bold;
		font-family: Verdana; 
		font-size: 1em ; 
		}
a:visited
		{ 
		color: rgb(179,112,45); 
		text-decoration: underline;
		font-weight: bold;
		font-family: Verdana; 
		font-size: 1em ; 
		}
a:active
		{ 
		color: rgb(102,68,34);  
		text-decoration: underline; 
		font-weight: bold;
		font-family: Verdana; 
		font-size: 1em ; 
		}
a:hover
		{ 
		color: rgb(255,227,185); 
		text-decoration: underline;
		font-weight: bold;
		font-family: Verdana; 
		font-size: 1em ; 
		}

.glossymenu
		{
		margin: 5px 0;
		padding: 0;
		width: 170px; /*width of menu*/
		border: 1px solid #4f3e28;
		border-bottom-width: 0;
		}

.glossymenu a.menuitem
		{
		background: black url(glossyback.gif) repeat-x bottom left;
		font: bold 0.8em Verdana, sans-serif;
		color: white;
		display: block;
		position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
		width: auto;
		padding: 4px 0;
		padding-left: 10px;
		text-decoration: none;
		}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active
		{
		color: white;
		}

.glossymenu a.menuitem .statusicon
		{ /*CSS for icon image that gets dynamically added to headers*/
		position: absolute;
		top: 5px;
		right: 5px;
		border: none;
		}

.glossymenu a.menuitem:hover
		{
		background-image: url(glossyback2.gif);
		}

		.glossymenu div.submenu{ /*DIV that contains each sub menu*/
		background: white;
		}

.glossymenu div.submenu ul
		{ /*UL of each sub menu*/
		list-style-type: none;
		margin: 0;
		padding: 0;
		}

.glossymenu div.submenu ul li
		{
		border-bottom: 1px solid #4f3e28;
		}

.glossymenu div.submenu ul li a
		{
		display: block;
		font: normal 0.8em Verdana, sans-serif;
		color: black;
		text-decoration: none;
		padding: 2px 0;
		padding-left: 10px;
		}

.glossymenu div.submenu ul li a:hover
		{
		background: #DFDCCB;
		color: white;
		}
}


@media print {
body	{
		background-image: none; 
		margin-left: 1 cm;
		margin-top: 2 cm;
		width: 15 cm ; 
		text-align: left; 
		color: rgb(0,0,0) ; 
		font-family: "Times New Roman", serif ; 
		font-size: 11 pt ; 
		}
h1		{
		color: rgb(0,0,0) ;
		font-family: "Times New Roman", serif ; 
		font-size: 13 pt ; 
		border-bottom: 2 solid;
		margin-left: -1 cm ;
		margin-top: 0 cm;
		}
h2		{
		color: rgb(0,0,0) ;
		font-family: "Times New Roman", serif ; 
		font-size: 12 pt ; 
		margin-left: 0 cm ;
		margin-top: 0 cm;
		}
}


 

