/*
Filename: default.css
*/
       TD,TH,DD,DT,LI,P,DIV,DIR,SPAN,OL,UL,TABLE,TR,FONT,HTML,HEAD,BODY {
           font-family:  Verdana, Arial, Helvetica, sans-serif;
}
H1,H2,H3,H4{
        font-family : font-family: 'Book Antiqua,Bookman Old Style,serif';}

        .jrheading1, {
        font-family: Dauphin,Times New Roman, Serif;
        font-style: italic;
        line-height:90%;
        color:darkblue;
        letter-spacing : 2pt;
        font-weight:normal;
        font-size:smaller;
        }
        
        .jrheading2     {
        font-family: Times New Roman, Serif;
        font-style: italic;
        line-height:90%;
        font-size:smaller;
        color:darkblue;
        letter-spacing : 2pt;
        font-weight :  bold;
}
        
                TABLE  {
        background : Silver;
}
        TABLE.border {
        border : thin solid DarkBlue;
}
                TABLE.clear {
        background:none;
}
                DD,DT {
                                color:DarkBlue
                                }
                
        TD  {
                text-align : left;
          }
         
                 TD.PROMPT {
        text-align:right;
        font-size : 8pt;
}
                .ANSWER {
        background : White;
        border-bottom-color : Gray;
        border-bottom-style : solid;
        border-bottom-width : 1px;
}

                TH.heading{
        font-style:italic;
}

                H1 {
        color:darkblue;
        text-align: center;
        font-size : 14pt;
}
        
                H2 {
        color : #D3D3D3;
        text-align: center;
        font-size : 12pt;
}

                H3, H4, H5 {text-align: center;
                color : silver;
                }

                H3{font-size : 20pt}
                H4 {font-size : 16pt}
                H5 {font-size : 14pt}

                .body {
                color:darkblue;
}

		.para{font-weight : normal;
                font-size : 11pt;}
				
                Li.SubBullets  {
        list-style-type : square;
        margin: 0;
        color:red;
}
        P,DIV,SPAN{
        color:black;
}
/*
		P,DIV,SPAN{
        font-size : 10pt;
        color:black;}
*/		
        .Center {text-align:center}
        .left {text-align:left}
        .right {text-align:right}
        
        .footer {
        font-style : italic;
        font-size : small;
        text-align:center;
}
        .main  {
                color : DarkBlue;
                font-weight : normal;
                font-size : 11pt;
        }
        HR {
        color : DarkBlue;
}               
		.note, .indentednote {  margin-left: +2em;
		margin-right: +2em;
		padding: 1em 1em 1em 1em;
		border: 1px solid black;
		background-color:silver;}       

		/* simulate a letter with this style applied to a DIV tag */
	.letter {
   margin: +1em;
	padding: 2em 2em 2em 2em;
	border: 1px solid gray;
	border-bottom-style : outset;
	border-bottom-width : thin;
	border-right-style : outset;
	border-right-width : thin;
}
                        
	.subtlenote{
	margin-left: +2em;
	margin-right: +2em;
	padding: 10px;
	border: none;
	background-color: #F5F5DC;
	}
	.loudnote{
	margin-left: +2em;
	margin-right: +2em;
	padding: 1em 1em 1em 1em;
	border: 5px solid;
	background-color:yellow;
	border-color : Red;
	}

	.inverted {
	color: #FFFFFF;
	background-color:#993366;
	text-align : center;
	padding: 1%;
	}               

	.quote {font-style:italic; font-family:Georgia, Times New Roman, Times, serif;}
	.smallcaption { font-size:xx-small;font-weight:normal}

