@charset "utf-8";
/* CSS Document */

.layout_content h1 {
    font-size: 144%;
    line-height: 109%;
    /*
    font-size: 23px;
    line-height: 25px;
    */
    font-weight: normal;
    color: #423574;
    margin-bottom: 5px;
}

.layout_content h2 {
    font-size: 146%;
    line-height: 112%;
    /*
    font-size: 17px;
    line-height: 19px;
    */
    font-family: Comic Sans MS, Verdana, Arial, sans-serif;
    font-weight: normal;
	font-style:italic;
    color: #165788;
    margin-bottom: 5px;
    padding-top: 5px;
	letter-spacing: 2px
}	

.layout_content h3 {
    font-size: 69%;
    line-height: 136%;
    /*
    font-size: 11px;
    line-height: 15px;
    */
    
    font-weight: bold;
    color: #423574;
    margin-top: 0px;
    margin-bottom: 0px;
}

.layout_content h4 {
    font-size: 100%;
    line-height: 102%;
    /*
    font-size: 11px;
    line-height: 15px;
    */
    font-family: Century Gothic, Verdana, Arial, sans-serif;
    font-style:oblique;
	color: #cc0000;
    margin-top: 0px;
    margin-bottom: 0px;
}

.layout_content h5 {
    font-size: 110%;
    line-height: 112%;
    /*
    font-size: 11px;
    line-height: 15px;
    */
    font-family: Century Gothic, Verdana, Arial, sans-serif;
    font-style:oblique;
	color: #333333;
    margin-top: 0px;
    margin-bottom: 0px;
}


.layout_content h6 {

    font-size: 69%;
    line-height: 100%;
   /* 
    font-size: 12px;
    line-height: 15px;
    */	
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	color: #333333;
    margin-top: 2px;
    margin-bottom: 2px;
	letter-spacing: 0px;
}

.layout_content h4 a {
    color: #cc0000;
    text-decoration: none;

}

.layout_content h2 a:hover {
    text-decoration: underline;
}

