/* General Formatting */

html, body {margin: 0px; padding: 0px; background-color: #FFFFFF;}

body, td, p, ul, ol, li {
    font-family: Verdana, Tahoma, Arial;
    font-size: 12px;
}

.copyright, .copyright a {
    font-size: 10px;
    color: #3f65f8;
    background-color: #ffdc36;
}

.copyright {
    height: 26px;
}

a {text-decoration: underline;}

a:hover {text-decoration: none;}

a.lang_sw {
    color: #0b469a;
    font-size: 11px;
    font-weight: bold;
}

.menu, a.menu {font-size: 10px; font-weight: bold; color: #2b3e75;}

td.menu {
    background-color: #ffdc36;
    height: 14px;
}

a.more, a.submit {color: #658cfb;}

.img_prop {border: 1px solid #E7E7E7;}

hr {
    color: #BEBEBE;
}

/* Left/Central/Right Block */

.lblock_text, .lblock_text a {
    color: #070707;
    font-size: 13px;
    font-weight: bold;
}
.lblock_news, .lblock_news a {
    color: #070707;
    font-size: 10px;
   
}

.lblock_title {
    color: #fff;
    background-color: #2290e9;
    background-image: url('../img/lblock_back.gif');
    background-position: 2px 3px;
    background-repeat: no-repeat;
    padding-left: 25px;
    font-weight: bold;
    height: 23px;
}
.lblock_title_me a{
    color: #070707;
    background-position: 2px 0px;
    background-repeat: no-repeat;
    padding-left: 23px;
    font-weight: bold;
    font-size: 16px;
    }
.lblock_title_me1 a{
    color: #070707;
    background-position: 2px 0px;
    background-repeat: no-repeat;
    font-weight: bold;
    font-size: 16px;
    }

.cblock_title {
    color: #B10501;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #2c95ea;
    text-align: right;
}

.rblock {
    background-image: url('../img/rblock_fill.gif');
    background-repeat: repeat-y;
}

.rblock_search {
    color: #fff;
    background-color: #9dc5f9;
    background-image: url('../img/rblock_search.gif');
    background-position: 3px 1px;
    background-repeat: no-repeat;
    padding-left: 25px;
    font-weight: bold;
    height: 23px;
}

.rblock_text {
    color: #fff;
}


.prop_title {
    font-weight: bold;
    color: #658cfb;
}

/* Left Drop-Down's */

.lmenu, .lmenu a {
    font-size: 14px;
    font-weight: bold;
    color: #070707;
}

.lmenu_item, a.lmenu_item, .lmenu_item_sel, a.lmenu_item_sel {
    font-size: 10px;
}

.lmenu_item, a.lmenu_item {
    color: #070707;
}

.lmenu_item_sel, a.lmenu_item_sel {
    color: #F7F7F7;
    font-weight: bold;
}
.textbold{
	font-weight : 600;
	font-size : 13px;
	font-style: bold;
	font-family : Arial,sans-serif,Helvetica;
	color: #B10501;
}


    A.menu1:link {
	color: #868585;
	
	text-decoration: underline;
	font-size : 14px;
	font-family : Arial,sans-serif,Helvetica;
	}
	A.menu1:visited {
	color: #868585;
	
	text-decoration: underline;
	font-size : 14px;
	font-family : Arial,sans-serif,Helvetica;
	}
	A.menu1:active {
	color: #545454;
	
	text-decoration:underline;
	font-size : 14px;
	font-family : Arial,sans-serif,Helvetica;
	}
	A.menu1:hover {
	color: #545454;
	
	text-decoration: underline;
	font-size : 14px;
	font-family : Arial,sans-serif,Helvetica;
	}
