/* H styles */
h4 
{
    margin: 0px;
	margin-top: 20px;
    margin-bottom: 5px;
    padding: 0px;
    font-size: 13px;
    font-weight: bolder;
    color: #2d82e3;
}
h5 
{
    margin: 0px;
    margin-bottom: 5px;
    padding: 0px;
    font-size: 15px;
    font-weight: bolder;
    color: #2d82e3;
	text-transform: uppercase;
}

/* blockquote */
blockquote {
    padding: 0px;
	margin: 0px;
	padding-left: 15px;
}

/* Buttons */
input.i-button 
{
    background: #dadae3 url(button.gif) repeat-x center center;
    color: #212136;
    font-size: 11px;
    height: 20px;
    padding-bottom: 3px;

	border: solid 0px;
}
input.i-text {
    border: solid 1px #7f9db9;
    padding: 1px;
}




/* Table style */
table.tb-style 
{
    border-collapse: collapse;
}
table.tb-style td 
{
    padding: 10px;
    text-align: justify;
    border: solid 1px #e3e5e9;
    background-color: #f9f9fa;
}
table.tb-style td.td-center {
    text-align: center;
}
tr.tb-title td 
{
    background-color: #709ccf;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    font-size: 11px;
}

/* Ul & Ol tags */

ul.numering {
    list-style-type: disc;
    list-style-image: url(list_style.gif);
    list-style-position: outside;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 20px;
    padding: 0px;
	text-transform: uppercase;
}
ul.numering li {
    margin-bottom: 5px;
    font-size: 11px;
    color: #505153;
	text-transform: none;
}



ol.numering 
{
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 0px;
}

ol.numering li 
{
    margin-bottom: 5px;
    color: #505153;
}


ol.search li 
{
    margin-bottom: 20px;
}


/* Box comments */
.app-box1 {
    background: #f6f7f9 url(corner_gray/gradient.gif) repeat-x center top;
    margin-top: 10px;
    margin-bottom: 10px;
}
.app-box1 td {
    text-align: justify;
}



/* Footer comments area */
.app-footer td 
{
    background-color: #709ccf;
    font-size: 11px;
}
ul.
.app-footer ul 
{
    list-style-type: disc;
    list-style-image: url(footer/arrow.gif);
    list-style-position: outside;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 20px;
    padding: 0px;
}
.app-footer-title 
{
    font-weight: bold;
    padding-bottom: 10px;
    background: url(footer/devider.gif) repeat-x center bottom;
    margin-bottom: 10px;
}
.app-footer-img 
{
    vertical-align: middle;
    text-align: center;
    padding-left: 15px;
    padding-right: 25px;
    width: 1%;
}

/* Right block */
.rBlock 
{
    background: #f3f4f5 url(rBlock/gradient.gif) repeat-x;
    margin-bottom: 1px;
}
td.rBlock-text 
{
    padding-right: 10px;
    padding-bottom: 20px;
    color: #6a6e71;
}

/* News */
.news-date 
{
    font-family: Sans-Serif;
    font-size: 10px;
    color: #626e88;
}