/* Paragraph and Character Tag Stylesheet for Rice Law Web Site - July-2006 by stylesandscribbles.com */ 

/* PARAGRAPHS 
	when listed as 4s the order is: TOP RIGHT BOTTOM LEFT */

p {
 padding: 0px 0px 0px 0px;
 font-family: Verdana, Geneva, sans-serif;
 line-height: 12pt;
 color: #000000;
 font-size: 10pt;
 }

 .home {
 padding: 0px 0px 0px 0px;
 line-height: 12pt;
 color: #FFFFFF;
 font-weight: bold;
 }
 
 .date {
 padding: 10px 0px 0px 0px;
 line-height: 0pt;
 color: #FFFFFF;
 font-size: 8pt;
 }
 
 .copy {
 padding: 0px 0px 0px 0px;
 font-family: Verdana, Geneva, sans-serif;
 text-align: center;
 color: #000000;
 font-size: 8pt;
 }
 
 
/* LISTS */

UL { 
 padding: 3px 0px 0px 20px;
 text-indent: -1em;
 font-family: Verdana, Geneva, sans-serif;
 color: #000000;
 font-size: 10pt;
 list-style: square inside;
 }

LI { 
 padding: 0 0 0.5em 0;
 }

OL { 
 padding: 0 0 0 0;
 font-family: Verdana, Geneva, sans-serif;
 color: #000000;
 font-size: 10pt;
 }



/* HEADINGS */

h1 {
 padding: 18px 0px 0px 0px;
 line-height: 12pt;
 font-family: Verdana, Geneva, sans-serif;
 font-weight: bold;
 color: #009999;
 font-size: 14pt;
 }


h2 {
 padding: 0px 0px 0px 0px;
 line-height: 12pt;
 font-family: Verdana, Geneva, sans-serif;
 font-weight: bold;
 color: #009999;
 font-size: 11pt;
 }


h3 {
 padding: 0px 0px 0px 0px;
 line-height: 12pt;
 font-family: Verdana, Geneva, sans-serif;
 font-weight: bold;
 color: #009999;
 font-size: 10pt;
 }


h4 {
 padding: 0px 0px 0px 0px;
 line-height: 12pt;
 font-family: Verdana, Geneva, sans-serif;
 font-weight: bold;
 color: #009999;
 font-size: 10pt;
 }


h5 {
 padding: 0px 0px 0px 0px;
 line-height: 12pt;
 font-family: Verdana, Geneva, sans-serif;
 font-weight: bold;
 color: #009999;
 font-size: 10pt;
 }




/* GENERAL LINKS */

 :link { 
	color: #B02C30;
    font-weight: bold;
	text-decoration: none;
	}  /* for unvisited links */
	
 :visited { 
	color: #009999;
    font-weight: bold;
	text-decoration: none;
	} /* for visited links */

a:active { 
	color: #009999;
    font-weight: bold;
	text-decoration: underline;
	} /* when link is clicked */

a:hover { 
	color: #009999;
    font-weight: bold;
	text-decoration: underline;
	} /* when mouse is over link */


