@charset "utf-8";
/* CSS Document */

div#content_main h2 b { 
color: #000;
}

div#content_main h2 {
width: 300px; 
height: 25px; 
padding-right: -100px;
color: #FF6600;
font-weight: normal;
}
div#content_main p { font-size:12.5px; }

div#content_sub h2 {
 color: #dc8626;
 font-weight: normal;
}

div#content_sub h2 b {
 color: #000000;
}
.head {
 color: #dc8626;
 font-weight: bold;
 text-transform: uppercase; 
}

.body {
 font-weight: lighter;
 font-size: 12px;
 margin-left: 10px;
}
h1 {
 font-size: 28px;
 font-weight: 900;
 margin-bottom: 0px;
 text-transform: uppercase;
}
h1 span{
color: #dc8626;
font-weight: normal;
}

img#center {
 margin-top: 15px;
}