/* CSS Document */

.c_head{padding:8px 10px 0 11px; text-align:left;}

.c_content{clear:both;}

.c_contentpane{padding:8px 15px 0 15px ; text-align:left;}

.c_footer {margin-bottom:20px;padding:8px 10px 8px 15px; text-align:right;}

.title{margin:0; float:left; white-space:nowrap;}
.title_vis{margin:0; float:right; text-align:right;}

/*---------- default style for head & normal -----------*/
.c1Head{font-weight:bold; font-size:12px; color:#666; font-family:Arial, Sans-Serif;}
.c2Head{font-weight:bold; font-size:16px; color:#987c4c; font-family:Times New Roman, Serif;}
.c3Head{font-weight:normal; font-size:14px; color:#81a4a0; font-family:Times New Roman, Serif;}

/*.Normal{color:#43494D;}

.Normal p{margin-top:0px;}*/

.c1topbg
{
    background:url(images/c1_top.jpg) top left repeat-x;
}
.c1bottombg
{
    background:url(images/c1_bottom.jpg) bottom left repeat-x;
}
.c1leftbg
{
    background:url(images/c1_left.jpg) top left repeat-y;
}
.c1rightbg
{
    background:url(images/c1_right.jpg) top right repeat-y;
}

.c2topbg
{
    background:url(images/c2_top.jpg) top left repeat-x;
}
.c2bottombg
{
    background:url(images/c2_bottom.jpg) bottom left repeat-x;
}
.c2leftbg
{
    background:url(images/c2_left.jpg) top left repeat-y;
}
.c2rightbg
{
    background:url(images/c2_right.jpg) top right repeat-y;
}
.c2contentbg
{
   background-color:#fbf7f4; 
   background-image:url(images/c2_contentbg.jpg);
   background-position:left bottom;
   background-repeat:repeat-x;
}