/* Paragraph and Text Styles */


/* MENU Styles */
.links_grey_arrow{
color: #525252; text-decoration: none; font-weight:normal;
background: url(/images_mk/arrows_small/arrow_grey.gif) no-repeat scroll left top;
padding-left:10px;
display:block;
}

.links_grey_arrow a{
color: #525252; text-decoration: none; font-weight:normal;
}

.links_grey_arrow a:hover{
color: #525252; text-decoration: underline; font-weight:normal;
}

.links_orange_arrow{
color: #525252; text-decoration: none; font-weight:normal;
background: url(/images_mk/arrows_small/arrow_orange.gif) no-repeat scroll left top;
padding-left:10px;
display:block;
}

.links_orange_arrow a{
color: #525252; text-decoration: none; font-weight:normal;
}

.links_orange_arrow a:hover{
color: #525252; text-decoration: underline; font-weight:normal;
}

.links_white_arrow{
color: #ffffff; text-decoration: none; font-weight:normal;
background: url(/images_mk/arrows_small/arrow_white.gif) no-repeat scroll left top;
padding-left:10px;
display:block;
}

.links_white_arrow a{
text-decoration: none; font-weight:normal;
}

.links_white_arrow a:hover{
text-decoration: underline; font-weight:normal;
}

/* PAGE POSITIONING STYLES !!! CAREFUL HERE !!! */
#master_table { background-color:#FFFFFF}
#menu_top_hz { width:796px; height:22px; }
#left_side { width:160px; height:auto; background-color:#ffffff;}
#middle { width:476px; height:auto;}
#middle_nest { width:476px; height:auto; margin-top:8px}
#right_side { width:160px; height:auto;}

