	body, p, img, table
		{ 
		color: #606060;
		/*background: transparent;*/
		margin-left: 5%;	
		margin-right: 5%;
		font-family: Tahoma, Verdana, Arial, sans-serif;
		font-size: 12pt;
		}
    body
		{ 
		background-color: black;
		}
	
 	p
		{
		text-align: left;
		}
		

    hr 
    {   
    border: 1px solid #EE1C25; 
    }


	p.black,ul
		{
		color: white;
		background: black;
		}	
		
    p.blackcenter
		{
		color: white;
		background: black;
        text-align: center;
		}	

	b
		{ 
		color: #666666;
		font-weight: bold;
		}
		
	.img_right
		{
		text-align: right;
		}	

	.img_center
		{
		text-align: center;
		/*border-style: solid; border-color: #666666; border-width: 4px;*/
		}	

    .jasSlides {
        margin: auto;
        text-align: center; 
        max-width:700px;
        
        box-shadow: 6px 6px 10px #ccc9cf;
        border-radius: 10px
                }

	p.boxed
		{
		border-style: solid; border-color: #999999; border-width: 1px;
		padding: 5px;
		}	
		
	blockquote
		{
		color: red;
    	text-align: center;
    	font-family: Verdana, Arial, sans-serif;
    	font-size: 9pt;
    	font-style: italic;
    	}	

	li
        {
        margin-left: 20px;
        }

    h1, h2, h3
		{
		color: #666666;
		background: white;
		margin-left: 5%; 
		margin-right: 5%;
		font-family: Misaki, Tahoma, "Arial Narrow", Verdana, arial, sans-serif;
		font-style: normal;
		font-weight: normal;
		}

	h1 
		{
		font-size: 160%;
		}

 	h2 
		{
		font-size: 130%;
		} 
	h3 
		{ 
		font-size: 120%;
		font-weight: bold; 
		}

	ul 
		{
		margin-left: 3%; 
		margin-right: 5%;
		list-style: circle outside
		}

 	p.linemenu
		{
		color: white;
		background: black;
		/* 
        margin-left: 5%; 
		margin-right: 5%; 
    	border-style: solid; border-color: gold; border-width: 1px;
        */
        clear: left;
		text-align: center;
		font-family: Verdana, Arial, sans-serif;
		font-size: 10pt;
		font-weight: normal;
		}	

	h1.black, h2.black, h3.black, blockquote.black, p.black
		{
		color: white;
		background: transparent;
		}


	:link { color: blue }
	:visited { color: #ba2727 }
	:hover { color: #009933 }

	A.linemenu:link    { color: white; background: black ; text-decoration: none;  }
	A.linemenu:visited { color: #ba1616 ; background: black ; text-decoration: none;  }
	A.linemenu:hover   { color: gold; background: black ; text-decoration: none; }
    A.disabled   { color: #2ba400; background: black ; text-decoration: none; font-weight: bold; }     
   
	A.black:link    { color: white ; background: black ; text-decoration: none; font-weight: bold; }
	A.black:visited { color: maroon ; background: black ; text-decoration: none; font-weight: bold; }
	A.black:hover   { color: red ; background: black ; text-decoration: none; font-weight: bold; }
 