


body {  font-family: Trebuchet MS, Arial, Helvetica; 
		color: #003399; 
		font-weight: normal; 
		text-align: none; 
		vertical-align: none; 
		font-style: normal;
		width: 100%;
		}
		
p {		text-align: justify;
		max-width:500px;
		width:expression(document.body.clientWidth > 500? "500px": "auto" );  }


h1 {    font-family: Trebuchet MS, Arial, Helvetica; 
		margin-bottom: -8; 
		font-style: normal; 
		color: #FFFFFF; 
		background-color: #800080;
		font-weight: bold; 
		vertical-align: none; 
		text-align: center; 
		font-size: 18pt;  } 

h2 {    vertical-align: none; 
		font-weight: bold; 
		color: #800080; 
		text-align: none; 
		margin-bottom: -15; 
		font-family: Trebuchet MS, Arial, Helvetica; font-size: 14pt;  } 

a {		font-weight: bold; }

a:link {color: #800080; }

a:visited {color: #800080; }