body    {background: url(crumw.gif);}

em      {font-weight : bolder;
	   font-size: 105%;
	font-style: normal}


	
p	{color : navy;
	font-weight : bold;
	text-align: justify;
	margin-top :3%;
	margin-left :10%;
	margin-right :10%;
	margin-bottom :0%;
	font-size : 20;
	font-family : "times new roman"}

h6	{color : navy;
	font-weight : bold;
	text-align: center;
	margin-top :3%;
	margin-left :10%;
	margin-right :10%;
	margin-bottom :0%;
	font-size : 20;
	font-family : "times new roman"}



span     {font-size: 12pt;
	   text-align: left;
         font-family: Verdana;}

	

div.5     {position: relative;
	   width: "500";
	   padding: "5px";
	   background-color: white; 
         border-width: thin;
         border-color: red;
         border-style: groove;
         font-family: Verdana;
         font-size: 10pt
	 }

hr.thin      {height : 5;
	  width : 85%;
	  align : center;
	  color : gold;
	  }

ul      {height : 10;
	font-size: 12pt;
	  width : 100%;
	 align : left;
	  color : green;
	list-style-type: square}


.list  {
	color : Black;
	font-weight : bold;
	font-style : italic;
	font-size : 12pt;
}

H1  {
	font-size : 74;
	font-weight :bolder;
	text-align : center;
	border-right-width : medium;
	border-bottom-width : thin;
	color : green;
	margin-bottom : 0%
	margin-top : 0%
}

H2  {	
	color : green;
	font-weight : bolder;
	text-align : center;
	font-size : 24pt;
        	font-family : sans-serif;
		
}

H3  {	
	
	font-style : italic;
	color : green;
	font-weight : bolder;
	text-align : center;
	font-size : 18pt;
        	font-family : sans-serif;
		
}


H4  {
	font-size : 24;
	font-weight :bold;
	text-align : center;
	border-right-width : medium;
	border-bottom-width : thin;
	color : green;
}

H5  {
	font-size : 32;
	font-weight :bold;
	text-align : center;
	border-right-width : medium;
	border-bottom-width : thin;
	color : green;
}


p.quote  {
	font-size : large;
	font-style : italic;
	text-align : center;
	background-color : Yellow;
}

body.std  {
	font-weight : bold;
	font-family : Arial;
	margin-left : 16px;
	margin-right : 16px;
	}

table.std  {
	font-weight : bold;
	font-family : Arial;
}


hr.heavy  {
	height : 14;
	width : 80%;
	align : center;
	color : gold;
}

p.red  {
	color : Red;
	font-weight : bold;
}

p.bgclr  {
	background-color : Aqua;
	font-weight : bold;

                    
        A  {
        	color : teal;
        	text-decoration : underline;
        	font-weight : bold;
        }
        
        A:Visited  {
        	color : purple;
        	text-decoration : underline;
        }
        
        A:Active  {
        	text-decoration : underline;
        	color : Red;
        }
        
        A:Hover  {
        	text-decoration : underline;
        	color : #FF0000;
        }
        
        .articleTitle  {
        	color : #333333;
        	font-size : 18pt;
        }
        
        .sectionTitle  {
        	color : #333333;
        	background-color : #dcdcdc;
        	font-size : 16pt;
        }
        
        .bodyText  {
        	font-family : sans-serif;
        	font-size : 10pt;
        }
        
        .bodyList  {
        	font-family : sans-serif;
        	font-size : 10pt;
        }
        
        .bodyListItem  {
        	font-family : sans-serif;
        	font-size : 10pt;
        }
        
        .embeddedList  {
        	font-size : 10pt;
        	font-family : sans-serif;
        }
        
        .embeddedListItem  {
        	font-size : 10pt;
        	font-family : sans-serif;
        }
        
        .styleSample  {
        	font-size : smaller;
        	font-family : monospace;
        }
        
        .codeText  {
        	font-family : sans-serif;
        	font-size : larger;
        	font-weight : bold;
        	color : #008000;
        }
        
        .codeSample  {
        	font-family : monospace;
        	font-size : smaller;
        }
        
        .note  {
        	padding : 2pt;
        	border-width : 1pt;
        	border-color : #FF0000;
		background : white;
        	border-style : solid;
        	font-size : smaller;
        	margin-left : 1cm;
        	margin-right : 1cm;
        	font-family : sans-serif;
        }
