/* ----------------------- BOXES ------------------------- */

.box {
background:#E2E2E2; 
margin-bottom:5px; 
border: #e2e2e2 solid 1px;
}
.box_head {padding:17px 0px 8px 21px; margin:0px 10px 0px 0px; font-size:11px; font-weight:bold; line-height:normal; color:#7B9EB2;}
.box_head a {color:#7B9EB2;text-decoration:none;}
.box_head a:hover {text-decoration:none;}
.box_body {padding:0px 0px 18px 21px; margin:0px 10px 0px 0px; color:#7B9EB2;}
.box_body a {color:#7B9EB2; text-decoration:none;}
.box_body ul {color:#7B9EB2; margin:0; padding:0; list-style:none;}
.box_body ul li {color:#7B9EB2; background:url(../images/li_line_1.gif) bottom left repeat-x; padding:2px 0px 4px;}
.box_body ul li a {color:#7B9EB2; padding-left:8px; background:url(../images/arrow_1.gif) top left no-repeat; text-decoration:underline;}
.box_body ul li a:hover {color:#00f; padding-left:8px; background:url(../images/arrow_1.gif) top left no-repeat; text-decoration:underline;}
.box_body ol {color:#7B9EB2; margin:0; padding:0; list-style:none;}
.box_body ol li {color:#7B9EB2; background:url(../images/li_line_1.gif) bottom left repeat-x; padding:2px 0px 4px;}
.box_body ol li a {color:#7B9EB2; padding-left:8px; background:url(../images/arrow_1.gif) top left no-repeat; text-decoration:underline;}
.box hr{color:#7B9EB2;}

/* ----------------------- LISTING BOXES ------------------------- */


