/*  MMRRC Web Site StyleSheet		*/
/*  R. Palazola				*/
/* 12/28/2001 - 1/05/2002		*/

    body {
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 0px;
		background-color: white;
		color: black;
		font-family: arial, helvetica, sans-serif;
		font-size: small;
    }

    .margins5pc {
		margin-left: 2.5%;
		margin-right: 2.5%;
    }

    .mmrrc {
		margin-left: 10px;
		margin-right: 10px;
		background-color: white;
		color: black;
    }
    .mmrrcfont {
		font-family: arial, helvetica, sans-serif;
		font-size: small;
		background-color: transparent;
		color: black;
    }

    .mmrrcpage {
		margin-left: 10px;
		margin-right: 10px;
		font-family: arial, helvetica, sans-serif;
		font-size: small;
		background-color: transparent;
		color: black;
    }
	
   .noshow { display:none; }
   .showCssBlock { display:block }
   /* Add any other CSS display types as needed. */
    
    .indent { margin-left: 5%; }

    .blockIndent {
        margin-left: 5%;
	margin-right: 5%;
    }
    
    .centered {
	text-align:center;
    }

    h1 {
        text-align: left;
	color: #253AB8;
	background-color: transparent;
	font-size: x-large;
    }
    
    h2 {
        text-align: left;
	color: #000066;
	background-color: transparent;
	font-size: large;
    }
    
    h3 {
	text-align: left;
	color: black;
	background-color: transparent;
	font-size: large;
	margin-bottom: 0;
    }
    
    h4 {
        text-align: left;
	color: #000000;
	background-color: transparent;
	font-size: medium;
	font-weight: bold;
	margin-bottom: 0;
    }

    h5 { 
         text-align: left;
	 color: #000000;
	 background-color: transparent;
	 font-weight: bold;
	 margin-bottom: 0;
    }
    
    dt { 
         font-weight: bold;
	 font-family: Arial, Helvetica, sans-serif;
    }

    dd {
         font-weight: normal;
	 font-family: Arial, Helvetica, sans-serif;
    }

    dd strong, li strong   {
        font-weight: bold;
	background-color: transparent;
    }

    .strong {
        font-weight: bold;
	color: black;
	background-color: transparent;
    }

    .redBold   {
        /* Netscape chokes, drops color:  */
	font-size: larger;
	font-weight: bold;
	color: red;
	background-color: transparent;
    }

    .bigger {
        font-size: 120%;
    }

    .normal {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
    }

    .mpt {
	list-style-type: none;
	margin: 0px 0px 0px -20px;
    }
    ul.mpt li.mptcirc {
	color: grey;
	list-style-type: disc;
	margin: 0px 0px 0px 0px;
	font-size:normal;
    }

    /* Keep table's font size same as that of it's containing box -- benign Win IE 5.5 hack. */
    table {
    	font-size: 1em;
    }
    th.resultTableHeader {
    }


