html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset 
			{  
		    margin: 0; 
		    padding: 0; 
		    border: 0; 
			}

body 		{
			font-family: Arial, sans-serif;
			font-size:10px;
			line-height:1.5em;
			background:repeat-x;
			background-color:#333399;
			padding-left:20px;
			text-align:justify;
			}

div main	{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 6px;
			font-style: normal;
			font-weight: normal;
			font-variant: normal;
			color: #000000;
			text-decoration: none;
			line-height: normal;
			}			
			
/*.stdtext 	{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-style: normal;
			font-weight: normal;
			font-variant: normal;
			color: #000000;
			text-decoration: none;
			line-height: normal;
			}
			*/
			/* DEBUGGER
div 		{border: 1px solid red;} */

.heading	{
			height:30px;
			background-color:#29b000;
			font-size:18px;
			color:#FFFFFF;
			padding-left:20px;
			padding-top:6px;
			padding-bottom:6px;
			width:100%;
			}

.image		{
			padding:15px;
			border:solid thin;
			}

.caption	{
			font-family:Arial, Helvetica, sans-serif;
			font-style:italic;
			font-size:10px;
			text-align:center;
			padding:10px;
			}


			
/*.headertext {
			font-family: "Trebuchet MS", Arial;
			font-size: 18px;
			font-style: normal;
			font-weight: normal;
			font-variant: normal;
			color: #FFFFFF;
			text-decoration: none;
			}
			*/
			
.listtext 	{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-style: normal;
			line-height: 25px;
			font-weight: normal;
			cursor: hand;
			list-style-position: outside;
			list-style-type: disc;
			list-style-image: none;
			left: 300px;
			}
			

