    /*
    Theme Name: FIS-Child
    Template: esteem
    */

    @import url("../esteem/style.css");
    @import url("../codeblocks.css");

    #cimy_div_id {
		clear: both;
		border-top: 4px solid #000;
		border-bottom: 1px solid #000;
		width: 940px;
		height: 198px;
    } 
	
	/* For default titles. */
	h1 { font-size: 28px; }
	h2 { font-size: 26px; }
	h3 { font-size: 24px; }
	h4 { font-size: 22px; }
	h5 { font-size: 20px; }
	h6 { font-size: 17px; }
	
	h1, h2, h3, h4, h5, h6 {
		font-family: Arial, Verdana, Helvetica, sans-serif;
	}
	
	c1 {
 		padding: 1em 1em;
		div.codeBlockmargin: 8pt;
		background-color: #d5d5d5;
		color: #000000;
		font-weight: bold;
		font-family: "Courier New", Courier, monospace;
		font-size: 16px;
	}

	body, button, input, select, textarea {
		color: #444444;
		font-family: Verdana, Arial, Helvetica , sans-serif;
		font-size: 14px;
		line-height: 1.5;
	}
