td {
	font-size : 11px;
	font-family : Arial;
	color : #000000;
	line-height: 13px;
    }
	
.rub {
	font-size : 12px;
	font-family : Arial;
	color : #238EBA;
	font-weight : bold;
	line-height: 14px;
    }
	
.rubColor {
	font-size : 12px;
	font-family : Arial;
	color : #BC8E65;
	font-weight : bold;
	line-height: 17px;
    }	
	
.subRub {
	font-size : 11px;
	font-family : Arial;
	color : #000000;
	font-weight : bold;
	line-height : 19px;
    }
.rod {
		font-size : 18px;
	font-family : Arial;
	color : #BC8E65;
	font-weight : bold;
	line-height: 14px;
    }

a {
	font-size : 11px;
	font-family : Arial;
	color : #238EBA;
	text-decoration : none;
    }

a:hover {
	color : #000000;
    }
	
.black {
	font-size : 11px;
	font-family : Arial;
	color : #000000;
	text-decoration : underline;
    }

.black:hover {
	color : #909090;
    }
	
.blackBig {
	font-size : 12px;
	font-family : Arial;
	color : #909090;
	font-weight : bold;
	text-decoration : none;
    }

.blackBig:hover {
	color : #f80000;
    }		
	
.gray {
	font-size : 11px;
	font-family : Arial;
	color : #909090;
    }
	
.fet {
	font-size : 11px;
	font-family : Arial;
	color : #000000;
	font-weight : bold;
	text-decoration : none;
    }

.fet:hover {
	color : #909090;
    }
	
.grayfet {
	font-size : 11px;
	font-family : Arial;
	color : #909090;
	font-weight : bold;
	text-decoration : none;
    }

.grayfet:hover {
	color : #c0c0c0;
    }
	
.blackBg {
	background-color: #000000;
	}
	
.whiteBg {
	background-color: #ffffff;
	}	
	
.grey1Bg {
	background-color: #F0F0F0;
	}
	
.grey2Bg {
	background-color: #D1D1D1;
	}	
	
.grey3Bg {
	background-color: #909090;
	}			
	
