body {  font-family: verdana, arial, sans-serif;
	font-size:100%;
        margin-top: 15px;
	padding:0;
     } 

	*   { margin:0; padding:0;  }

	.datestamp   {

	font-family: arial, sans-serif; 
	font-weight: bold;
	font-size:.8em;
     }	

        img      {
	border:0;
     }
	p   {   
	font-size: .8em; 
	font-family: verdana, sans-serif;
 	text-align: justify;
	line-height: normal;
	color: black;
	word-spacing: 1px;
	letter-spacing: 0px;
	left: 0px;
    	text-decoration: none;
    }
	p  {
	margin-top: 1em;
	margin-bottom:0;
    }

		
	ul,ol  {
	font-family: verdana, sans-serif;
	font-size:.8em;
	text-align: left;
	list-style-type:disc;
	padding-left : 4em;
	margin-top: 2%;
	margin-bottom: 2%;
    }

	h4 { 
	font: 1em arial, sans-serif;
	color: black;
	font-weight: bold;
	font-style: italic;
	margin-top: 1em;
	margin-bottom: 0%;
   }


	h5 {	
	font-size: 1.3em;
	font-family: arial, sans-serif;
	font-style:italic;
	text-align:center;
	color: red;
	font-weight:normal;
	margin-top: .5em;
	margin-bottom: .5em;
   }
	h3 {	
	font: .9em arial, sans-serif; 
	color: black;
 	font-weight: bold;
	font-style: italic;
	letter-spacing: 1px;
	color: black;
	font-weight:bold;
	margin-top: 1em;
	margin-bottom: 0%;
   }


	h2 {	
	font-size: .8em;
	font-family: arial, sans-serif;
	font-style:italic;
	text-align:left;
	color: black;
	font-weight:bold;
	margin-top: 1em;
	margin-bottom: 0%;
   }

	.caption   {
	font-family: verdana, sans-serif;
	font-size: .7em;
	font-weight:normal; 
	padding-top:1em; padding-bottom:0em;
	display:block;
	
   }

	.postcaption {
        font-size: .6em;
	font-family: verdana, sans-serif;
	font-style:normal; 
	text-align:center;
	color: black;
	word-spacing: 1px;
	letter-spacing: 0em; 
   }
	.footcaption  {
	font-size: 9px;
	font-family: verdana, sans-serif;
	font-style:normal;
	text-align:center;
 	padding: 1%;
	border-top:1px solid #ccc; width:60%;
	color: black;
	word-spacing: 1px;
	letter-spacing: 0em;					
   }

	
	a:link {text-decoration: none;}
	a:visited {text-decoration: underline; color: purple;}
	a:hover {text-decoration: underline;}


	/* header styles */
    #header {
		clear:both;
		text-align: center;
		margin:auto;
		overflow:hidden;
		background-color:white;		
    }		

	/* column container */
	.colmask {
		position:relative;
		clear:both;
		float:left;
		width:100%;				/* width of page */
		overflow:hidden;
		
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;				/* width of page */
		position:relative;		
	}	
	
	.col1
		{
		float:left;
		position:relative;  
		margin-top: 0px;
		padding:0 0 1% 0;
		
    }	
	

	.col2,
	.col3 {
		float:left;
		position:relative;  
		margin-top: 0px;
		padding:5% 0px 0 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
		
	}
		
	/* 3 Column settings */
	.threecol {
		background:white;		/* right column background colour */
	}
	.threecol .colmid {
		right:22%;				/* width of the right column */
		background:#ffffee;  		/* center column background colour */
		
		
	}
	.threecol .colleft {
		right:56%;				/* width of the middle column */
		background:white;
		position:relative; 		/* left column background colour */
	}

	.threecol .col1 {
		width:52%; 			/* width of center column content (column width minus padding on either side) */
		left:102%;	 		/* 100% plus left padding of center column */
		
	}
	.threecol .col2 {
		width:18%;				/* Width of left column content (column width minus padding on either side) */
		left:28%;
					/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:18%;				/* Width of right column content (column width minus padding on either side) */
		left:88%;				/* Please make note of the brackets here:
							(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	/* Footer styles */
	

	#footer   {
	clear:both;
	text-align: center;
	margin:auto;
	font: 9px verdana, sans-serif;
	font-weight:normal;
	word-spacing:0;
	letter-spacing:0;
	}

	#footcopyr {
	font: 9px verdana, sans-serif;
	font-weight:normal;
	line-height:2.5em;
	word-spacing:0;
	letter-spacing:0;
	margin:auto;
	       	
       }

	#line   {

		text-align:center; 
		margin:auto;
		padding-top:0;

	}

	#stops    {

		text-align:center;
		margin:auto; 
		color:red;
		padding:0; 
		margin:0; 
		margin-top:1em;	
	}	

	.margintext {
	font-size: .6em;  
	font-family: verdana, sans-serif;
	color: black;
	word-spacing: 0px;
	letter-spacing: 0em;
	line-height:1.25em;
	text-align: center; background-color:#D3D4D6; border:5px; border-style:ridge; 
	border-color:red; 
	padding-top:1em; padding-bottom:1em; 
	text-decoration: none;	 
	text-align: center;				
	}

