@import url("./css/universal.css");

.brdr		{border:1px solid green; }
.nob		{ border-width:0px; }

.fl		{ float: left; }
.fr		{ float: right; }

.tal		{ text-align: left; }
.tar		{ text-align: right; }
.taj		{ text-align: justify; }
.tac		{ text-align: center; }

.bt		{ border-top: 1px solid #626262; }
.br		{ border-right: 1px solid #626262; }
.bb		{ border-bottom: 1px solid #626262; }
.bl		{ border-left: 1px solid #626262; }

.red		{ color: #9b0100; }

.mainTbl	{ background: #fff;
		margin-top: 30px;
		border: 10px solid #fff;
		width: 725px; /*height: 504px; */}

.logo		{ font-weight: bold; font-size: 33px; line-height: 100%; }

.header		{ font-size: 12px; font-weight: bold; }
/*.header div	{border: 1px solid red; }*/

.menu		{ background: url("./images/menubg.gif") repeat-y center;
		padding: 15px 0px; }

.menuit		{ height: 22px; width: 137px;
		margin: 4px 0px;
		background: #000 url("./images/sipka.gif") no-repeat 6px 6px; color: #fff; }

.menuit a	{ color: #fff;
		font-weight: bold; 
		display: block; 
		margin-left: 20px; padding-top: 2px; }

.cont		{ border-bottom: 1px solid #626262;
		height: 169px; overflow: auto;
		padding: 1px; }

body		{ background: #626262;
		font-family: arial; font-size: 12px; }

body td		{ font-size: 12px; }

a		{ text-decoration: none; color: #000;}
