﻿/* CSS Document */


.container_style{width:100%; margin:auto;}


.c_content{ padding:0px 0px 0px 0px ; background-color: #fff;
}


.Contentpane{padding:4px 8px 4px 8px ; text-align:left;}

.Footer {margin-bottom:8px;padding:4px 0px 0px 0px; text-align:right;}

/*---------- default style for head & normal -----------*/
.Head{}

.Normal{color:#000;}

.Normal p{margin-top:0px;}

.TopBar {
    padding: 0px 0px 0 0px;
    background-color: #85b6f7;
    height: 0px;
}

.BtmBar {
    background-position: top;
    padding: 0px 0px 0 0px;
    background-color: #923c21;
    height:1px;
}

.clear_float{clear: both; height: 0px;}

