body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
td{
	vertical-align: top;

}
#middle{
	vertical-align: middle;

}
.bg_header {
	background-image: url(img/bg_header.gif);
	background-repeat: repeat-x;
	background-color:#0E7CC0;
}

.bg_logo {
	background-image: url(img/bg_logo.gif);
	background-repeat: repeat-x;
}
#justify {
	text-align: justify;
}
#l_padding{
	padding-left: 10px;
}
#h_padding{
	padding-left: 5px;
	padding-right: 5px;
}
#center{
text-align: center;
}
# middle{
vertical-align: middle;
}
#white {
color:#FFFFFF
}
#red {
color:#FF0000
}
H1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: white;
}
#navBar{
	height: 21px;
	background-color:#DEDEDE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B4B4B4;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;

}

#navcell
{
margin-left:515px;
margin-right:15px;
}

#navBar a{
	color:#000000;
	text-decoration: none;
}
#navBar a:hover{
	color:#666666;
	text-decoration: none;
}

.likelink {
text-decoration: underline;
color: #FF0000;
cursor: pointer;
} 

.borderTable{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.borderTable #Date{
	color: #086AAD;
}
.borderTable #small{
	font-size: 9px;
}
.borderTable #big{
	font-size: 12px;
	font-weight: bold;
}
.borderTable #tableHeader{
	height: 24px;
	background-color:#DEDEDE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDCDCD;
	text-align: left;
	font-weight: bold;
	color: #333333;
}
.borderTable #LeftBorder{
	background-image: url(img/border_l.gif);
	background-repeat: repeat-y;
}
.borderTable #RightBorder{
	background-image: url(img/border_r.gif);
	background-repeat: repeat-y;
}
.borderTable #BottomBorder{
	background-image: url(img/border_b.gif);
	background-repeat: repeat-x;
}


.borderTable #tableHeaderblue{
	border-bottom:1px solid #CDCDCD; height: 24px;
	background-color:#DEDEDE;
	text-align: left;
	font-weight: bold;
	color: #000099;
}
.borderTable #LeftBorderblue{
	background-image: url(img/blue/border_l.gif);
	background-repeat: repeat-y;
}
.borderTable #RightBorderblue{
	background-image: url(img/blue/border_r.gif);
	background-repeat: repeat-y;
}
.borderTable #BottomBorderblue{
	background-image: url(img/blue/border_b.gif);
	background-repeat: repeat-x;
}







.borderTable a{
	text-decoration: none;
}
.borderTable a:hover{
	color:#000000;
	text-decoration: underline;
}
#textField{
	color:#000000;
	background-color: #DEDEDE;
	border: 1px solid #999999;
	width: 95%;

}
#textFieldRight{
	color:#000000;
	background-color: #DEDEDE;
	border: 1px solid #999999;
	width: 80%;
	
	
}
.recomendet{
	background-color: #DEDEDE;
	padding: 5px 15px;
}
.recomendet #header{
	color: #FF0000;
}
.recomendet #header{
	color: #FF0000;
}
.recomendet #list{
	background-color: #FFFFFF;
	text-align: center;
	padding: 2px;
}
.recomendet a{
	color: #086AAD;
	text-align: center;
	text-decoration: none;
}
.recomendet a:hover{
	color: #3A91C1;
	text-align: center;
	text-decoration: none;
}
.article {
	font-family: Times New Roman;
	font-size: 14px;
	margin: 10px 5px 15px 10px;
}
.article a{
	color: #ff0000;
	text-decoration: underline;
}
.article a:hover{
	color: #FF6464;
	text-decoration: underline;
}
.article #title{
	color: #086AAD;
	font-size: 18px;
	font-weight: bold;
}
.article #img{
	border-top: 7px solid #DEDEDE;
	border-right: 7px none #DEDEDE;
	border-bottom: 7px solid #DEDEDE;
	border-left: 7px none #DEDEDE;
	padding-top: 2px;
	padding-bottom: 2px;

}