/* CSS Document */

.Normal{color:#000;}

.Normal p{margin-top:0px;}

blockquote, pre{font-family:Tahoma,Arial,Helvetica;}

/* container table (ya i know ... it's a table) */
.c_table{margin:8px 0 0;}

/* no_title container header */
.c_header_left{padding:0; margin:0; background:url(images/c_top_left.jpg) no-repeat top left; height:4px; width:5px;}
.c_header{padding:0; margin:0; background:url(images/c_top.jpg) repeat-x top; height:4px;}
.c_header_right{padding:0; margin:0; background:url(images/c_top_right.jpg) no-repeat top right; height:4px; width:5px;}

/* no_title container body */
.c_body_left{padding:0; margin:0; background:url(images/c_left.jpg) repeat-y top left;}
.c_body{background-color:#EDF1F5; margin:0; padding:4px;}
.c_body_right{padding:0; margin:0; background:url(images/c_right.jpg) repeat-y top right;}

/* no_title container footer */
.c_footer_left{padding:0; margin:0; background:url(images/c_bot_left.jpg) no-repeat top left; height:4px; width:5px;}
.c_footer_bg{padding:0; margin:0 0 8px; background:url(images/c_bot.jpg) repeat-x top; height:4px;}
.c_footer_right{padding:0; margin:0; background:url(images/c_bot_right.jpg) no-repeat top right; height:4px; width:5px;}

