/* Шрифт*/
td, .link, a{
 font: 11px Verdana;
 color:#ffffff;
}


/* hr */
hr {
	border: 1px solid #4eb853;
	border-bottom-width : 0px;
	border-left-width : 0px;
	border-right-width : 0px;
	width:98%;
	height:1px;
}

/**/

img {
	border:0px;
}

a.link:link{ text-decoration: none; font-weight:bold }
a.link:visited { text-decoration: none; font-weight:bold}
a.link:hover { text-decoration: underline; font-weight:bold }
a.link:active { text-decoration: underline;font-weight:bold }

a:link{ text-decoration: underline}
a:visited { text-decoration: underline }
a:hover { text-decoration: none }
a:active { text-decoration: none }


.input_text {
background:url(img/bg_input.gif) repeat-x top;
border:1px #006300 solid;
font-size:10px;
color:#000000;
}

.tbl td {
	text-align:center;
	padding: 5px 5px 5px 5px;;
}
